协议按钮样式优化,实名认证提示优化

This commit is contained in:
WindowBird 2025-09-12 15:18:45 +08:00
parent a6e5f9e2da
commit ca09639935
3 changed files with 9 additions and 9 deletions

View File

@ -38,16 +38,16 @@
<!-- </uv-form-item>-->
<view class="btn-signature">
<uv-button
customStyle="margin-top: 10px"
customStyle="margin-top: 10px; background-color: #F15A04;
color: white;"
throttleTime="1000"
type="primary "
@click="openProtocol"
>点击查看协议
</uv-button>
<uv-button
customStyle="margin-top: 10px"
customStyle="margin-top: 10px; background-color: #F15A04;
color: white;"
text="确认协议并去签名"
type="primary"
@click="submit"
>
</uv-button>

View File

@ -26,16 +26,16 @@
</uv-form-item>
<view class="btn-signature">
<uv-button
customStyle="margin-top: 10px"
customStyle="margin-top: 10px; background-color: #F15A04;
color: white;"
throttleTime="1000"
type="primary "
@click="openProtocol"
>点击查看协议
</uv-button>
<uv-button
customStyle="margin-top: 10px"
customStyle="margin-top: 10px; background-color: #F15A04;
color: white;"
text="确认协议并去签名"
type="primary"
@click="submit"
>
</uv-button>

View File

@ -82,7 +82,7 @@ export default {
try {
// Toast30
uni.showLoading({
title: '正在刷新实名信息',
title: '刷新实名信息',
mask: 'true',
})
const res = await refreshRealName()