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
80148dd2195b3ef7507c9f31206a6be23d8ce789
Authored by
yvan.ni
2023-03-28 17:24:59 +0800
1 parent
79d26cfb
活动结束要显示订单优惠
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 @
80148dd
...
...
@@ -7853,7 +7853,7 @@ Page({
7853
7853
this.get_sku(os.stoid, this.data.data, gid);
7854
7854
this.get_sto();
7855
7855
if (!this.data.data.whsle_id)
7856
- this.check_is_youhui(gid
, 1
);
7856
+ this.check_is_youhui(gid
);
7857
7857
this.data.is_normal = 1;
7858
7858
},
7859
7859
...
...