wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
c76f0518159afc17bc8c80cb07874ddb24f3d132
Authored by
yvan.ni
2021-12-29 11:03:28 +0800
1 parent
bb66b66f
报警优化
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
pages/user/index/index.js
pages/user/index/index.js
View file @
c76f051
...
...
@@ -274,6 +274,10 @@ Page({
274
274
pageSize: 100
275
275
},
276
276
success: async function(res) {
277
+
278
+ //判断有没有值,没有值返回
279
+ if(!ut.ajax_ok(res)) return false;
280
+
277
281
var arr_data = res.data.data.pageData;
278
282
var gid = null,
279
283
g_qy_list = null,
...
...