@@ -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 != '') {