Compare commits
2 Commits
5e7b508161
...
71244af165
Author | SHA1 | Date | |
---|---|---|---|
![]() |
71244af165 | ||
![]() |
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