diff --git a/pages/mine/auth/auth-choose.vue b/pages/mine/auth/auth-choose.vue index 4be4e6d..a7f20a9 100644 --- a/pages/mine/auth/auth-choose.vue +++ b/pages/mine/auth/auth-choose.vue @@ -34,6 +34,16 @@ + + + + + 转发PR + + 如果你是以个人名义推广其他公司的产品,请选择“转发PR” + + + diff --git a/pages/mine/auth/auth-form.vue b/pages/mine/auth/auth-form.vue index 0b257e3..a52d7ab 100644 --- a/pages/mine/auth/auth-form.vue +++ b/pages/mine/auth/auth-form.vue @@ -26,7 +26,7 @@ 资质认证 - + - + 与品牌方沟通记录 @@ -49,7 +49,7 @@ limit="9"> - + 品牌投放授权/合同 @@ -65,7 +65,7 @@ 品牌名 - + @@ -73,15 +73,15 @@ 公司全称 - + - + 授权公司全称 - + @@ -109,7 +109,7 @@ 店铺名称 - + @@ -117,7 +117,7 @@ 店铺链接 - + @@ -125,10 +125,10 @@ 行业、领域 - + - + 公司所在城市 @@ -139,7 +139,7 @@ - + 个人所在城市 @@ -175,7 +175,7 @@ 姓名 - + @@ -183,9 +183,17 @@ 身份证号 - + + + + 手机号 + + + + + 附言(选填) @@ -261,7 +269,8 @@ personCityName:"", name:"", idCard:"", - review:"" + review:"", + phone:"" }, } }, diff --git a/pages/mine/card/card-detail.vue b/pages/mine/card/card-detail.vue index 39a22d4..f75a1ea 100644 --- a/pages/mine/card/card-detail.vue +++ b/pages/mine/card/card-detail.vue @@ -59,7 +59,7 @@ 微信号 - + diff --git a/utils/common.js b/utils/common.js index bfaef7d..c29abd4 100644 --- a/utils/common.js +++ b/utils/common.js @@ -214,6 +214,8 @@ export function getTextByIdentityType(key) { return "个人PR" } else if ("04" == key) { return "电商" + } else if ("05" == key) { + return "转发PR" } }