diff --git a/pages/service.vue b/pages/service.vue index 993f6a3..c096543 100644 --- a/pages/service.vue +++ b/pages/service.vue @@ -415,6 +415,7 @@ }, // 轮播图/广告图跳转 goBanner(e) { + console.log(e); // connect_type 1查看大图,2文章 let { connect_type, diff --git a/technician/pages/edit.vue b/technician/pages/edit.vue index 911f566..b4efc2d 100644 --- a/technician/pages/edit.vue +++ b/technician/pages/edit.vue @@ -20,7 +20,7 @@ 生日 - {{form.birthday||'请选择'}} @@ -108,13 +108,13 @@ {{form.text.length>300?300:form.text.length}}/300 - + 身份证照片 @@ -266,41 +266,42 @@ checkType: "isNotNull", errorMsg: "请输入" + this.$t('action.attendantName') + "简介", regType: 2 - }, { - name: "id_code", - checkType: "isIdCard", - errorMsg: "输入您的身份证号码" - }, - { - name: "id_card", - checkType: "isNotNull", - errorMsg: "请上传身份证人像面" - }, - { - name: "id_card_fan", - checkType: "isNotNull", - errorMsg: "请上传身份证国徽面" - }, - { - name: "id_card_people", - checkType: "isNotNull", - errorMsg: "请上传手持身份证照片" - }, - { - name: "license", - checkType: "isNotNull", - errorMsg: "请上传资格证书" - }, - { - name: "work_img", - checkType: "isNotNull", - errorMsg: "请上传工作形象照" - }, - { - name: "self_img", - checkType: "isNotNull", - errorMsg: "请上传个人生活照" - }, + } + // { + // name: "id_code", + // checkType: "isIdCard", + // errorMsg: "输入您的身份证号码" + // }, + // { + // name: "id_card", + // checkType: "isNotNull", + // errorMsg: "请上传身份证人像面" + // }, + // { + // name: "id_card_fan", + // checkType: "isNotNull", + // errorMsg: "请上传身份证国徽面" + // }, + // { + // name: "id_card_people", + // checkType: "isNotNull", + // errorMsg: "请上传手持身份证照片" + // }, + // { + // name: "license", + // checkType: "isNotNull", + // errorMsg: "请上传资格证书" + // }, + // { + // name: "work_img", + // checkType: "isNotNull", + // errorMsg: "请上传工作形象照" + // }, + // { + // name: "self_img", + // checkType: "isNotNull", + // errorMsg: "请上传个人生活照" + // }, ], lockTap: false } diff --git a/user/pages/article.vue b/user/pages/article.vue index edb4aa4..771a66d 100644 --- a/user/pages/article.vue +++ b/user/pages/article.vue @@ -69,6 +69,7 @@ aitem.field_value = '' }) } + console.log("测试及一些",data); this.detail = data uni.setNavigationBarTitle({ title: data.title