Commit 3cbbe5b8841d2ac583266773f91b7380b69c375c

Authored by 后端研发-苏明海
2 parents 131205e9 591c7af4

Merge branch 'dev' into 'test'

1.   单件的平摊的显示问题

See merge request !492
Showing 1 changed file with 1 additions and 0 deletions
pages/cart/cart2/cart2.js
@@ -1519,6 +1519,7 @@ Page({ @@ -1519,6 +1519,7 @@ Page({
1519 //平摊赋值 1519 //平摊赋值
1520 goods.account=pt_res[0].fisrt_account; 1520 goods.account=pt_res[0].fisrt_account;
1521 goods.account_yu=pt_res[0].fisrt_account_yu; 1521 goods.account_yu=pt_res[0].fisrt_account_yu;
  1522 + item.is_discount_amount=1;
1522 } 1523 }
1523 } 1524 }
1524 1525