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
46c9a7108e4a0d9a5c510a18fcc26dc756e080d9
Authored by
abson
2021-12-21 11:02:55 +0800
1 parent
bfdcaca1
补个空格
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
pages/goods/goodsList/goodsList.js
pages/goods/goodsList/goodsList.js
View file @
46c9a71
...
...
@@ -73,6 +73,7 @@ Page({
73
73
url += "&ladder_id=" + t.ladder_id;
74
74
this.setData({
75
75
ladder_id:t.ladder_id,
76
+ baseUrl:url,
76
77
})
77
78
}
78
79
...
...