|
@@ -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">
|