微信支付未完成
parent
1ffa754dbe
commit
a4ec421412
|
@ -75,6 +75,11 @@
|
||||||
icon: '/static/img/shop/pay/alipay.png',
|
icon: '/static/img/shop/pay/alipay.png',
|
||||||
title: '支付宝账户',
|
title: '支付宝账户',
|
||||||
value: '4',
|
value: '4',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: '/static/img/shop/pay/wechat.png',
|
||||||
|
title: '微信零钱',
|
||||||
|
value: '5',
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
<view v-if="state.accountInfo.type === '2'" class="empty-text">银行卡转账</view>
|
<view v-if="state.accountInfo.type === '2'" class="empty-text">银行卡转账</view>
|
||||||
<view v-if="state.accountInfo.type === '3'" class="empty-text">微信零钱</view>
|
<view v-if="state.accountInfo.type === '3'" class="empty-text">微信零钱</view>
|
||||||
<view v-if="state.accountInfo.type === '4'" class="empty-text">支付宝账户</view>
|
<view v-if="state.accountInfo.type === '4'" class="empty-text">支付宝账户</view>
|
||||||
|
<view v-if="state.accountInfo.type === '5'" class="empty-text">微信零钱2</view>
|
||||||
<text class="cicon-forward" />
|
<text class="cicon-forward" />
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
Loading…
Reference in New Issue