diff --git a/packages/community/propertyPayment/index.vue b/packages/community/propertyPayment/index.vue
index d1cde8a3..9bcb5c60 100644
--- a/packages/community/propertyPayment/index.vue
+++ b/packages/community/propertyPayment/index.vue
@@ -157,7 +157,7 @@
- 绑定房源
+ 缴费账单数量
{{ item.community_order ? item.community_order.length : 0 }}个账单
diff --git a/packages/shop/shopCar/index.vue b/packages/shop/shopCar/index.vue
index 2f66cafc..bc8f8280 100644
--- a/packages/shop/shopCar/index.vue
+++ b/packages/shop/shopCar/index.vue
@@ -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)}`);
}
},
diff --git a/pages.json b/pages.json
index 34b29fc1..cf2f6cba 100644
--- a/pages.json
+++ b/pages.json
@@ -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"
+ }
}
]
},