소스 검색

修改返回

wangxy 1 일 전
부모
커밋
140c2df3c7
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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="请输入证件号" />