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
93e8f53e
Commit
93e8f53e
authored
Mar 25, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9f876513
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
detail.vue
pages/kotra/carrier/detail.vue
+4
-1
list.vue
pages/kotra/carrier/list.vue
+1
-1
No files found.
pages/kotra/carrier/detail.vue
View file @
93e8f53e
...
...
@@ -21,7 +21,7 @@
</view>
</view>
<view
style=
"width: 100px;height: 50rpx;position: absolute;background-color: rgba(255,255,255,.6);border-radius: 50rpx;left: 50%;bottom: 80px;margin-left:-50px;"
>
style=
"width: 100px;height: 50rpx;position: absolute;background-color: rgba(255,255,255,.6);border-radius: 50rpx;left: 50%;bottom: 80px;margin-left:-50px;"
v-if=
"detailData.VideoUrl!=''"
>
<u-tabs
bg-color=
"rgba(0,0,0,0)"
:is-scroll=
"false"
name=
"Name"
:list=
"typeList"
:active-color=
"mainColor"
:current=
"active"
@
change=
"changeHandler"
:show-bar=
"true"
:bold=
"false"
height=
"50"
duration=
"0"
font-size=
"24"
:activeFontSize=
"24"
:typeStyle=
"2"
>
...
...
@@ -302,6 +302,9 @@
if
(
res
.
resultCode
==
1
)
{
this
.
detailData
=
res
.
data
this
.
imgsList
=
[]
if
(
res
.
data
.
VideoUrl
==
''
){
this
.
active
=
1
};
if
(
Array
.
isArray
(
res
.
data
.
BannerList
)){
res
.
data
.
BannerList
.
map
((
e
)
=>
{
let
obj
=
{
...
...
pages/kotra/carrier/list.vue
View file @
93e8f53e
...
...
@@ -29,7 +29,7 @@
height:100%;
border-radius: 10rpx 10rpx 0 0;
"
mode=
'aspectFill'
:src=
"item.
Logo"
/>
:src=
"item.
BannerList[0]"
/>
</view>
</view>
<div
class=
"good-info"
>
...
...
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