Commit 42e96490 authored by IvyXia123's avatar IvyXia123

tijao

parent eb1123fc
...@@ -11,4 +11,4 @@ ...@@ -11,4 +11,4 @@
position: fixed; position: fixed;
background: #f4f4f4; background: #f4f4f4;
} }
/* html{font-size: 1px;} */</style><link href=static/css/app.ed6d1273dc8c2d144766934b011e5890.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.c6fa84792a7ca7eb4395.js></script><script type=text/javascript src=static/js/vendor.0c1d6ebbba685002d59c.js></script><script type=text/javascript src=static/js/app.f98788193b87d7d1f41a.js></script></body></html> /* html{font-size: 1px;} */</style><link href=static/css/app.ed6d1273dc8c2d144766934b011e5890.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.c6fa84792a7ca7eb4395.js></script><script type=text/javascript src=static/js/vendor.0c1d6ebbba685002d59c.js></script><script type=text/javascript src=static/js/app.7523e0d78b1cecf348c5.js></script></body></html>
\ No newline at end of file \ No newline at end of file
...@@ -51,6 +51,12 @@ Vue.component('scroll', scroll); ...@@ -51,6 +51,12 @@ Vue.component('scroll', scroll);
// 支付宝支付完成,订单状态查询 // 支付宝支付完成,订单状态查询
// 在支付宝里跳转 // 在支付宝里跳转
let micromessenger = common.isWeixinBrowser(); let micromessenger = common.isWeixinBrowser();
if(micromessenger == 2){
alert(micromessenger);
alert(999999)
// location.href = `http://${ window.location.host }/#/guidelines`
router.push({ path: 'guidelines' })
}
let timer = null; let timer = null;
if(window.localStorage.out_trade_no) { if(window.localStorage.out_trade_no) {
timer = setInterval(() => { timer = setInterval(() => {
......
...@@ -605,14 +605,14 @@ router.beforeEach((to, from, next) => { ...@@ -605,14 +605,14 @@ router.beforeEach((to, from, next) => {
} }
} }
let micromessenger = common.isWeixinBrowser(); /*let micromessenger = common.isWeixinBrowser();
if(micromessenger == 2){ if(micromessenger == 2){
alert(micromessenger); alert(micromessenger);
alert(999999) alert(999999)
// location.href = `http://${ window.location.host }/#/guidelines` // location.href = `http://${ window.location.host }/#/guidelines`
next({ path: 'guidelines' }) next({ path: 'guidelines' })
return false; return false;
} }*/
// 移动端判断 // 移动端判断
store.dispatch('isMobile', browser.versions.mobile); store.dispatch('isMobile', browser.versions.mobile);
......
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