瀏覽代碼

实物商品改为商品、线下开机动画图片修改、版本号修改

lsx 2 年之前
父節點
當前提交
c9dd274555
共有 4 個文件被更改,包括 6 次插入6 次删除
  1. 1 1
      src/packageOther/about/index.vue
  2. 3 3
      src/packagePrize/prize/index.vue
  3. 2 2
      src/pages/lucky/index.vue
  4. 二進制
      src/static/lucky/zioff.png

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

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

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

@@ -186,7 +186,7 @@
 				status: 'nomore',//上拉刷新状态
 				loading: false,
 				stateArr: [{
-					name: ' 实物商品',
+					name: ' 商品',
 				}, {
 					name: ' 优惠券',
 				}],
@@ -513,7 +513,7 @@
 					}).then(data => {
 						if (res.code == 0) {
 							this.stateArr = [{
-									name: ' 实物商品 (' + res.total + ') '
+									name: ' 商品 (' + res.total + ') '
 								},
 								{
 									name: ' 优惠券 (' + data.total + ') '
@@ -521,7 +521,7 @@
 							]
 						} else {
 							this.stateArr = [{
-									name: ' 实物商品 (0)'
+									name: ' 商品 (0)'
 								},
 								{
 									name: ' 优惠券 (0)'

+ 2 - 2
src/pages/lucky/index.vue

@@ -9,9 +9,9 @@
 					</view>
 					<view class="luck-info-content flex">
 						<view class="luck-info-content-num">
-							<image src="../../static/lucky/lucky_gkmp.png" mode="scaleToFill"
+							<image src="../../static/lucky/lucky_gkmp.png" mode="aspectFit"
 								v-if="info.salePrice == 0"></image>
-							<image src="../../static/lucky/zi.png" mode="scaleToFill" v-else></image>
+							<image src="../../static/lucky/zioff.png" mode="aspectFit" v-else></image>
 						</view>
 						<view class="luck-info-content-img">
 							<view class="luck-info-content-img-word">

二進制
src/static/lucky/zioff.png