提交 5d080401 编写于 作者: D devil_gong

小程序登录优化

上级 7a4007cb
......@@ -60,9 +60,10 @@ Page({
}, 2000);
} else {
this.setData({form_submit_loading: false});
if (app.is_login_check(res.data)) {
app.showToast(res.data.msg);
}
}
},
fail: () => {
wx.hideLoading();
......
......@@ -76,9 +76,10 @@ Page({
this.setData({
data_list_loding_status: 0
});
if (app.is_login_check(res.data)) {
app.showToast(res.data.msg);
}
}
},
fail: () => {
wx.stopPullDownRefresh();
......
......@@ -75,9 +75,10 @@ Page({
this.setData({
data_list_loding_status: 0
});
if (app.is_login_check(res.data)) {
app.showToast(res.data.msg);
}
}
},
fail: () => {
wx.hideLoading();
......
......@@ -42,8 +42,11 @@ Page({
goods_score: res.data.data || null,
});
} else {
if(res.data.code != -400)
{
app.showToast(res.data.msg);
}
}
},
fail: () => {
app.showToast("服务器请求出错");
......@@ -125,9 +128,10 @@ Page({
this.setData({
data_list_loding_status: 0
});
if (app.is_login_check(res.data)) {
app.showToast(res.data.msg);
}
}
},
fail: () => {
wx.hideLoading();
......
......@@ -77,8 +77,10 @@ Page({
data_bottom_line_status: false,
data_list_loding_msg: res.data.msg,
});
if (app.is_login_check(res.data)) {
app.showToast(res.data.msg);
}
}
},
fail: () => {
wx.hideLoading();
......
......@@ -166,8 +166,10 @@ Page({
data_bottom_line_status: false,
data_list_loding_msg: res.data.msg,
});
if (app.is_login_check(res.data)) {
app.showToast(res.data.msg);
}
}
},
fail: () => {
wx.hideLoading();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册