提出问题修复

- 首页选择供应类型提示字样,配件商->品牌商
- 需求大厅刚进入时不校验实名和绑卡,接单时才校验并弹窗提示
- 实名认证无个人认证,均为企业认证,姓名拆开为姓氏两个字段填写,调整页面展示及必填项校验
This commit is contained in:
donqi 2022-08-23 18:05:01 +08:00
parent 99aa1737e4
commit a5910fbf5a
5 changed files with 651 additions and 553 deletions

View File

@ -13,8 +13,8 @@ export default {
}) })
let userInfo = _this.getCurUserInfo(); let userInfo = _this.getCurUserInfo();
// request 触发前拼接 url // request 触发前拼接 url
args.url = 'https://www.opsoul.com' + args.url; // args.url = 'https://www.opsoul.com' + args.url;
// args.url = 'http://127.0.0.1:80' + args.url; args.url = 'http://127.0.0.1:80' + args.url;
// args.url = 'http://192.168.2.42:80' + args.url; // args.url = 'http://192.168.2.42:80' + args.url;
if (!args.data) { if (!args.data) {

View File

@ -5,7 +5,7 @@
<view class="cu-dialog"> <view class="cu-dialog">
<view class="padding-xl"> <view class="padding-xl">
<view class="cuIcon-profile big-icon padding-tb text-main-color"></view> <view class="cuIcon-profile big-icon padding-tb text-main-color"></view>
<view>您还未进行实名认证因涉及上门家政服务需完成实名认证填写并通过审核以保证用户安全</view> <view>您还未进行认证</view>
</view> </view>
<view class="cu-bar bg-white solid-top"> <view class="cu-bar bg-white solid-top">
<view class="action margin-0 flex-sub text-black" data-modal="showTakeCertifiedModal" <view class="action margin-0 flex-sub text-black" data-modal="showTakeCertifiedModal"

View File

@ -5,10 +5,10 @@
<view class="cu-dialog"> <view class="cu-dialog">
<view class="padding-xl"> <view class="padding-xl">
<view class="cuIcon-discover big-icon padding-tb text-main-color"></view> <view class="cuIcon-discover big-icon padding-tb text-main-color"></view>
<view>请您选择入驻类型到家服务类请选择-服务商商品销售类请选择-配件</view> <view>请您选择供应类型到家服务类请选-服务商商品销售类请选-品牌</view>
</view> </view>
<view class="cu-bar bg-white"> <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>
<view class="action margin-0 flex-sub text-main-color solid-left" <view class="action margin-0 flex-sub text-main-color solid-left"
data-modal="isShowSteer" @click="chooseEntryType(0)">服务商</view> data-modal="isShowSteer" @click="chooseEntryType(0)">服务商</view>

View File

@ -277,7 +277,7 @@
methods: { methods: {
async loadData() { async loadData() {
this.curUserInfo = this.$request.getCurUserInfo(); this.curUserInfo = this.$request.getCurUserInfo();
this.checkBankAndCertify(); // this.checkBankAndCertify();
// this.tasks = await this.$api.data('tasks'); // this.tasks = await this.$api.data('tasks');
this.reloadMasterOrderPage(); this.reloadMasterOrderPage();
// this.takeCertify = await this.$api.data('takeCertify'); // this.takeCertify = await this.$api.data('takeCertify');

File diff suppressed because it is too large Load Diff