diff --git a/src/components/infoList.vue b/src/components/infoList.vue index 6b69a902895cb0309a339a454a76ad3025dd487d..59412b32f1995da7014ecf41fa92bc832c5f92fa 100644 --- a/src/components/infoList.vue +++ b/src/components/infoList.vue @@ -14,7 +14,10 @@ export default { } }, - props:['list_arr'] + props:['list_arr'], + mounted(){ + console.log(this.$solts); + } }; diff --git a/src/components/shop-car-apply/apply_foot.vue b/src/components/shop-car-apply/apply_foot.vue new file mode 100644 index 0000000000000000000000000000000000000000..8fc3e9444324155f2a9a8cc7f5fc1285330868a6 --- /dev/null +++ b/src/components/shop-car-apply/apply_foot.vue @@ -0,0 +1,58 @@ + + + + + diff --git a/src/components/shop-car-apply/apply_form.vue b/src/components/shop-car-apply/apply_form.vue new file mode 100644 index 0000000000000000000000000000000000000000..cf88a9326754b62ad8ab9fdb574f260645125c1f --- /dev/null +++ b/src/components/shop-car-apply/apply_form.vue @@ -0,0 +1,93 @@ + + + + + + diff --git a/src/components/shop-car-apply/apply_service_state.vue b/src/components/shop-car-apply/apply_service_state.vue new file mode 100644 index 0000000000000000000000000000000000000000..2af8f7afb3860d3f7a609fb0686da3c5811e4ca4 --- /dev/null +++ b/src/components/shop-car-apply/apply_service_state.vue @@ -0,0 +1,222 @@ + + + + + diff --git a/src/components/shop-car-apply/service_list.vue b/src/components/shop-car-apply/service_list.vue new file mode 100644 index 0000000000000000000000000000000000000000..3703784eeb6c44eda25a64e1e91911550d1113c2 --- /dev/null +++ b/src/components/shop-car-apply/service_list.vue @@ -0,0 +1,79 @@ + + + + + + diff --git a/src/pages/shop_car_apply.vue b/src/pages/shop_car_apply.vue new file mode 100644 index 0000000000000000000000000000000000000000..8895490b0480397a7067faafe20517f78d39b2ab --- /dev/null +++ b/src/pages/shop_car_apply.vue @@ -0,0 +1,137 @@ + + + + + diff --git a/src/router/index.js b/src/router/index.js index 12bb250cee44b8a1398d79cba31ffd566f326196..3295193f9104fed626a031de51a2ef2d3b03ca2a 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -116,6 +116,11 @@ export default new Router({ name: "shoppingCart", component: () => import("@/pages/shopping_cart"), }, + { + path: "/shop/shop_car_apply", // 购物车页 + name: "shopCarApply", + component: () => import("@/pages/shop_car_apply"), + }, ], }, { diff --git a/static/data.json b/static/data.json index 6fa4a317a952f3e0dd8a6e551e692da39798dc37..3f411786972a65eb22ddb29cab4e24bf11cc6e0d 100644 --- a/static/data.json +++ b/static/data.json @@ -495,6 +495,46 @@ "explanation": "上海市普陀区金沙江路 1516 弄" } ], + "applydata":[ + { + "id": 1, + "code": "weqwe", + "type": "字符串", + "name": "王小虎", + "desc": "上海市普陀区金沙江路 1518 弄" + }, + { + "id": 2, + "code": "weqwe", + "type": "字符串", + "name": "王小虎", + "desc": "上海市普陀区金沙江路 1518 弄" + }, + { + "id": 3, + "code": "weqwe", + "type": "字符串", + "name": "王小虎", + "desc": "上海市普陀区金沙江路 1518 弄", + "children":[ + { + "id": 12, + "code": "weqwe", + "type": "字符串", + "name": "王小虎", + "desc": "上海市普陀区金沙江路 1518 弄" + }, + { + "id": 13, + "code": "weqwe", + "type": "字符串", + "name": "王小虎", + "desc": "上海市普陀区金沙江路 1518 弄" + } + ] + } + + ], "fhcstx": [ { "id": 1,