1、开始招租详情的重要提示

This commit is contained in:
wangzimeng 2025-08-13 14:56:24 +08:00
parent 53d6123af9
commit b5b7d667b6
2 changed files with 19 additions and 1 deletions

View File

@ -80,6 +80,11 @@
</view>
</view>
<!-- 重要提示 -->
<view class="lawBox">
<view style=""></view>
</view>
<view style="width: 100%;height: 248rpx;"></view>
<!-- 底部按钮 -->
@ -564,6 +569,13 @@
}
.lawBox {
width: 100%;
background-color: #ffffff;
padding: 20rpx 30rpx;
}
.footer-box {
width: 100%;
height: 100rpx auto;

View File

@ -37,7 +37,7 @@
<view class="title" style="">平台学院</view>
<view class="intro" style="color: #05b0b0;margin-top: 20rpx;">学知赋能成长</view>
</view>
<view class="navRight2" @click="toPage('/pages/index/category')">
<view class="navRight2" @click="toTabb('/pages/index/category')">
<view class="title" style="">原料商城</view>
<view class="intro" style="color: #f58f3d;margin-top: 20rpx;">优材好料直供</view>
</view>
@ -367,6 +367,12 @@
}
}
const toTabb = (e) => {
uni.switchTab({
url: e,
})
}
const rentList = ref([])
//
async function getList() {