@@ -125,7 +125,7 @@
merchantType:'',
}
},
- onLoad(opt) {
+ onLoad(opt) {
this.merchantType=uni.getStorageSync('merchantType');
if(this.merchantType==10){
this.getData();
@@ -134,7 +134,7 @@
this.getData2();
this.getList2();
- this.getType()
+ this.getType()
methods: {
getType() {
@@ -174,7 +174,7 @@
this.list = [];
uni.setStorageSync('homestayId', t.merchantId);
uni.setStorageSync('merchantId', '');
- uni.navigateTo({
+ uni.reLaunch({
url: '/pages/home/index'
})