no message

This commit is contained in:
2025-09-09 18:29:13 +08:00
parent 0046549299
commit 5ea50652c1
@@ -191,7 +191,8 @@
>
<view style="background-color: #fff;">
<view class="money">
<text style="color:#000;position: relative;top:40rpx">¥{{orderInfo.amount}}</text>
<text style="color:#000;position: relative;top:40rpx">
<text style="font-size:48rpx">¥</text>{{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>
@@ -205,7 +206,7 @@
@finish="finish"
></u-code-input>
</view>
<view class="tips text-28" style="color:#999">请输入支付密码</view>
<view class="tips text-28" style="color:#999;display: inline-block;">请输入支付密码</view>
</view>
</u-keyboard>
@@ -726,7 +727,7 @@ export default {
<style lang="scss" scoped>
.money{
text-align: center;
font-size: 80rpx;
font-size: 68rpx;
color: #ff9918;
position: relative;
background-color: #fff;
@@ -751,6 +752,7 @@ export default {
margin:20rpx 0;
text-align: center;
background-color: #fff;
width:100%;
}
.order_submit_warp {
background-color: $app-bj;