diff --git a/pageNotification/index.vue b/pageNotification/index.vue index f4214fe..8c77970 100644 --- a/pageNotification/index.vue +++ b/pageNotification/index.vue @@ -42,7 +42,6 @@ onShow(() => { const saveImage = () => { // #ifdef APP-PLUS - saveQrcodeImg() uni.downloadFile({ url: vdata.QrcodeUrl, success: (res) => { @@ -92,16 +91,6 @@ function downloadQR() { } //#endif -const saveQrcodeImg = () => { - saveHeadImgFile(vdata.QrcodeUrl, 80) - .then((success) => { - infoBox.showSuccessToast('保存成功') - }) - .catch((err) => { - console.log(err) - infoBox.showErrorToast('保存失败') - }) -} const saveWxQrcodeImg = (data) => { const fileManager = wx.getFileSystemManager() diff --git a/pages/index/index.vue b/pages/index/index.vue index 1472d99..49537be 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -140,6 +140,11 @@ // icon: '/static/indexImg/icon-staff.svg', // pageUrl: 'PAGES_USER' // }, + { + title: '订阅通知', + icon: '/static/indexImg/icon-notification.svg', + pageUrl: 'PAGES_NOTIFICATION_INDEX', + }, { title: '设置中心', icon: '/static/indexImg/icon-cashier.svg',