调试申请开票的时候开票信息不存在的情况

This commit is contained in:
2024-05-06 17:27:21 +08:00
parent 2a6447e292
commit 45cb065d6f
4 changed files with 18 additions and 6 deletions

View File

@@ -39,6 +39,8 @@ Page({
wx.showModal({
title: '提示',
content: '当前公司没用开票信息,请先前往开票信息页面编辑开票信息',
confirmText: '前往编辑',
cancelText: '取消',
complete: (res) => {
if (res.cancel) {
wx.navigateBack()
@@ -56,6 +58,8 @@ Page({
wx.showModal({
title: '提示',
content: '当前公司没用开票信息,请联系管理员编辑完开票信息之后再开票',
showCancel: false,
confirmText: '返回',
complete: (res) => {
if (res.cancel) {
wx.navigateBack()