소스 검색

feat:文字显示修改,储值页面修改

zhanghui 7 달 전
부모
커밋
569c8eb875
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      myPages/recharge/index.vue
  2. 1 1
      orderPages/bookService/index.vue
  3. 1 1
      orderPages/storeService/index.vue

+ 1 - 1
myPages/recharge/index.vue

@@ -75,7 +75,7 @@
 <!--						<u-icon name="rmb" color="#333" size="22"></u-icon>-->
 <!--					</view>-->
 					<view class="h-money">
-						<input v-model="reqOrderParm.rechargeAmount"  @click="cancelChooseMoney"  placeholder="请输入金额" type="number">
+						<input v-model="reqOrderParm.rechargeAmount"  @click="cancelChooseMoney"  placeholder="请输入金额" type="digit">
 					</view>
 				</view>
 

+ 1 - 1
orderPages/bookService/index.vue

@@ -166,7 +166,7 @@
 			   :orderNo="subOrderNo" @payResult="payResult" @improperClose="improperClose"></myPay>
 
 		<uni-popup ref="reservationQueuePopup">
-			<uni-popup-dialog :type="msgType" cancelText="不提示" confirmText="已知晓" title="提示" :content="configContent" @confirm="dialogConfirm"
+			<uni-popup-dialog :type="msgType" cancelText="不提示" confirmText="已知晓" title="提示" :content="configContent" @confirm="dialogConfirm"
 							  @close="dialogClose"></uni-popup-dialog>
 		</uni-popup>
 

+ 1 - 1
orderPages/storeService/index.vue

@@ -100,7 +100,7 @@
 		</view>
 
 		<uni-popup ref="sameDayQueuePopup">
-			<uni-popup-dialog :type="msgType" cancelText="不提示" confirmText="已知晓" title="提示" :content="configContent" @confirm="dialogConfirm"
+			<uni-popup-dialog :type="msgType" cancelText="不提示" confirmText="已知晓" title="提示" :content="configContent" @confirm="dialogConfirm"
 							  @close="dialogClose"></uni-popup-dialog>
 
 		</uni-popup>