Explorar o código

权益卡名字

zhanghui %!s(int64=2) %!d(string=hai) anos
pai
achega
b7b27800f1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      orderPages/serviceItems/index.vue

+ 1 - 1
orderPages/serviceItems/index.vue

@@ -92,7 +92,7 @@
 
                 <view class="selectType flex-row justify-between" @click="popupClick">
                     <text>请选择优惠方式</text>
-                    <text class="text-group_5" v-if="ticketBtnIndex === 1" v-for="(iter,i) in equitys" :key="i">{{iter.description}}</text>
+                    <text class="text-group_5" v-if="ticketBtnIndex === 1" v-for="(iter,i) in equitys" :key="i">{{iter.title}}</text>
                     <text class="text-group_5" v-if="ticketBtnIndex === 2" v-for="(iter,i) in coupons" :key="i">{{iter.name}}:-¥{{iter.discountsPrice}}</text>
                     <u-icon name="arrow-right" color="#666" size="18"></u-icon>
                 </view>