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
7cae146f8930fe99cefdc034faa1349b97200b7c
Authored by
yvan.ni
2022-05-18 16:10:13 +0800
1 parent
36956658
归属门店的bug优化
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 @
7cae146
...
...
@@ -480,7 +480,7 @@ Page({
480
480
th.data.fir_def_store = {}; //赋值空对象
481
481
return false;
482
482
}
483
-
th.setData({has_def:1});
483
+
if(getApp().globalData.is_dj_pk)
th.setData({has_def:1});
484
484
485
485
var ee = JSON.parse(JSON.stringify(e));
486
486
//--定时器推迟一下--
...
...