Browse Source

修改返回

wangxy 1 day ago
parent
commit
140c2df3c7
2 changed files with 2 additions and 2 deletions
  1. 1 1
      pages/client/my/myInfo.vue
  2. 1 1
      pages/kehu/my/myInfo.vue

+ 1 - 1
pages/client/my/myInfo.vue

@@ -26,7 +26,7 @@
 			<text class="form-label-require">*</text>
 			<text v-if="data.idtype ==1">身份证号</text>
 			<text v-if="data.idtype ==2">护照号</text>
-			<icon @click="idCardChange" class="change-icon"
+			<icon class="change-icon"
 			:style="{ backgroundImage: 'url(' + data.changeIcon + ')' }">切换</icon>
 		</view>
 		<input v-model="data.idcard"  placeholder="请输入证件号" />

+ 1 - 1
pages/kehu/my/myInfo.vue

@@ -14,7 +14,7 @@
 				<text class="form-label-require">*</text>
 				<text v-if="data.idtype ==1">身份证号</text>
 				<text v-if="data.idtype ==2">护照号</text>
-				<icon @click="idCardChange" class="change-icon"
+				<icon class="change-icon"
 				:style="{ backgroundImage: 'url(' + data.changeIcon + ')' }">切换</icon>
 			</view>
 			<input v-model="data.idcard"  placeholder="请输入证件号" />