积分商城 点击事件 移到外层
This commit is contained in:
parent
29780ec583
commit
353ef5a01c
@ -88,15 +88,18 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- 支付方式 -->
|
||||||
<div class="bottom-posi">
|
<div class="bottom-posi">
|
||||||
<div class="center-left-wrap">
|
<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'"
|
v-if="item.dictValue!=='APPLET_CODE'"
|
||||||
:key="item.dictValue"
|
:key="item.dictValue"
|
||||||
:value="item.dictValue"
|
:value="item.dictValue"
|
||||||
:class="{ 'wrap-box2': item.dictValue === paymentType }"
|
:class="{ 'wrap-box2': item.dictValue === paymentType }"
|
||||||
>
|
>
|
||||||
<span @click="payMethod(item)">{{ item.dictLabel }}</span>
|
<span >{{ item.dictLabel }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="center-left-bottom">
|
<div class="center-left-bottom">
|
||||||
|
Loading…
Reference in New Issue
Block a user