no message
This commit is contained in:
@@ -191,7 +191,7 @@
|
||||
>
|
||||
<view style="background-color: #fff;">
|
||||
<view class="money">
|
||||
<text>{{orderInfo.amount}}</text>
|
||||
<text style="color:#000;position: relative;top:40rpx">¥{{orderInfo.amount}}</text>
|
||||
<text class="text-40 " style="margin-left:20rpx"></text>
|
||||
<view class="text-28 close" data-flag="false" @tap="showPop(false)">
|
||||
<u-icon name="close" color="#333333" size="20"></u-icon>
|
||||
@@ -200,11 +200,12 @@
|
||||
<view class="mid-tips">
|
||||
<u-code-input v-model="password"
|
||||
:dot="true"
|
||||
borderColor="#EAEAEA"
|
||||
:maxlength="6"
|
||||
@finish="finish"
|
||||
></u-code-input>
|
||||
</view>
|
||||
<view class="tips text-28">请输入支付密码</view>
|
||||
<view class="tips text-28" style="color:#999">请输入支付密码</view>
|
||||
</view>
|
||||
</u-keyboard>
|
||||
|
||||
@@ -729,6 +730,7 @@ export default {
|
||||
color: #ff9918;
|
||||
position: relative;
|
||||
background-color: #fff;
|
||||
height:180rpx;
|
||||
.close{
|
||||
position: absolute;
|
||||
top: 20rpx;
|
||||
|
||||
Reference in New Issue
Block a user