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

Merge branch 'develop' of http://git.chelingzhu.com/chelingzhu-web/zxyj-mini-html into develop

lilei пре 4 година
родитељ
комит
1b9c223959
4 измењених фајлова са 10 додато и 8 уклоњено
  1. 2 2
      pages/checkOut/checkOut.vue
  2. 3 2
      pages/order/order.vue
  3. 3 2
      pages/order/orderDetail.vue
  4. 2 2
      pages/toOrder/index.vue

+ 2 - 2
pages/checkOut/checkOut.vue

@@ -51,8 +51,8 @@
 					</view>
 				</view>
 				<view class="footer">
-					<u-input v-model="password" 
-					input-align="center" 
+					<input v-model="password" 
+					style="text-align: center;" 
 					type="password" 
 					placeholder="请输入支付密码" 
 					:maxlength="30"

+ 3 - 2
pages/order/order.vue

@@ -95,8 +95,9 @@
 					<text class="num-big">{{totalPrice}}</text>乐豆
 				</view>
 				<view class="footer">
-					<u-input v-model="password" maxlength="30" 
-					input-align="center" type="password" 
+					<input v-model="password" maxlength="30" 
+					style="text-align: center;"
+				    type="password" 
 					placeholder="请输入支付密码" 
 					@confirm="toPayOrder"/>
 				</view>

+ 3 - 2
pages/order/orderDetail.vue

@@ -91,9 +91,10 @@
 					<text class="num-big">{{totalPrice}}</text>乐豆
 				</view>
 				<view class="footer">
-					<u-input v-model="password" 
+					<input v-model="password" 
 					@confirm="toPayOrder" 
-					maxlength="30" input-align="center" type="password" 
+					maxlength="30" 
+					style="text-align: center;" type="password" 
 					placeholder="请输入支付密码" />
 				</view>
 				<view class="fot-btn">

+ 2 - 2
pages/toOrder/index.vue

@@ -84,9 +84,9 @@
 					<text class="num-big">{{totalPrice}}</text>乐豆
 				</view>
 				<view class="footer">
-					<u-input v-model="password" 
+					<input v-model="password" 
 					maxlength="30" 
-					input-align="center" 
+					style="text-align: center;"
 					type="password" 
 					@confirm="toPay"
 					placeholder="请输入支付密码" />