lin
2026-05-27 2506d5d77b57575df2f0d33fa56d89895fdecbc0
App.vue
@@ -59,17 +59,17 @@
                     updesc = res.data.android.desc
                  }
                  if (downUrl && updateFlag) {
                     uni.showModal({
                        showCancel: false,
                        confirmText: '立即更新',
                        title: '温馨提示!',
                        content: updesc || '有最新版本,请更新APP!',
                        success: res => {
                           if (res.confirm) {
                              plus.runtime.openURL(downUrl)
                           }
                        }
                     })
                     // uni.showModal({
                     //    showCancel: false,
                     //    confirmText: '立即更新',
                     //    title: '温馨提示!',
                     //    content: updesc || '有最新版本,请更新APP!',
                     //    success: res => {
                     //       if (res.confirm) {
                     //          plus.runtime.openURL(downUrl)
                     //       }
                     //    }
                     // })
                  }
               })
               // #endif