diff --git a/src/pages.json b/src/pages.json
index db4c41c..d9a5b42 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -61,6 +61,12 @@
"navigationBarTitleText": "新增地址"
}
},
+ {
+ "path": "pages/single/after-market",
+ "style": {
+ "navigationBarTitleText": "联保"
+ }
+ },
{
"path": "pages/single/project",
"style": {
@@ -107,7 +113,7 @@
"text": "分类"
},
{
- "pagePath": "pages/auth/auth",
+ "pagePath": "pages/single/after-market",
"iconPath": "static/temp/tabbar/3.png",
"selectedIconPath": "static/temp/tabbar/3a.png",
"text": "联保"
diff --git a/src/pages/single/after-market.vue b/src/pages/single/after-market.vue
new file mode 100644
index 0000000..1bdfa6e
--- /dev/null
+++ b/src/pages/single/after-market.vue
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+
+
+ 品牌
+
+
+
+
+
+
+
+ 产品类型
+
+
+
+
+
+
+
+ 联系人
+
+
+
+
+
+
+
+ 联系手机
+
+
+
+
+
+
+
+ 售后说明
+
+
+
+
+
+
+
+ 保存
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/static/temp/single/3.png b/src/static/temp/single/3.png
new file mode 100644
index 0000000..3022b9d
Binary files /dev/null and b/src/static/temp/single/3.png differ