cuiqian2004
2025-03-21 0ecc402885f332b21923bb12183dc072306f2b39
App.vue
@@ -22,16 +22,16 @@
         this.initscan();
      },
      onShow: function() {
         const args = plus.runtime.arguments || ""
         if(args)
         {
            uni.showModal({
               title: "App参数",
               content: args,
               showCancel: false,
               confirmText:"cancel"
            });
         }
         // const args = plus.runtime.arguments || ""
         // if(args)
         // {
         //    uni.showModal({
         //       title: "App参数",
         //       content: args,
         //       showCancel: false,
         //       confirmText:"cancel"
         //    });
         // }
         console.log('App Show')
      },
      onHide: function() {