引入Wot UI组件库

This commit is contained in:
2026-09-23 17:47:57 +08:00
parent 9a22980071
commit 08d8231671
12 changed files with 44 additions and 43 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
<text class="ag">我已阅读并同意企业信息安全保密协议员工使用守则</text>
</view>
<view class="btn-primary" :class="{ dim: busy }" @click="submit">{{ busy ? '校验中' : '安全登录' }}</view>
<wd-button type="primary" block size="large" :loading="busy" @click="submit">安全登录</wd-button>
<text v-if="error" class="err">{{ error }}</text>
</view>
</view>