Kaynağa Gözat

fix:修复bug

xyh8905170 2 yıl önce
ebeveyn
işleme
6c7c2f8e67

+ 3 - 2
orderPages/myCoupon/module/mescrollUni-item.vue

@@ -54,8 +54,9 @@
 							</view>
 						</view>
 					</view>
-					<view v-if="showRemarkId == item.id" class="remark">
-						<text class="remarkText">{{item.remark}}</text>
+					<view v-if="showRemarkId == item.id " class="remark">
+						<text v-if="item.remark !=null" class="remarkText">{{item.remark}}</text>
+            <text v-else class="remarkText">该优惠券暂无使用说明</text>
 					</view>
 				</view>