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
45dd34c4
Commit
45dd34c4
authored
Sep 03, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
19c719e9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
detail.vue
pages/kotra/brand/detail.vue
+1
-1
detail.vue
pages/kotra/carrier/detail.vue
+3
-2
No files found.
pages/kotra/brand/detail.vue
View file @
45dd34c4
...
...
@@ -1275,7 +1275,7 @@ export default {
padding
:
15rpx
;
display
:
flex
;
flex-wrap
:
wrap
;
margin
:
30rpx
;
margin
-bottom
:
30rpx
;
}
.MedalBoxItem
{
width
:
30%
;
...
...
pages/kotra/carrier/detail.vue
View file @
45dd34c4
...
...
@@ -165,7 +165,7 @@
style=
"margin-top: 16rpx; display: flex; align-items: center"
>
<u-tag
:text=
"
ProjectTyp
e"
:text=
"
detailData.ProjectTypeNam
e"
mode=
"dark"
size=
"mini"
:bg-color=
"mainColor"
...
...
@@ -901,7 +901,7 @@ export default {
},
onLoad
(
options
)
{
this
.
id
=
options
.
id
;
this
.
ProjectType
=
options
.
type
;
//
this.ProjectType = options.type;
let
that
=
this
;
uni
.
getSystemInfo
({
success
(
res
)
{
...
...
@@ -1003,6 +1003,7 @@ export default {
this
.
request2
(
parms
,
(
res
)
=>
{
if
(
res
.
resultCode
==
1
)
{
this
.
detailData
=
res
.
data
;
this
.
ProjectType
=
res
.
data
.
ProjectTypeName
;
this
.
imgsList
=
[];
if
(
res
.
data
.
VideoUrl
==
""
)
{
this
.
active
=
1
;
...
...
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