Преглед изворни кода

Merge branch 'master' of http://git.zthymaoyi.com/gdc/yiliangyiyun-app

ccjgmwz пре 3 година
родитељ
комит
7ff676fd7e
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      pageD/identity/companyIdentity.vue

+ 3 - 3
pageD/identity/companyIdentity.vue

@@ -1,8 +1,8 @@
 <template>
 	<view class="center">
 		<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 class="content">
 			<view v-if="consentStatus == true">
@@ -162,7 +162,7 @@
 						// console.log(this.deptList.customerTypeFlag, "判断")
 						if (this.identityAuthenticationInfo.customerTypeFlag == 2) {
 							this.consentStatus = true
-							this.consentStatus1 = false
+							this.consentStatus1 = true
 							this.switchs1 = "switchs1"
 							this.switchs2 = "switchs2"
 						} else {