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
6fe86c705aba087ee168f65dc35857611ca3e7aa
Authored by
yvan.ni
2023-11-28 15:50:31 +0800
1 parent
958400a4
未找到预售活动的优化
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
packageC/pages/presell/cart/cart.js
packageC/pages/presell/cart/cart.js
View file @
6fe86c7
...
...
@@ -3018,7 +3018,7 @@ Page({
3018
3018
}
3019
3019
})
3020
3020
3021
- if(!presellList
|| !presellList.length
){
3021
+ if(!presellList
){
3022
3022
var content = good.goods_name + '未找到预售活动,请取消订单';
3023
3023
th.toast(content);
3024
3024
th.setData({ paying: 0 });
...
...