lsx %!s(int64=2) %!d(string=hai) anos
pai
achega
5ec2c53bfd

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

@@ -22,7 +22,7 @@
 			<view class="flex about-logo">
 				<image src="../../static/public/logo.png" mode="scaleToFill"></image>
 				<!-- #ifndef MP-ALIPAY -->
-				<view class="edition">v 1.1.5</view>
+				<view class="edition">v 1.1.6</view>
 				<!-- #endif -->
 				<!-- #ifdef MP-ALIPAY -->
 				<view class="edition">v 2.2.6</view>

+ 2 - 2
src/packagePrize/prize/index.vue

@@ -538,8 +538,8 @@
 				let useArea = JSON.parse(item.useArea)
 				let type = JSON.parse(item.type)
 				// 1判断type,如果为门店直接跳转不需要判断useArec
-				if (type.value == 2) {
-					// data.value 2为指定优惠券 0为通用优惠券
+				if (type.value == 2 || type.value == 4) {
+					// data.value 2为指定优惠券 0为通用优惠券 4为采购优惠券
 					uni.navigateTo({
 						url: `/packagePrize/coupon/detail?id=${ item.id }`
 					})

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

@@ -77,7 +77,7 @@
 			return {
 				authShow: false,
 				token: '',
-				checked: true,
+				checked: false,
 				appId: 1,
 				pagesNum: '',
 			};