no message

cyl/master-apply
jscyl13849007907 2 months ago
parent 8cce8df8e6
commit adc84294ce

@ -1,11 +1,11 @@
<template>
<view v-if="!isLogin" class="m-log g_flex_column_start g_bg_page">
<view>
<rh-login-false-list useform='pages' />
<rh-login-false-list/>
</view>
</view>
<view class="p-root-home-quick g_w_all g_bg_f_5 g_kuaishou" v-else>
<rh-apply></rh-apply>
<rh-apply useform='pages' ></rh-apply>
</view>
</template>
<script>

@ -1,3 +1,5 @@
## 1.0.9212026-01-15
迭代
## 1.0.9202026-01-15
迭代
## 1.0.9192026-01-15

@ -83,7 +83,7 @@
</u-checkbox>
</u-checkbox-group>
</view>
<view class="g_h_84"></view>
<view class="g_h_84" v-if="useform == 'root'"></view>
<rh-fixed v-if="useform == 'root'">
<slot>
<view class="g_flex_row_between g_pl_16 g_pr_16" style="z-index: 99">
@ -101,6 +101,7 @@
<rh-button btnText="立即报名" type="primary" :loading="btnLoading" @clickBtn="submitForm" />
</view>
</view>
<view v-if="useform == 'pages'" style="height: 32px;"></view>
</view>
</view>
</view>

@ -1,7 +1,7 @@
{
"id": "rh-ui",
"displayName": "rh-ui",
"version": "1.0.920",
"version": "1.0.921",
"description": "公司内部UI框架",
"keywords": [
"ui框架"
@ -61,11 +61,11 @@
},
"nvue": "-",
"android": {
"extVersion": "1.0.920",
"extVersion": "1.0.921",
"minVersion": "19"
},
"ios": {
"extVersion": "1.0.920",
"extVersion": "1.0.921",
"minVersion": "12"
},
"harmony": "-"

Loading…
Cancel
Save