修改易购提交订单报错的bug

This commit is contained in:
赵毅 2025-09-29 17:30:43 +08:00
parent 4b175d400d
commit 5aa1f18448
3 changed files with 18 additions and 3 deletions

View File

@ -157,7 +157,7 @@
</view>
<view class="line4"></view>
<view class="row">
<view class="row_label">绑定房源</view>
<view class="row_label">缴费账单数量</view>
<view class="row_con3">
<view class="row_con3_1">
{{ item.community_order ? item.community_order.length : 0 }}个账单

View File

@ -307,7 +307,7 @@ export default {
if(this.is_group_buy){
NavgateTo(`../groupPurchaseSubmit/index?shopCarList=${JSON.stringify(updatedArr)}`);
}else{
NavgateTo(`/packages/advertising/groupPurchaseSubmit/index?shopCarList=${JSON.stringify(updatedArr)}`);
NavgateTo(`/packages/advertising/goodsSubmit/index?shopCarList=${JSON.stringify(updatedArr)}`);
}
},

View File

@ -123,6 +123,13 @@
"navigationBarTitleText": "任务详情",
"navigationBarBackgroundColor": "#fff"
}
},
{
"path": "wallet/index",
"style": {
"navigationBarBackgroundColor": "#fff",
"navigationStyle": "custom"
}
}
]
},
@ -319,7 +326,8 @@
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#fff"
"navigationBarBackgroundColor": "#fff",
"enablePullDownRefresh": true
}
},
{
@ -630,6 +638,13 @@
"navigationBarTitleText": "订单核销",
"navigationBarBackgroundColor": "#F9F9F9"
}
},
{
"path": "wallet/index",
"style": {
"navigationBarBackgroundColor": "#fff",
"navigationStyle": "custom"
}
}
]
},