|
@@ -192,6 +192,7 @@
|
|
|
if (t) {
|
|
|
if (t.merchantType == 2) { //酒店民宿
|
|
|
uni.setStorageSync('homestayId', t.merchantId);
|
|
|
+ uni.setStorageSync('merchantId', '');
|
|
|
this.getDetails();
|
|
|
this.page = 1;
|
|
|
this.finished = false;
|
|
@@ -200,6 +201,7 @@
|
|
|
} else {
|
|
|
this.item = null;
|
|
|
this.list = [];
|
|
|
+ uni.setStorageSync('homestayId', '');
|
|
|
uni.setStorageSync('merchantId', t.merchantId);
|
|
|
}
|
|
|
}
|