zhanghui 2 rokov pred
rodič
commit
b7b27800f1
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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>