Commit 7c7eda51 authored by 华国豪's avatar 华国豪 🙄
parents 3118121f ef01fb8e
......@@ -803,9 +803,9 @@ export default {
if(wechat==null&&zhifu==null&&barcode==""){
return;
}
if(zhifu==null&&wechat!=null&&wechat.length>0){
if(zhifu==null&&wechat!=null&&wechat.length>20){
this.setCode = wechat[wechat.length-1].replace('商户单号','');
}else if(wechat==null&&zhifu!=null&&zhifu.length>0){
}else if(wechat==null&&zhifu!=null&&zhifu.length>20){
this.setCode = zhifu[zhifu.length-1].replace('商家可扫码退款或查询交易','');
}else if(barcode!=""){
this.setCode=barcode;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment