|
|
@@ -536,15 +536,6 @@ export default {
|
|
|
},
|
|
|
clearOrder(){
|
|
|
|
|
|
- //如果是小向花卉和奥斯的客户,暂时引导只能通过充值方式来结账,多处要同步修改change_clear_to_recharge
|
|
|
- if(this.detailInfo.supplierMobile == 19224081651 || this.detailInfo.supplierMobile == 17187822038){
|
|
|
- ghsDetail({id:this.detailInfo.ghsId}).then(res => {
|
|
|
- let ghsInfo = res.data
|
|
|
- this.pageTo({url: '/admin/ghs/pay?id='+ghsInfo.id+'&salt='+ghsInfo.salt,type:2})
|
|
|
- })
|
|
|
- return false
|
|
|
- }
|
|
|
-
|
|
|
let arr = []
|
|
|
arr.push(this.detailInfo.id)
|
|
|
let that = this
|