Commit f099594f authored by huangyuanyuan's avatar huangyuanyuan
parents c52d49bf e01951fd
......@@ -795,8 +795,8 @@ export default {
})
var wechat=[];
var zhifu=[];
wechat = OcrStr.match(/(?<=商户单号)(\d*)/);
zhifu = OcrStr.match(/(?<=商家可扫码退款或查询交易)(\d*)/);
wechat = OcrStr.match(/(\?<=商户单号)(\d*)/);
zhifu = OcrStr.match(/(\?<=商家可扫码退款或查询交易)(\d*)/);
if(wechat==null&&zhifu==null){
return;
}
......
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