|
|
@@ -94,14 +94,10 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view
|
|
|
- class="notice-content-box"
|
|
|
- style="justify-content: start; padding: 30rpx 0 30rpx 30rpx;border-radius: 0;"
|
|
|
- v-if="owner_id == 0">
|
|
|
- <view class="notice-content" style="width: 100%">
|
|
|
- <view class="notice-content-font">尚未关联业主信息,请先登录后完成关联!</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
+ <view class="noLogin-box" v-if="owner_id == 0">
|
|
|
+ <view>尚未关联业主信息,</view>
|
|
|
+ <view>请前往"我的"登录后完成关联!</view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
|
|
|
|
|
|
@@ -538,4 +534,13 @@ export default {
|
|
|
font-size: 36rpx;
|
|
|
font-weight: 500;
|
|
|
}
|
|
|
+.noLogin-box {
|
|
|
+ width: 100%;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ margin-top: 160rpx;
|
|
|
+ color: #a7adba;
|
|
|
+}
|
|
|
</style>
|