Commit eb119c61 authored by 罗超's avatar 罗超

新增楼宇详情

parent f70d79a6
......@@ -770,6 +770,12 @@
"style": {
"navigationStyle": "custom"
}
},{
"path": "carrier/detail_building", //楼宇信息
"enablePullDownRefresh": true,
"style": {
"navigationStyle": "custom"
}
}, {
"path": "carrier/list" //品牌详情
}, {
......
This diff is collapsed.
......@@ -76,7 +76,7 @@
bottom: 80px;
margin-left: -50px;
"
v-if="detailData.VideoUrl != ''"
v-if="imgsList.length > 0 && detailData.VideoUrl && detailData.VideoUrl != ''"
>
<u-tabs
bg-color="rgba(0,0,0,0)"
......@@ -93,6 +93,7 @@
font-size="24"
:activeFontSize="24"
:typeStyle="2"
class="custom-tab-item"
>
</u-tabs>
</view>
......@@ -170,13 +171,13 @@
:bg-color="mainColor"
/> -->
<view class="carriertag">
<view class="carriertagsub1">类别</view>
<view class="carriertagsub1">商业类别</view>
<view class="carriertagsub2">{{detailData.CategoryName}}</view>
</view>
</view>
</view>
<!-- 关注 -->
<view
<!-- <view
style="
width: 120rpx;
height: 120rpx;
......@@ -195,7 +196,7 @@
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/2024/Upload/Goods/638695271527470000.jpg"
style="width: 100%; height: 100%"
></image>
</view>
</view> -->
</view>
<!-- //奖章 -->
<view class="MedalBox" v-if="detailData.listEnroll && detailData.listEnroll.length > 0">
......@@ -833,7 +834,7 @@ export default {
overflow: hidden;
}
.carriertagsub1 {
width: 65rpx;
padding: 0 10rpx;
height: 40rpx;
background: #1f1f1f;
border-radius: 4rpx 0rpx 0rpx 4rpx;
......@@ -913,4 +914,7 @@ export default {
.carrier-query-contact button::after{
border: none !important;
}
.custom-tab-item .u-tab-item {
line-height: 26px;
}
</style>
......@@ -3,7 +3,7 @@ export default {
Vue.prototype.host = "https://wx.weibaoge.cn/web/index.php?_mall_id=1285"
//Vue.prototype.host2 = "https://mallApi.oytour.com" //电商接口
Vue.prototype.host2 = "http://192.168.5.56:5000"
Vue.prototype.host2 = "http://192.168.5.46:8200"
Vue.prototype.host3 = "https://jjeduapi.oytour.com" //进阶小课堂以前接口
Vue.prototype.UploadConfig = function() { //本地上传配置
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment