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
0f5a5ff00462936659684a370c08844f6c7d995a
Authored by
yvan.ni
2023-07-25 15:17:13 +0800
1 parent
5b8cddaf
当门店的商户支付配置不一样的时候,跳转
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
packageE/pages/cart/cart2/cart2.js
packageE/pages/cart/cart2/cart2.js
View file @
0f5a5ff
...
...
@@ -5332,6 +5332,13 @@ Page({
5332
5332
th.setData({
5333
5333
submit: 0,
5334
5334
})
5335
+ if(data.code==-2){
5336
+ setTimeout(()=>{
5337
+ getApp().re_to('/pages/user/order_list/order_list')
5338
+ },1300)
5339
+
5340
+ }
5341
+
5335
5342
}
5336
5343
5337
5344
...
...