zs 2 anni fa
parent
commit
0c486343a2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      pagesHome/order/order.vue

+ 1 - 1
pagesHome/order/order.vue

@@ -115,7 +115,7 @@
 				</view>
 			</view>
 			<view class="content" v-else v-for="(item,index) in couponList" :key="index">
-				<view class="one">优惠劵</view>
+				<view class="one">{{item.name}}</view>
 			</view>
 		</uni-popup>
 	</mobile-frame>