引入Wot UI组件库
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user