apps/taro/inspect.config.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
apps/taro/src/subpackages/my/applyAgent/applyAgent.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
packages/components/src/views/Mine/ApplyAgentView.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
apps/taro/inspect.config.js
New file Diff too large apps/taro/src/subpackages/my/applyAgent/applyAgent.vue
@@ -1,7 +1,7 @@ <template> <PageLayout title="立即申请" class="applyAgent-page-wrapper" hasBgColor :needAuth="false"> <ContentScrollView hasPaddingTop style="background-color: transparent"> <ApplyAgentView @submit="submit" ref="orderApplyRefundViewRef" /> <ApplyAgentView @submit="submit" ref="applyAgentViewRef" /> </ContentScrollView> <PageFooter> <PageFooterBtn type="primary" @click="handleSubmit">提交申请</PageFooterBtn> packages/components/src/views/Mine/ApplyAgentView.vue
@@ -39,7 +39,7 @@ enum-value-key="gasOrgCode" /> </NutFormItem> <NutFormItem label="客户资源" class="bole-form-item" prop="refundApplyRemark" required> <NutFormItem label="客户资源" class="bole-form-item" prop="refundApplyRemark"> <NutTextarea placeholder="请填写您拥有的客户资源" placeholderClass="bole-input-text-placeholder" @@ -89,7 +89,7 @@ { required: true, message: '请填写您的联系方式' }, { validator: FormValidator.validatorPhoneNumber, message: '请输入正确的手机号' }, ], refundApplyRemark: [{ required: true, message: '请输入退款原因' }], type: [{ required: true, message: '请选择您想申请的代理类型' }], }); const { blLifeRecharge } = useLifeRechargeContext();