zhaojs
2023-08-11 1d6228281b48be3e0edf9d808b5c743ea24df53a
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;