前端提交app
|
|
@ -621,7 +621,7 @@
|
||||||
}
|
}
|
||||||
.edit-form{
|
.edit-form{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height:15vh;
|
height:18vh;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
.edit-submit-box {
|
.edit-submit-box {
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@
|
||||||
<!-- 设备列表 -->
|
<!-- 设备列表 -->
|
||||||
<view class="list-box">
|
<view class="list-box">
|
||||||
<u-list @scrolltolower="scrolltolower" height="88vh">
|
<u-list @scrolltolower="scrolltolower" height="88vh">
|
||||||
|
<view style="width: 100%;position: absolute;top:40%;font-size: 40rpx;font-weight: bold;text-align: center;color: #999;" v-if="listData.length==0">暂无数据...</view>
|
||||||
<u-list-item v-for="(item, index) in listData" :key="index">
|
<u-list-item v-for="(item, index) in listData" :key="index">
|
||||||
<view class="list-item">
|
<view class="list-item">
|
||||||
<view class="item-header">
|
<view class="item-header">
|
||||||
|
|
|
||||||
|
|
@ -91,10 +91,7 @@
|
||||||
menuList:uni.getStorageSync('menuList')[0].children,
|
menuList:uni.getStorageSync('menuList')[0].children,
|
||||||
permission:'',
|
permission:'',
|
||||||
bgList: [
|
bgList: [
|
||||||
'/static/img/banner.png',
|
|
||||||
'/static/img/banner.png',
|
|
||||||
'/static/img/banner.png',
|
|
||||||
'/static/img/banner.png'
|
|
||||||
],
|
],
|
||||||
item:{
|
item:{
|
||||||
notice:"李四的来访预约,请审核",
|
notice:"李四的来访预约,请审核",
|
||||||
|
|
@ -127,9 +124,9 @@
|
||||||
}
|
}
|
||||||
this.$http.get(carouselList,obj).then(res => {
|
this.$http.get(carouselList,obj).then(res => {
|
||||||
if (res) {
|
if (res) {
|
||||||
// console.log(res)
|
console.log(res)
|
||||||
if(res.code == 200){
|
if(res.code == 200){
|
||||||
this.bgList=res.data
|
this.bgList=res.data;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}).catch(error => {
|
}).catch(error => {
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 11 KiB |