DELL vor 3 Jahren
Ursprung
Commit
6272771833

+ 1 - 1
packageGoods/goods/detail.vue

@@ -61,7 +61,7 @@
 			<view class="tip-show">
 				<view class="flex tip-show-title">
 					<u-icon name="checkmark-circle" color="#EB7009" size="24"></u-icon>
-					<text>兑换成功,已放入奖品库</text>
+					<text>兑换成功,已放入库</text>
 				</view>
 				<view class="flex tip-show-btn">
 					<view class="close" @click="tipShow = false">关闭</view>

+ 1 - 1
packageGoods/order/detail.vue

@@ -332,7 +332,7 @@
 		&-content {
 			display: flex;
 			align-items: center;
-			border-top: 1px dashed rgb(254, 143, 62);
+			// border-top: 1px dashed rgb(254, 143, 62);
 			padding: 18rpx 0 36rpx 34rpx;
 			
 			image {

+ 1 - 1
packageGoods/order/index.vue

@@ -21,7 +21,7 @@
 			<view class="order-list">
 				<view class="order-list-item" v-for="(item, index) in list" :key="index">
 					<view class="order-list-item__state">
-						<text class="success">{{ item.status && item.status.desc }}</text>
+						<text class="success" v-if="!status">{{ item.status && item.status.desc }}</text>
 					</view>
 					<view class="order-list-item__goods" @click="toDetail(item)">
 						<view class="order-list-item__goods-item" v-for="(items, indexs) in item.items" :key="indexs">

+ 1 - 1
packageGoods/recovery/index.vue

@@ -63,7 +63,7 @@
 					goodsId: opthios.goodsId,
 					num: opthios.num,
 					properties: opthios.properties,
-					skuId: opthios.skuId=="null"?null:opthios.skuId,
+					skuId: opthios.skuId=="null"?null:Number(opthios.skuId),
 					storageId: opthios.storageId,
 				}
 				this.getDetail()

+ 1 - 1
packagePrize/prize/index.vue

@@ -121,7 +121,7 @@
 			<view class="flex empty" v-if="!list.length && !loading">
 				<view class="center">
 					<image class="center-img" src="../../static/activity/null.png" mode=""></image>
-					<view class="center-font">还没有商品</view>
+					<view class="center-font">还没有优惠券</view>
 				</view>
 			</view>
 		</view>

+ 1 - 1
pages/index/index.vue

@@ -460,7 +460,7 @@
 				})
 			},
 
-			// 点击奖品
+			// 点击
 			toPrize() {
 				if (!this.loginState) {
 					uni.navigateTo({