From ebcd994e8ed533619f99181bd1d9538c426fac11 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期四, 23 三月 2023 11:00:03 +0800
Subject: [PATCH] #
---
pages/login/login.vue | 5 +++--
manifest.json | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/manifest.json b/manifest.json
index 3ff8f1c..22aa0f9 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"name" : "涓壃WMS",
"appid" : "__UNI__DA5854D",
"description" : "",
- "versionName" : "8.0.0",
+ "versionName" : "7.0.0",
"versionCode" : "100",
"transformPx" : false,
/* 5+App鐗规湁鐩稿叧 */
diff --git a/pages/login/login.vue b/pages/login/login.vue
index 8c7adf8..f552833 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -87,7 +87,7 @@
<view>
<!-- 鎻愮ず绐楃ず渚� -->
<uni-popup ref="upVersion" type="dialog">
- <uni-popup-dialog :type="msgType" title="閫氱煡" content="鍙戠幇鏂扮増鏈�,鏄惁闇�瑕佹洿鏂�" @confirm="dialogConfirm"
+ <uni-popup-dialog :type="msgType" title="閫氱煡" :content="dialogContent" @confirm="dialogConfirm"
@close="dialogClose"></uni-popup-dialog>
</uni-popup>
</view>
@@ -126,6 +126,7 @@
},
msgType: 'success',
filename: '',
+ dialogContent: ''
}
},
onLoad() {
@@ -264,10 +265,10 @@
url: url,
method: 'GET',
success(res) {
- console.log(res);
var res = res.data
if (res.data) {
that.filename = res.data.path
+ that.dialogContent = '鍙戠幇鏂扮増鏈�:' + res.data.version + ', 鏄惁绔嬪嵆鏇存柊'
that.$refs.upVersion.open()
}
--
Gitblit v1.9.1