uniapp/pages/index/index.vue
@@ -145,7 +145,7 @@ onLoad() { this.getCategoryList(); this.getCusPopupInfo(); this.getArgument(); }, onShow() { if (!this.hasshow) { @@ -164,7 +164,15 @@ }, watch: {}, methods: { getArgument() { var arg=getApp().globalData.argumentStr; if(arg&&arg.length>0) { getApp().targetArgument(arg); getApp().globalData.argumentStr=""; } }, shShow() { var that = this; var istoLogin = true;