Browse Source

修改登录页版本号

pangqijun 1 year ago
parent
commit
049dcd9402
2 changed files with 4 additions and 3 deletions
  1. 0 1
      pages/groupbuying/aboutUs/index.vue
  2. 4 2
      pages/users/wechat_login/index.vue

+ 0 - 1
pages/groupbuying/aboutUs/index.vue

@@ -49,7 +49,6 @@ export default {
 
 	onLoad () {
 		this.appVersion = uni.getSystemInfoSync().appVersion
-
 	},
 	methods: {
 

+ 4 - 2
pages/users/wechat_login/index.vue

@@ -24,7 +24,7 @@
 				欢迎进入中意购
 			</view>
 			<view class="info2">
-				中意购小程序版本:1.0.1
+				中意购小程序版本:{{appVersion}}
 			</view>
 
 			<button class="now" open-type="getPhoneNumber" hover-class="none" @getphonenumber="getPhoneNumber">
@@ -78,7 +78,8 @@ export default {
 			options: '',
 			userInfo: {},
 			codeNum: 0,
-			canUseGetUserProfile: false
+			canUseGetUserProfile: false,
+      appVersion:''
 		};
 	},
 	components: {
@@ -86,6 +87,7 @@ export default {
 		routinePhone
 	},
 	onLoad (options) {
+    this.appVersion = uni.getSystemInfoSync().appVersion;
 		this.inviteUserId=this.$Cache.get("INVITE_USER_ID")
 		console.log("+++++++++INVITE_USER_ID+++++++++++++",this.inviteUserId)
 		if (uni.getUserProfile) {