浏览代码

注释订阅消息弹窗

zxy 1 年之前
父节点
当前提交
4e19559a6c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      nnzwminiapp/pages/myCenter/myCenter.js

+ 2 - 2
nnzwminiapp/pages/myCenter/myCenter.js

@@ -75,7 +75,7 @@ Page({
      * 生命周期函数--监听页面显示
      */
     onShow() {
-        wx.showModal({
+        /*wx.showModal({
             title: '提示',
             content: '提示用户订阅消息',
             success (res) {
@@ -90,7 +90,7 @@ Page({
                 console.log('用户点击取消')
               }
             }
-          })
+          })*/
         // let token = wx.getStorageSync('token');
         let token = cacheGet('token');
         if (token != null && token != '') {