修改文字

This commit is contained in:
有果 2026-03-27 11:13:25 +08:00
parent 0c4b6fc571
commit 2b33f44955
2 changed files with 5 additions and 1 deletions

View File

@ -366,6 +366,9 @@
<uv-popup ref="agreementRef" mode="bottom" :closeOnClickOverlay="false" width="750rpx" zIndex="999" round="24px"> <uv-popup ref="agreementRef" mode="bottom" :closeOnClickOverlay="false" width="750rpx" zIndex="999" round="24px">
<view class="agreement-wrap"> <view class="agreement-wrap">
<view class="agreement-top"> <view class="agreement-top">
<view>
</view>
<view class="name">{{ $t("detail.agreement") }}</view> <view class="name">{{ $t("detail.agreement") }}</view>
<uv-icon name="close" size="20" @click="closeAgreement"></uv-icon> <uv-icon name="close" size="20" @click="closeAgreement"></uv-icon>
</view> </view>
@ -1086,6 +1089,7 @@ function changeMove(event) {
position: fixed; position: fixed;
bottom: 159upx; bottom: 159upx;
padding: 20rpx; padding: 20rpx;
box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.05);
} }
.payPopupBox { .payPopupBox {

View File

@ -31,7 +31,7 @@
color: '#fff', color: '#fff',
fontSize: '32rpx', fontSize: '32rpx',
}" color="#FB322E" shape="circle" @click="handleRefundLocker"> }" color="#FB322E" shape="circle" @click="handleRefundLocker">
{{ $t("unlock.confirmOut") }} 申请退仓
</uv-button> </uv-button>
</view> </view>
</view> </view>