cyy
2025-03-01 303d480e7569a0c0a476b462e843ea76658faac5
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() {