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
d19457d8
Commit
d19457d8
authored
Mar 25, 2021
by
罗超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/viitto/mallapp
# Conflicts: # pages/kotra/carrier/list.vue
parents
2ef9e43d
93e8f53e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
list.vue
pages/kotra/brand/list.vue
+5
-0
detail.vue
pages/kotra/carrier/detail.vue
+4
-1
No files found.
pages/kotra/brand/list.vue
View file @
d19457d8
...
...
@@ -116,7 +116,12 @@
},
(
res
)
=>
{
if
(
res
.
resultCode
==
1
)
{
let
obj
=
{
ID
:
0
,
ClassName
:
'全部'
}
this
.
typeList
=
res
.
data
this
.
typeList
.
unshift
(
obj
)
if
(
this
.
msg
.
BrandClassId
==
0
){
this
.
msg
.
BrandClassId
=
this
.
typeList
[
0
].
ID
}
else
{
//指定跳入分类
...
...
pages/kotra/carrier/detail.vue
View file @
d19457d8
...
...
@@ -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
=
{
...
...
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