微信支付未完成

pull/109/head
痴货 2024-10-01 14:42:58 +08:00
parent 1ffa754dbe
commit a4ec421412
2 changed files with 7 additions and 1 deletions

View File

@ -75,7 +75,12 @@
icon: '/static/img/shop/pay/alipay.png',
title: '支付宝账户',
value: '4',
}
},
{
icon: '/static/img/shop/pay/wechat.png',
title: '微信零钱',
value: '5',
}
];
function onChange(e) {

View File

@ -32,6 +32,7 @@
<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 === '4'" class="empty-text"></view>
<view v-if="state.accountInfo.type === '5'" class="empty-text">2</view>
<text class="cicon-forward" />
</view>
</view>