zs 2 년 전
부모
커밋
0c486343a2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>