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
544ddccaaa4785bd09d1b1256660e8d888dae1ba
Authored by
yvan.ni
2022-04-29 16:59:24 +0800
1 parent
a6cc3980
判断有没有要门店限定
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/giftpack/public/buy_com.js
pages/giftpack/public/buy_com.js
View file @
544ddcc
...
...
@@ -227,7 +227,7 @@ module.exports = {
227
227
json.guide_id=that.data.guide_id
228
228
}
229
229
230
- if(th
at.data.def_pick_store){
230
+ if(th
.data.sele_g.is_pickup && th
at.data.def_pick_store){
231
231
json.pickup_id=that.data.def_pick_store.pickup_id;
232
232
}
233
233
...
...