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
56e6bb1bea3ee8a779e2ae27d8f1d9bd87960e34
Authored by
yvan.ni
2023-03-10 09:23:27 +0800
1 parent
1af1a5c1
尾款不能支付的优化
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
pages/cart/cart_wk/cart_wk.js
pages/cart/cart_wk/cart_wk.js
View file @
56e6bb1
...
...
@@ -426,6 +426,7 @@ Page({
426
426
th.calculate_wuliu();
427
427
} else {
428
428
429
+ var order_prom_id=0;
429
430
if (ord_prom) {
430
431
order_prom_id = ord_prom['id'];
431
432
switch (ord_prom['type']) {
...
...