This commit is contained in:
2025-04-14 16:44:17 +08:00
parent c375a97497
commit 85edeae7db
7 changed files with 259 additions and 161 deletions

View File

@@ -35,7 +35,7 @@
</view>
<view class="vip_price" v-if="item.yanqiList&&item.yanqiList.length>0">
<text class="font_bold">延期价格</text>
<text class="vip_price_v" v-for="(item_yq, index_yq) in item.yanqiList" :key="index_yq" @click="openorderModal(item_yq,1)">
<text class="vip_price_v" v-for="(item_yq, index_yq) in item.yanqiList" :key="index_yq" @click="openorderModal({state:item.state,...item_yq},1)">
{{item_yq.year}}<text>{{item_yq.rebateFee}}</text>
</text>
</view>
@@ -118,6 +118,7 @@ export default{
},
//点击购买
openorderModal(item,type) {
console.log('item at line 120:', item)
if(this.$platform=='ios'){
return false
}