no message

cyl/master-apply
jscyl13849007907 3 months ago
parent 9bb3efea9b
commit c90ff7155a

@ -550,4 +550,12 @@ page {
.g_pt_90 {
padding-top: 90px;
}
.g-rh-login-false-list{
.bocai_btn_type_primary{
background-color: #00b666 !important;
border: 1px solid #00b666 !important;
}
}
</style>

@ -11,12 +11,7 @@
</view>
</view>
<view v-if="!isLogin" style="background-color: #ededed" class="m-log g_flex_column_start">
<view class="g_h_100"></view>
<view>
<g-empty text="您还有没有登录,请登录后查看工单" />
<view class="g_h_32"></view>
<g-button btnText="去登录" size="small" class="g_mt_32" @clickBtn="goLogin" />
</view>
<rh-login-false-list />
</view>
<!-- :style="{ height: `calc(100vh - ${108 + tabbarHeight}px)` }" :scroll-y="true" @scrolltolower="reachBottom" -->
<view v-if="speed > 0" :lower-threshold="100">

@ -5,18 +5,9 @@
<view
v-if="!loading && speed == 0"
style="width: calc(100% - 20px); margin: 0 auto"
class="g_h_all g_flex_column_center"
:style="{
'padding-top': pt + 'rpx',
}"
class="g_h_all g_flex_row_center"
>
<!-- <view class="g_h_all" style="" v-if="!isLogin">
<unloginInfo></unloginInfo>
</view> -->
<g-empty :text="emptyText" style="margin-top: 30px" />
<view class="g_mt_32" v-if="isShowLoginBtn">
<g-button :btnText="'登录查看'" type="primary" @clickBtn="goLogin" />
</view>
<rh-login-false-list />
</view>
<view v-if="speed > 0" class="link">
<block class="" v-for="(item, index) in jobArray" :key="index" >

@ -1,10 +1,7 @@
<template>
<view v-if="!isLogin" class="m-log g_flex_column_start g_bg_page">
<view class="g_h_100"></view>
<view>
<g-empty text="您还有没有登录,请登录后查看" />
<view class="g_h_32"></view>
<g-button btnText="去登录" size="small" class="g_mt_32" @clickBtn="goLogin" />
<rh-login-false-list />
</view>
</view>
<view class="p-root-home-quick g_w_all g_bg_f_5 g_kuaishou" v-else>

@ -19,12 +19,7 @@
<div style="height: 48px; background-color: #ededed"></div>
</scroll-view>
<view class="g_h_all" v-if="!isLogin">
<view class="" hover-class="none" hover-stop-propagation="false" style="height: 100px"> </view>
<view class="">
<g-empty text="您还有没有登录,请登录后查看消息" />
<view class="g_h_32"></view>
<g-button btnText="去登录" size="small" class="g_mt_32" @clickBtn="goLogin" />
</view>
<rh-login-false-list />
</view>
<servicePopup
:show="showService"

Loading…
Cancel
Save