前端提交app

This commit is contained in:
zzyuan 2024-09-20 16:58:36 +08:00
parent 930d4478fe
commit 8b6054efdb
17 changed files with 3078 additions and 16091 deletions

View File

@ -621,7 +621,7 @@
}
.edit-form{
width: 100%;
height:15vh;
height:18vh;
background-color: #fff;
}
.edit-submit-box {

View File

@ -8,6 +8,7 @@
<!-- 设备列表 -->
<view class="list-box">
<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">
<view class="list-item">
<view class="item-header">

View File

@ -91,10 +91,7 @@
menuList:uni.getStorageSync('menuList')[0].children,
permission:'',
bgList: [
'/static/img/banner.png',
'/static/img/banner.png',
'/static/img/banner.png',
'/static/img/banner.png'
],
item:{
notice:"李四的来访预约,请审核",
@ -127,9 +124,9 @@
}
this.$http.get(carouselList,obj).then(res => {
if (res) {
// console.log(res)
console.log(res)
if(res.code == 200){
this.bgList=res.data
this.bgList=res.data;
}
}
}).catch(error => {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB