修改电量查询分页内容,兼容开票时用户未填写发票信息的问题

This commit is contained in:
2024-08-06 17:31:26 +08:00
parent f1358c2315
commit cf7756dd5c
917 changed files with 22 additions and 22876 deletions

View File

@@ -34,16 +34,16 @@ Page({
},
onLoad() {
this.getPrivacy();
this.setUser();
// this.setUser();
// if (user.status === 0 || user.status === 2) {
// wx.redirectTo({
// url: '/pages/waitApprove/index',
// })
// return
// }
wx.switchTab({
url: '/pages/home/index',
})
// wx.switchTab({
// url: '/pages/home/index',
// })
},
async getPrivacy() {
const { code, message, data } = await getPrivaciList()