DELL 3 vuotta sitten
vanhempi
commit
816634b7bc
4 muutettua tiedostoa jossa 6 lisäystä ja 5 poistoa
  1. 2 2
      src/App.vue
  2. 2 2
      src/packageOther/about/index.vue
  3. 1 0
      src/pages/index/index.vue
  4. 1 1
      src/pages/login/index.vue

+ 2 - 2
src/App.vue

@@ -6,21 +6,21 @@
 			userInfo: {},
 		},
 		onLaunch: function(options) {
+			uni.hideTabBar()
 			if (options.query && options.query.qrCode) {
 				const { qrCode } = options.query
 				let parameter = urlParameter(qrCode)
 				uni.setStorageSync('code', parameter.id)
 			}
-			uni.hideTabBar()
 		},
 		onShow: function(options) {
+			uni.hideTabBar()
 			if (options.query && options.query.qrCode) {
 				const { qrCode } = options.query
 				let parameter = urlParameter(qrCode)
 				uni.setStorageSync('code', parameter.id)
 			}
 			this.updateManager()
-			
 		},
 		methods: {
 			updateManager() {

+ 2 - 2
src/packageOther/about/index.vue

@@ -11,10 +11,10 @@
 			<view class="flex about-logo">
 				<image src="../../static/public/logo.png" mode="scaleToFill"></image>
 				<!-- #ifndef MP-ALIPAY -->
-				<view class="edition">v 2.1.9</view>
+				<view class="edition">v 2.1.10</view>
 				<!-- #endif -->
 				<!-- #ifdef MP-ALIPAY -->
-				<view class="edition">v 2.1.23</view>
+				<view class="edition">v 2.1.25</view>
 				<!-- #endif -->
 			</view>
 			<view class="about-action">

+ 1 - 0
src/pages/index/index.vue

@@ -178,6 +178,7 @@
 			};
 		},
 		onLoad(opthios) {
+			uni.hideTabBar()
 			if (opthios.userId) {
 				uni.setStorageSync('shareUid', opthios.userId != 'undefined' ? opthios.userId : null)
 				if (opthios.userId === undefined || opthios.userId === 'undefined') {

+ 1 - 1
src/pages/login/index.vue

@@ -11,7 +11,7 @@
 		<view class="flex login">
 			<view class="flex login-image">
 				<image src="../../static/public/logo.png" mode="scaleToFill"></image>
-				<view class="login-image-txt" v-if="appId == 2">码上兑券</view>
+				<view class="login-image-txt" v-if="appId == 2">码上快购</view>
 				<view class="login-image-txt" v-else>盲票</view>
 			</view>
 			<!-- #ifdef MP-ALIPAY -->