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
80f9cb46f2ad603666319ae1da7c426ebf880104
Authored by
泉州测试
2022-03-22 16:32:18 +0800
1 parent
809a4e5a
fix去除多余数字
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/cart/cart/cart.js
pages/cart/cart/cart.js
View file @
80f9cb4
...
...
@@ -1082,7 +1082,7 @@ Page({
1082
1082
goods_id: e.service_id,
1083
1083
id: e.id,
1084
1084
store_id: oo.stoid,
1085
- is_pd_normal:
a
.is_pd_normal
1085
+ is_pd_normal:
e
.is_pd_normal
1086
1086
};
1087
1087
if(e.prom_type) {
1088
1088
s.prom_type = e.prom_type;
...
...