提出问题修复
- 首页选择供应类型提示字样,配件商->品牌商 - 需求大厅刚进入时不校验实名和绑卡,接单时才校验并弹窗提示 - 实名认证无个人认证,均为企业认证,姓名拆开为姓氏两个字段填写,调整页面展示及必填项校验
This commit is contained in:
parent
99aa1737e4
commit
a5910fbf5a
|
|
@ -13,8 +13,8 @@ export default {
|
|||
})
|
||||
let userInfo = _this.getCurUserInfo();
|
||||
// request 触发前拼接 url
|
||||
args.url = 'https://www.opsoul.com' + args.url;
|
||||
// args.url = 'http://127.0.0.1:80' + args.url;
|
||||
// args.url = 'https://www.opsoul.com' + args.url;
|
||||
args.url = 'http://127.0.0.1:80' + args.url;
|
||||
// args.url = 'http://192.168.2.42:80' + args.url;
|
||||
|
||||
if (!args.data) {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<view class="cu-dialog">
|
||||
<view class="padding-xl">
|
||||
<view class="cuIcon-profile big-icon padding-tb text-main-color"></view>
|
||||
<view>您还未进行实名认证,因涉及上门家政服务,需完成实名认证填写,并通过审核,以保证用户安全</view>
|
||||
<view>您还未进行认证</view>
|
||||
</view>
|
||||
<view class="cu-bar bg-white solid-top">
|
||||
<view class="action margin-0 flex-sub text-black" data-modal="showTakeCertifiedModal"
|
||||
|
|
|
|||
|
|
@ -5,10 +5,10 @@
|
|||
<view class="cu-dialog">
|
||||
<view class="padding-xl">
|
||||
<view class="cuIcon-discover big-icon padding-tb text-main-color"></view>
|
||||
<view>请您选择入驻类型!到家服务类请选择-服务商;商品销售类请选择-配件商。</view>
|
||||
<view>请您选择供应类型!到家服务类请选-服务商;商品销售类请选-品牌商。</view>
|
||||
</view>
|
||||
<view class="cu-bar bg-white">
|
||||
<view class="action margin-0 flex-sub text-black" data-modal="isShowSteer" @click="chooseEntryType(1)">配件商
|
||||
<view class="action margin-0 flex-sub text-black" data-modal="isShowSteer" @click="chooseEntryType(1)">品牌商
|
||||
</view>
|
||||
<view class="action margin-0 flex-sub text-main-color solid-left"
|
||||
data-modal="isShowSteer" @click="chooseEntryType(0)">服务商</view>
|
||||
|
|
|
|||
|
|
@ -277,7 +277,7 @@
|
|||
methods: {
|
||||
async loadData() {
|
||||
this.curUserInfo = this.$request.getCurUserInfo();
|
||||
this.checkBankAndCertify();
|
||||
// this.checkBankAndCertify();
|
||||
// this.tasks = await this.$api.data('tasks');
|
||||
this.reloadMasterOrderPage();
|
||||
// this.takeCertify = await this.$api.data('takeCertify');
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue