|
@@ -1,8 +1,8 @@
|
|
<template>
|
|
<template>
|
|
<view class="center">
|
|
<view class="center">
|
|
<view v-if='!status' class="top">
|
|
<view v-if='!status' class="top">
|
|
- <text @click='consent' v-bind:class="switchs1" v-if="consentStatus">公司</text>
|
|
|
|
- <text @click='consent' v-bind:class="switchs2" v-if="consentStatus1">个人</text>
|
|
|
|
|
|
+ <text @click='consent' v-bind:class="switchs1">公司</text>
|
|
|
|
+ <text @click='consent' v-bind:class="switchs2">个人</text>
|
|
</view>
|
|
</view>
|
|
<view class="content">
|
|
<view class="content">
|
|
<view v-if="consentStatus == true">
|
|
<view v-if="consentStatus == true">
|
|
@@ -162,7 +162,7 @@
|
|
// console.log(this.deptList.customerTypeFlag, "判断")
|
|
// console.log(this.deptList.customerTypeFlag, "判断")
|
|
if (this.identityAuthenticationInfo.customerTypeFlag == 2) {
|
|
if (this.identityAuthenticationInfo.customerTypeFlag == 2) {
|
|
this.consentStatus = true
|
|
this.consentStatus = true
|
|
- this.consentStatus1 = false
|
|
|
|
|
|
+ this.consentStatus1 = true
|
|
this.switchs1 = "switchs1"
|
|
this.switchs1 = "switchs1"
|
|
this.switchs2 = "switchs2"
|
|
this.switchs2 = "switchs2"
|
|
} else {
|
|
} else {
|