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

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

@@ -33,7 +33,7 @@ Page({
alertInfo(message)
return;
}
if (!data?.tenement?.id || !data?.name) {
if (!data?.tenement?.id || !data?.name || !data?.phone || !data?.email) {
const user = wx.getStorageSync('user')
if (user.isAdmin) {
wx.showModal({