diff --git a/api/mine/business_cooperation.js b/api/mine/business_cooperation.js
new file mode 100644
index 0000000..ace9d42
--- /dev/null
+++ b/api/mine/business_cooperation.js
@@ -0,0 +1,20 @@
+
+import request from '@/utils/request'
+
+// 添加意向合作 /api/front/intended/cooperation/add
+export function addCooperationAPI(data) {
+ return request({
+ url: '/api/front/intended/cooperation/add',
+ method: 'post',
+ data
+ })
+}
+
+// 合作类目列表 /api/front/intended/category/Category/list
+// /api/front/intended/category/list
+export function categoryListAPI(){
+ return request({
+ url:`/api/front/intended/category/list`,
+ method:'get'
+ })
+}
diff --git a/pages.json b/pages.json
index 3300545..d51d80e 100644
--- a/pages.json
+++ b/pages.json
@@ -71,7 +71,53 @@
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
- }, {
+ },
+ {
+ "path" : "pages/showroom/carList/carList",
+ "style" :
+ {
+ "navigationBarTitleText" : "",
+ "enablePullDownRefresh" : false,
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path" : "pages/showroom/carRental/index",
+ "style" :
+ {
+ "navigationBarTitleText" : "",
+ "enablePullDownRefresh" : false,
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path" : "pages/showroom/carBuy/index",
+ "style" :
+ {
+ "navigationBarTitleText" : "",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path" : "pages/showroom/carBuy/predetermine",
+ "style" :
+ {
+ "navigationBarTitleText" : "",
+ "enablePullDownRefresh" : false,
+ "navigationStyle": "custom",
+ "navigationBarTextStyle": "white"
+
+ }
+ },
+ {
+ "path" : "pages/showroom/confirmOrder/confirmOrder",
+ "style" :
+ {
+ "navigationBarTitleText" : "确认订单",
+ "navigationBarBackgroundColor": "#f5f5f5"
+ }
+ },
+ {
"path": "pages/serve/index",
"style": {
"navigationBarTitleText": "服务",
diff --git a/pages/mine/business_cooperation/business_cooperation.vue b/pages/mine/business_cooperation/business_cooperation.vue
index 6fd3c93..74df53a 100644
--- a/pages/mine/business_cooperation/business_cooperation.vue
+++ b/pages/mine/business_cooperation/business_cooperation.vue
@@ -3,8 +3,8 @@
服务商入住
-
-
+
+
/这是公司名
@@ -12,8 +12,8 @@
-
-
+
+
@@ -21,8 +21,8 @@
-
-
+
+
@@ -30,13 +30,13 @@
-
-
+
+
-
-
+
+
@@ -48,37 +48,123 @@
如果需要其他类型的商务合作,请联系我们
400-1569-258
+
+
+
+