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
71bdbbccfb5b5e7f55f3326ffef880d768b94d20
Authored by
yvan.ni
2021-06-08 09:01:08 +0800
1 parent
005f7c95
return false ็ๅ่ฏ
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/goods/goodsInfo/goodsInfo.js
pages/goods/goodsInfo/goodsInfo.js
View file @
71bdbbc
...
...
@@ -2086,7 +2086,7 @@ Page({
2086
2086
var e = res;
2087
2087
if (e.data.code == 0) arrdata = e.data.data.pageData;
2088
2088
})
2089
- if(!arrdata) return fa
sl
e;
2089
+ if(!arrdata) return fa
ls
e;
2090
2090
2091
2091
var arrsku = new Array();
2092
2092
var gitem = null;
...
...