|
|
@@ -226,6 +226,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <nomore v-if="page <= totlo"></nomore>
|
|
|
</scroll-view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -467,12 +468,14 @@
|
|
|
|
|
|
<script>
|
|
|
import empty from '../../components/empty.vue'
|
|
|
+import nomore from '../../components/nomore.vue'
|
|
|
import permision from '@/js_sdk/wa-permission/permission.js'
|
|
|
import companyListIndex from '@/components/companyListIndex/companyListIndex.vue'
|
|
|
export default {
|
|
|
components: {
|
|
|
empty,
|
|
|
- companyListIndex
|
|
|
+ companyListIndex,
|
|
|
+ nomore
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
@@ -1822,7 +1825,10 @@ export default {
|
|
|
.page-container {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
- height: calc(100vh - 50px);
|
|
|
+ height:100vh;
|
|
|
+ //#ifdef H5
|
|
|
+ height: calc(100vh - var(--window-bottom));
|
|
|
+ //#endif
|
|
|
// margin-bottom: 60px;
|
|
|
}
|
|
|
|
|
|
@@ -2395,8 +2401,6 @@ page {
|
|
|
width: 100%;
|
|
|
flex: 1;
|
|
|
overflow: auto;
|
|
|
- margin-bottom: 10rpx;
|
|
|
-
|
|
|
.gwList-box {
|
|
|
width: 710rpx;
|
|
|
height: 100%;
|