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
591c7af416109cdbce920fc6b9da8b019d520d90
Authored by
yvan.ni
2020-07-29 18:15:32 +0800
1 parent
7701baa1
1. 单件的平摊的显示问题
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
pages/cart/cart2/cart2.js
pages/cart/cart2/cart2.js
View file @
591c7af
...
...
@@ -1519,6 +1519,7 @@ Page({
1519
1519
//平摊赋值
1520
1520
goods.account=pt_res[0].fisrt_account;
1521
1521
goods.account_yu=pt_res[0].fisrt_account_yu;
1522
+ item.is_discount_amount=1;
1522
1523
}
1523
1524
}
1524
1525
...
...