积分商城 点击事件 移到外层

This commit is contained in:
zhaotianfeng 2024-09-18 10:21:13 +08:00
parent 29780ec583
commit 353ef5a01c

View File

@ -88,15 +88,18 @@
</div>
</div>
</div>
<!-- 支付方式 -->
<div class="bottom-posi">
<div class="center-left-wrap">
<div class="wrap-box" v-for="item in payList"
<div class="wrap-box"
@click="payMethod(item)"
v-for="item in payList"
v-if="item.dictValue!=='APPLET_CODE'"
:key="item.dictValue"
:value="item.dictValue"
:class="{ 'wrap-box2': item.dictValue === paymentType }"
>
<span @click="payMethod(item)">{{ item.dictLabel }}</span>
<span >{{ item.dictLabel }}</span>
</div>
</div>
<div class="center-left-bottom">