ソースを参照

跳转首页改为reLaunch,解决切换时未刷新首页问题

htc 1 年間 前
コミット
4f710cc064
1 ファイル変更1 行追加1 行削除
  1. 1 1
      pages/home/index.vue

+ 1 - 1
pages/home/index.vue

@@ -287,7 +287,7 @@
 						this.list = [];
 						uni.setStorageSync('homestayId', '');
 						uni.setStorageSync('merchantId', t.merchantId);
-						uni.navigateTo({
+						uni.reLaunch({
 							url: '/pagesHouse/home/index?merchantType=' + t.merchantType
 						})
 					}