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

@@ -2,8 +2,8 @@
"name" : "实验室管理系统",
"appid" : "__UNI__4B3B4B0",
"description" : "实验室管理系统",
"versionName" : "1.0.6",
"versionCode" : 106,
"versionName" : "1.0.7",
"versionCode" : 107,
"transformPx" : false,
"app-plus" : {
"usingComponents" : true,
@@ -95,21 +95,21 @@
/* JSONUserAgent **/
"useragent" : {
/* userAgent */
"value" : "LIMS-PDA/1.0.6",
"value" : "LIMS-PDA/1.0.7",
/* BooleanvalueuserAgent */
"concatenate" : true
},
/* JSONAndroidUserAgentuseragent */
"useragent_android" : {
/* userAgent */
"value" : "LIMS-PDA/1.0.6",
"value" : "LIMS-PDA/1.0.7",
/* BooleanvalueuserAgent */
"concatenate" : true
},
/* JSONiOSUserAgentuseragent */
"useragent_ios" : {
/* userAgent */
"value" : "LIMS-PDA/1.0.6",
"value" : "LIMS-PDA/1.0.7",
/* BooleanvalueuserAgent */
"concatenate" : true
}

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'
})
}
}
})
}