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