no message

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

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

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

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

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

Loading…
Cancel
Save