协议按钮样式优化,实名认证提示优化
This commit is contained in:
parent
a6e5f9e2da
commit
ca09639935
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ export default {
|
|||
try {
|
||||
// 显示加载Toast(30秒超时自动隐藏)
|
||||
uni.showLoading({
|
||||
title: '正在刷新实名信息',
|
||||
title: '刷新实名信息中',
|
||||
mask: 'true',
|
||||
})
|
||||
const res = await refreshRealName()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user