feat: 小程序
This commit is contained in:
@@ -234,19 +234,19 @@
|
||||
<view class="way-option-item">
|
||||
<image
|
||||
v-if="item.type == 'wechat'"
|
||||
src="@/static/new/wx.png"
|
||||
src="https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/new/wx.png"
|
||||
></image>
|
||||
<image
|
||||
v-if="item.type == 'alipay'"
|
||||
src="@/static/new/zfb.png"
|
||||
src="https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/new/zfb.png"
|
||||
></image>
|
||||
<image
|
||||
v-if="item.type == 'balance'"
|
||||
src="@/static/new/bank.png"
|
||||
src="https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/new/bank.png"
|
||||
></image>
|
||||
<image
|
||||
v-if="item.type == 'redpacket'"
|
||||
src="@/static/new/jf.png"
|
||||
src="https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/new/jf.png"
|
||||
></image>
|
||||
<text
|
||||
v-if="item.type == 'wechat' || item.type == 'alipay'"
|
||||
|
||||
Reference in New Issue
Block a user