Commit 9956ccc5 by 梁建民

js

parent 58813088
Showing with 7 additions and 2 deletions
...@@ -113,10 +113,15 @@ Page({ ...@@ -113,10 +113,15 @@ Page({
this.setData({ this.setData({
assistsList: res.data assistsList: res.data
}); });
} else if (res.errcode === -1) { } else {
wx.setStorage({ wx.setStorage({
key: "help_exchange_id", key: "help_exchange_id",
data: exchange_id data: exchange_id,
success: function () {
wx.reLaunch({
url: '/pages/person/auth/index',
});
}
}); });
} }
}, true, false, true); }, true, false, true);
......
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 sign in to comment