fix: bug
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 7m11s

This commit is contained in:
sexygoat
2026-04-24 18:39:39 +08:00
parent 2d6b5d7903
commit 17c299e4ce
27 changed files with 500 additions and 481 deletions

View File

@@ -1,5 +1,5 @@
<template>
<ElDialog v-model="visible" title="设置实名认证策略" width="500px">
<ElDialog v-model="visible" title="设置实名认证策略" width="35%">
<ElForm ref="formRef" :model="form" :rules="rules" label-width="120px">
<ElFormItem label="资产标识">
<span style="font-weight: bold; color: #409eff">{{ assetIdentifier }}</span>
@@ -21,7 +21,9 @@
<p>说明</p>
<p> <strong>无需实名</strong>用户使用设备无需进行实名认证</p>
<p> <strong>先实名后充值/购买</strong>用户必须先完成实名认证才能进行充值或购买套餐</p>
<p> <strong>先充值/购买后实名</strong>用户可以先充值或购买套餐之后需要完成实名认证</p>
<p
> <strong>先充值/购买后实名</strong>用户可以先充值或购买套餐之后需要完成实名认证</p
>
</div>
</ElFormItem>
</ElForm>