feat:1.0.7版本

This commit is contained in:
houjunxiang
2026-01-17 14:28:16 +08:00
parent cc5cb34b18
commit feb4997a69
2 changed files with 10 additions and 9 deletions

View File

@@ -49,12 +49,13 @@ onShow(() => {
} else {
uni.showModal({
title: '提示',
showCancel: false,
content: '打印服务未配置,请在系统设置中配置打印服务',
success: function (res) {
uni.navigateTo({
url: '/pages/setting/print'
})
if (res.confirm) {
uni.navigateTo({
url: '/pages/setting/print'
})
}
}
})
}