|
@@ -71,7 +71,7 @@
|
|
|
</u-cell-group>
|
|
|
</view>
|
|
|
<view v-if="orderInfo.orderState=='WAIT_PAY'" class="footer">
|
|
|
- <u-button @click="toPay" type="error">去支付</u-button>
|
|
|
+ <u-button @click="toPay" type="success">去支付</u-button>
|
|
|
</view>
|
|
|
<!-- 提示用户设置支付密码 -->
|
|
|
<u-modal v-model="showSetPswModal"
|
|
@@ -209,9 +209,11 @@
|
|
|
this.password = ''
|
|
|
this.showLeavePsw = false
|
|
|
this.showInputPsw = false
|
|
|
+ this.focus = false
|
|
|
},
|
|
|
// 继续支付
|
|
|
payAgain () {
|
|
|
+ this.focus = false
|
|
|
this.showLeavePsw = false
|
|
|
this.showInputPsw = true
|
|
|
setTimeout(()=>{
|