协议按钮样式优化,实名认证提示优化
This commit is contained in:
parent
a6e5f9e2da
commit
ca09639935
|
|
@ -38,16 +38,16 @@
|
||||||
<!-- </uv-form-item>-->
|
<!-- </uv-form-item>-->
|
||||||
<view class="btn-signature">
|
<view class="btn-signature">
|
||||||
<uv-button
|
<uv-button
|
||||||
customStyle="margin-top: 10px"
|
customStyle="margin-top: 10px; background-color: #F15A04;
|
||||||
|
color: white;"
|
||||||
throttleTime="1000"
|
throttleTime="1000"
|
||||||
type="primary "
|
|
||||||
@click="openProtocol"
|
@click="openProtocol"
|
||||||
>点击查看协议
|
>点击查看协议
|
||||||
</uv-button>
|
</uv-button>
|
||||||
<uv-button
|
<uv-button
|
||||||
customStyle="margin-top: 10px"
|
customStyle="margin-top: 10px; background-color: #F15A04;
|
||||||
|
color: white;"
|
||||||
text="确认协议并去签名"
|
text="确认协议并去签名"
|
||||||
type="primary"
|
|
||||||
@click="submit"
|
@click="submit"
|
||||||
>
|
>
|
||||||
</uv-button>
|
</uv-button>
|
||||||
|
|
|
||||||
|
|
@ -26,16 +26,16 @@
|
||||||
</uv-form-item>
|
</uv-form-item>
|
||||||
<view class="btn-signature">
|
<view class="btn-signature">
|
||||||
<uv-button
|
<uv-button
|
||||||
customStyle="margin-top: 10px"
|
customStyle="margin-top: 10px; background-color: #F15A04;
|
||||||
|
color: white;"
|
||||||
throttleTime="1000"
|
throttleTime="1000"
|
||||||
type="primary "
|
|
||||||
@click="openProtocol"
|
@click="openProtocol"
|
||||||
>点击查看协议
|
>点击查看协议
|
||||||
</uv-button>
|
</uv-button>
|
||||||
<uv-button
|
<uv-button
|
||||||
customStyle="margin-top: 10px"
|
customStyle="margin-top: 10px; background-color: #F15A04;
|
||||||
|
color: white;"
|
||||||
text="确认协议并去签名"
|
text="确认协议并去签名"
|
||||||
type="primary"
|
|
||||||
@click="submit"
|
@click="submit"
|
||||||
>
|
>
|
||||||
</uv-button>
|
</uv-button>
|
||||||
|
|
|
||||||
|
|
@ -82,7 +82,7 @@ export default {
|
||||||
try {
|
try {
|
||||||
// 显示加载Toast(30秒超时自动隐藏)
|
// 显示加载Toast(30秒超时自动隐藏)
|
||||||
uni.showLoading({
|
uni.showLoading({
|
||||||
title: '正在刷新实名信息',
|
title: '刷新实名信息中',
|
||||||
mask: 'true',
|
mask: 'true',
|
||||||
})
|
})
|
||||||
const res = await refreshRealName()
|
const res = await refreshRealName()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user