|
|
@@ -191,7 +191,7 @@ export default {
|
|
|
let that = this
|
|
|
that.$util.confirmModal({content:'确认客户已转账?'},() => {
|
|
|
uni.showActionSheet({
|
|
|
- itemList: ['请选择收款方式:', '微信', '支付宝','现金','银行卡'],
|
|
|
+ itemList: ['请选择收款方式:', '线下微信', '线下支付宝','现金','银行卡'],
|
|
|
success: function (respond) {
|
|
|
let currentIndex = respond.tapIndex
|
|
|
let inWay = [{name:"未选择",id:-1},{name:"微信",id:0},{name:"支付宝",id:1},{name:"现金",id:4},{name:"银行卡",id:5}]
|