diff --git a/api/user.js b/api/user.js index 64d347a..c2d3b9a 100644 --- a/api/user.js +++ b/api/user.js @@ -760,4 +760,20 @@ export function registrateRecordDetail(id) { */ export function systemFormData(id) { return request.get(`system/form/info/${id}`, {}, {noAuth: true}) +} +/** + * 查询身份证信息 + * @param object data + * + */ +export function queryIdCard(data) { + return request.post('intention/idcard', data, {noAuth: true}) +} +/** + * 查询营业执照信息 + * @param object data + * + */ +export function queryCheck(data) { + return request.post('intention/check', data, {noAuth: true}) } \ No newline at end of file diff --git a/pages.json b/pages.json index 6335667..742346a 100644 --- a/pages.json +++ b/pages.json @@ -626,6 +626,12 @@ "navigationBarTitleText": "商家入驻" } }, + { + "path": "settled/step3", + "style": { + "navigationBarTitleText": "商家入驻" + } + }, { "path": "applicationRecord/index", "style": { diff --git a/pages/product/list/index.vue b/pages/product/list/index.vue index 3bffd00..cccba87 100644 --- a/pages/product/list/index.vue +++ b/pages/product/list/index.vue @@ -16,10 +16,10 @@ - + 在售商品 @@ -36,14 +36,15 @@ 店铺分类 + + + 运费模板 + - - - 运费模板 - + 规格模板 diff --git a/pages/store/settled/index.vue b/pages/store/settled/index.vue index d5b2c59..21dda96 100644 --- a/pages/store/settled/index.vue +++ b/pages/store/settled/index.vue @@ -15,9 +15,9 @@ 3 - 基本信息 - 企业资料文件 - 开票及结算信息 + 基本信息 + 企业资料文件 + 结算信息 + + + 发起人姓名 + + + + + + 发起人联系电话 + + + + + + 发起人编号 + + + + + + + + 发起人手持介绍信照片 + + + 下载模版 + + + + 示例模版 + + + {{shopInfo.userPhoto.length}}/1 + + + + + + + + + + + + @@ -128,7 +210,7 @@ 店铺类型 - ? + @@ -137,30 +219,72 @@ - - - - - 是否退伍军人 - - - - - - - + 是否惠美乡村店铺 - - - + + + + 如果为惠美乡村店铺需上传惠美乡村红头文件 + + + + + + + + + 惠美乡村红头文件 + + {{pics.length}}/1 + + + + + + + + + + + + + + + + + + + + 是否退伍军人 + + + + 如果为退伍军人则需要上传证件照 + + + + + + + + + 退伍军人证件照 + + {{pics.length}}/1 + + + + + + + + + + @@ -189,22 +313,9 @@ @@ -337,7 +413,7 @@ color: #B2B2B2; } .item-name{ - width: 240rpx; + width: 340rpx; } .uni-list-cell { position: relative; @@ -369,7 +445,7 @@ padding: 25rpx 0; } .merchantsSettled .nav .navCon { - padding: 0 50rpx; + padding: 0 86rpx; text-align: center; view{ text-align: center; @@ -480,6 +556,7 @@ display: flex; flex-direction: row; justify-content: space-between; + flex: 1; } .acea-row .tips-text{ color: #e40000; diff --git a/pages/store/settled/step3.vue b/pages/store/settled/step3.vue new file mode 100644 index 0000000..b615261 --- /dev/null +++ b/pages/store/settled/step3.vue @@ -0,0 +1,877 @@ + + + + diff --git a/pages/users/refund/detail.vue b/pages/users/refund/detail.vue index aaca5db..0ae255d 100644 --- a/pages/users/refund/detail.vue +++ b/pages/users/refund/detail.vue @@ -72,7 +72,7 @@ - 订单编号: + 退单编号: {{detail.refund_order_sn}}