diff --git a/components/navigation/navigationBar.vue b/components/navigation/navigationBar.vue
index 60d6fce..23ab46f 100644
--- a/components/navigation/navigationBar.vue
+++ b/components/navigation/navigationBar.vue
@@ -58,7 +58,7 @@
align-items: center;
font-size: 30rpx;
justify-content: center;
- z-index: 999;
+ z-index: 9;
.navigationBarBack {
width: 200rpx;
diff --git a/components/tabbar/tabBar.vue b/components/tabbar/tabBar.vue
index c5ba3e8..aff566f 100644
--- a/components/tabbar/tabBar.vue
+++ b/components/tabbar/tabBar.vue
@@ -113,8 +113,7 @@
height: 130rpx;
.dl-image {
- width: 70rpx;
- height: 55rpx;
+ height: 45rpx;
}
.dl-vip {
diff --git a/config.js b/config.js
index 844b6c6..5f07de0 100644
--- a/config.js
+++ b/config.js
@@ -24,6 +24,9 @@ module.exports = {
}, {
title: "新人手册",
code: "new_people_text"
+ }, {
+ title: "认证指南",
+ code: "user_auth_text"
}
]
}
diff --git a/pages.json b/pages.json
index 107721c..a54c47a 100644
--- a/pages.json
+++ b/pages.json
@@ -149,6 +149,18 @@
"style": {
"navigationBarTitleText": ""
}
+ },
+ {
+ "path": "auth/auth-choose",
+ "style": {
+ "navigationBarTitleText": ""
+ }
+ },
+ {
+ "path": "auth/auth-form",
+ "style": {
+ "navigationBarTitleText": ""
+ }
}
]
}],
diff --git a/pages/mine/auth/auth-choose.vue b/pages/mine/auth/auth-choose.vue
new file mode 100644
index 0000000..4be4e6d
--- /dev/null
+++ b/pages/mine/auth/auth-choose.vue
@@ -0,0 +1,161 @@
+
+
+
+
+ 依照相关法律法规,请先验证身份
+
+
+
+
+ 品牌方
+
+ 如果你要推广自己公司的产品,请选择“品牌方”
+
+
+
+
+
+
+
+ 代运营公司
+
+ 如果你所在的公司需要推广其他公司的产品,请选择“代运营公司”
+
+
+
+
+
+
+
+ 个人PR
+
+ 如果你是以个人名义推广其他公司的产品,请选择“个人PR”
+
+
+
+
+
+
+
+ 电商
+
+ 如果你是淘宝/天猫/京东等电商商家,想推广自己店铺的产品,请选择“电商”
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/mine/auth/auth-form.vue b/pages/mine/auth/auth-form.vue
new file mode 100644
index 0000000..dd3eb50
--- /dev/null
+++ b/pages/mine/auth/auth-form.vue
@@ -0,0 +1,605 @@
+
+
+
+
+
+
+
+ 我是
+ “{{identityTypeText}}”
+
+ 认证指南
+
+
+
+ 平台不会公开用户隐私信息,仅用于验证身份。
+
+
+
+
+
+
+
+
+ 资质认证
+
+
+
+
+
+
+
+
+
+
+
+
+ 与品牌方沟通记录
+
+
+
+
+
+
+
+ 品牌投放授权/合同
+
+ * 需加盖申请主体红色公章(不支持PS章、电子章、部门章及专用章)
+
+
+
+
+
+
+ 品牌名
+
+
+
+
+
+
+
+ 公司全称
+
+
+
+
+
+
+
+ 授权公司全称
+
+
+
+
+
+
+
+ 店铺后台截图
+
+
+
+
+
+
+
+ 店铺物流截图
+
+
+
+
+
+
+
+ 店铺名称
+
+
+
+
+
+
+
+ 店铺链接
+
+
+
+
+
+
+
+ 行业、领域
+
+
+
+
+
+
+
+ 公司所在城市
+
+
+
+
+
+
+
+
+ 个人所在城市
+
+
+
+
+
+
+
+
+
+
+
+
+ 身份认证
+
+
+
+
+ 企业微信/钉钉个人资料页/在职证明
+
+ * 需要包含姓名、公司名和职位。在职证明需加盖申请主体红色公章(不支持PS章、电子章、部门章及专用章)
+
+
+
+
+
+
+ 姓名
+
+
+
+
+
+
+
+ 身份证号
+
+
+
+
+
+
+
+ 附言(选填)
+
+
+
+
+
+
+
+
+ 提交认证
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/mine/mine-index.vue b/pages/mine/mine-index.vue
index 9e32d54..52487d9 100644
--- a/pages/mine/mine-index.vue
+++ b/pages/mine/mine-index.vue
@@ -92,7 +92,7 @@
个人信息
-