Commit 122e0753 authored by IvyXia123's avatar IvyXia123

支付

parent 497c5640
......@@ -29,7 +29,7 @@ module.exports = {
assetsPublicPath: '/',
proxyTable: {
'/api': {
target: 'https://wechat-test.changchangenglish.com',
target: 'https://wechat-pre.changchangenglish.com',
changeOrigin: true, // 如果接口跨域,需要进行这个参数配置
}
},
......
......@@ -11,4 +11,4 @@
position: fixed;
background: #f4f4f4;
}
/* html{font-size: 1px;} */</style><link href=static/css/app.f983055a19b69eb54137ee36031e8a72.css rel=stylesheet></head><body><div id=app></div><script src=https://res.wx.qq.com/open/js/jweixin-1.3.2.js></script><script></script><script type=text/javascript src=static/js/manifest.75e1e643f740fdb037f0.js></script><script type=text/javascript src=static/js/vendor.0c1d6ebbba685002d59c.js></script><script type=text/javascript src=static/js/app.fb956ba4201e21c0a4b8.js></script></body></html>
\ No newline at end of file
/* html{font-size: 1px;} */</style><link href=static/css/app.f983055a19b69eb54137ee36031e8a72.css rel=stylesheet></head><body><div id=app></div><script src=https://res.wx.qq.com/open/js/jweixin-1.3.2.js></script><script></script><script type=text/javascript src=static/js/manifest.75e1e643f740fdb037f0.js></script><script type=text/javascript src=static/js/vendor.0c1d6ebbba685002d59c.js></script><script type=text/javascript src=static/js/app.4eef82358da63a0382c3.js></script></body></html>
\ No newline at end of file
......@@ -64,10 +64,10 @@ if(window.localStorage.out_trade_no) {
router.push({ name: "success", query: outTradEno });
}
clearInterval(timer);
localStorage.removeItem('out_trade_no')
// localStorage.removeItem('out_trade_no')
}).catch(() => {
clearInterval(timer);
localStorage.removeItem('out_trade_no')
// localStorage.removeItem('out_trade_no')
});
}
}).catch(error => {
......
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