Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
mallapp
Commits
eb119c61
Commit
eb119c61
authored
Dec 11, 2024
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增楼宇详情
parent
f70d79a6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
875 additions
and
6 deletions
+875
-6
pages.json
pages.json
+6
-0
detail_building.vue
pages/kotra/carrier/detail_building.vue
+859
-0
detail_carrier.vue
pages/kotra/carrier/detail_carrier.vue
+9
-5
api.js
plugin/api.js
+1
-1
No files found.
pages.json
View file @
eb119c61
...
...
@@ -770,6 +770,12 @@
"style"
:
{
"navigationStyle"
:
"custom"
}
},{
"path"
:
"carrier/detail_building"
,
//楼宇信息
"enablePullDownRefresh"
:
true
,
"style"
:
{
"navigationStyle"
:
"custom"
}
},
{
"path"
:
"carrier/list"
//品牌详情
},
{
...
...
pages/kotra/carrier/detail_building.vue
0 → 100644
View file @
eb119c61
This diff is collapsed.
Click to expand it.
pages/kotra/carrier/detail_carrier.vue
View file @
eb119c61
...
...
@@ -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
:
65
rpx
;
padding
:
0
10
rpx
;
height
:
40
rpx
;
background
:
#1f1f1f
;
border-radius
:
4
rpx
0
rpx
0
rpx
4
rpx
;
...
...
@@ -913,4 +914,7 @@ export default {
.carrier-query-contact
button
::after
{
border
:
none
!important
;
}
.custom-tab-item
.u-tab-item
{
line-height
:
26px
;
}
</
style
>
plugin/api.js
View file @
eb119c61
...
...
@@ -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:50
00"
Vue
.
prototype
.
host2
=
"http://192.168.5.
46:82
00"
Vue
.
prototype
.
host3
=
"https://jjeduapi.oytour.com"
//进阶小课堂以前接口
Vue
.
prototype
.
UploadConfig
=
function
()
{
//本地上传配置
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment