shish hace 3 años
padre
commit
65e4743d51
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      ghsPad/src/pages/home/xj.vue
  2. 1 1
      hdPad/src/pages/home/xj.vue

+ 1 - 1
ghsPad/src/pages/home/xj.vue

@@ -12,7 +12,7 @@
 					<text @click="outAmount()" style="margin-left:30upx;">提取</text>
 				</view>
 				<view class="save">
-					<input v-model="saveCash" type="digit" class="save-input" @focus="drawCash=''" placeholder="存入金额" /> 
+					<input v-model="saveCash" type="digit" class="save-input" @focus="saveCash=''" placeholder="存入金额" /> 
 					<text @click="inAmount()" style="margin-left:30upx;">存入</text>
 				</view>
             </view>

+ 1 - 1
hdPad/src/pages/home/xj.vue

@@ -12,7 +12,7 @@
 					<text @click="outAmount()" style="margin-left:30upx;">提取</text>
 				</view>
 				<view class="save">
-					<input v-model="saveCash" type="digit" class="save-input" @focus="drawCash=''" placeholder="存入金额" /> 
+					<input v-model="saveCash" type="digit" class="save-input" @focus="saveCash=''" placeholder="存入金额" /> 
 					<text @click="inAmount()" style="margin-left:30upx;">存入</text>
 				</view>
             </view>