Commit 5ed7c268 authored by jyx's avatar jyx

代码优化

parent d7d657f0
...@@ -201,9 +201,9 @@ ...@@ -201,9 +201,9 @@
path: 'pages/index/index', path: 'pages/index/index',
extraData: wxData.params, extraData: wxData.params,
success(res) { success(res) {
setTimeout(() => { // setTimeout(() => {
that.isVipStatus() // that.isVipStatus()
}, 1000); // }, 1000);
}, },
fail(res) { fail(res) {
// 未成功跳转到签约小程序 // 未成功跳转到签约小程序
......
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