Explorar el Código

fix:修复bug

xyh8905170 hace 2 años
padre
commit
6c7c2f8e67
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      orderPages/myCoupon/module/mescrollUni-item.vue

+ 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>