|
@@ -69,10 +69,10 @@ Page({
|
|
|
success(res) {
|
|
|
console.log(res)
|
|
|
if(res && res.data && res.data.code == 200) {
|
|
|
- wx.showToast({
|
|
|
- icon: "none",
|
|
|
- title: "登录成功,页面跳转中",
|
|
|
- });
|
|
|
+ // wx.showToast({
|
|
|
+ // icon: "none",
|
|
|
+ // title: "登录成功,页面跳转中",
|
|
|
+ // });
|
|
|
let store = res.data.data.store
|
|
|
let merchant = res.data.data.merchant
|
|
|
wx.setStorageSync('merchant', merchant)
|