1、开始招租详情的重要提示
This commit is contained in:
parent
53d6123af9
commit
b5b7d667b6
@ -80,6 +80,11 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
<!-- 重要提示 -->
|
||||||
|
<view class="lawBox">
|
||||||
|
<view style=""></view>
|
||||||
|
</view>
|
||||||
|
|
||||||
<view style="width: 100%;height: 248rpx;"></view>
|
<view style="width: 100%;height: 248rpx;"></view>
|
||||||
|
|
||||||
<!-- 底部按钮 -->
|
<!-- 底部按钮 -->
|
||||||
@ -564,6 +569,13 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.lawBox {
|
||||||
|
width: 100%;
|
||||||
|
background-color: #ffffff;
|
||||||
|
padding: 20rpx 30rpx;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
.footer-box {
|
.footer-box {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100rpx auto;
|
height: 100rpx auto;
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
<view class="title" style="">平台学院</view>
|
<view class="title" style="">平台学院</view>
|
||||||
<view class="intro" style="color: #05b0b0;margin-top: 20rpx;">学知赋能成长</view>
|
<view class="intro" style="color: #05b0b0;margin-top: 20rpx;">学知赋能成长</view>
|
||||||
</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="title" style="">原料商城</view>
|
||||||
<view class="intro" style="color: #f58f3d;margin-top: 20rpx;">优材好料直供</view>
|
<view class="intro" style="color: #f58f3d;margin-top: 20rpx;">优材好料直供</view>
|
||||||
</view>
|
</view>
|
||||||
@ -367,6 +367,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const toTabb = (e) => {
|
||||||
|
uni.switchTab({
|
||||||
|
url: e,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
const rentList = ref([])
|
const rentList = ref([])
|
||||||
//招租列表
|
//招租列表
|
||||||
async function getList() {
|
async function getList() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user