@@ -123,12 +123,12 @@
}
},
- onBackPress(event) {
- uni.reLaunch({
- url: "/"
- })
- return true;
- },
+ // onBackPress(event) {
+ // uni.reLaunch({
+ // url: "/"
+ // })
+ // return true;
+ // },
onLoad: function(option) {
this.type=option.type;
if(option.type==1){
@@ -89,12 +89,12 @@
};
onLoad:function(option){
this.goRepairList({'company_code':uni.getStorageSync('selectedCode')})