Commit 62039b6145d20b8cbfb415e70b941065146cdb74

Authored by fengtao
1 parent 75194266

fix:移除之前写的阻止返回事件

@@ -64,13 +64,6 @@ export default { @@ -64,13 +64,6 @@ export default {
64 this.page.num = 1; 64 this.page.num = 1;
65 this.loadData(1, e); 65 this.loadData(1, e);
66 }, 66 },
67 - leftClick() {  
68 - return false;  
69 - },  
70 - onBackPress() {  
71 - console.log('返回');  
72 - return true; // 阻止返回 不阻止就不写或者用uni.navigateBack({ delta: 1 })返回  
73 - },  
74 openConfigDetail(e) { 67 openConfigDetail(e) {
75 uni.navigateTo({ 68 uni.navigateTo({
76 url: 'configurationDetail?configId=' + e 69 url: 'configurationDetail?configId=' + e