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
b993b097
Commit
b993b097
authored
Sep 01, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
02abd306
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
12 deletions
+3
-12
detail.vue
pages/kotra/brand/detail.vue
+1
-11
firstShop.vue
pages/kotra/firstShop/firstShop.vue
+2
-1
No files found.
pages/kotra/brand/detail.vue
View file @
b993b097
...
...
@@ -28,17 +28,7 @@
}}
</view>
</view>
</view>
<view
class=
"tag-box"
v-if=
"
details.FirstShopYear != null && details.FirstShopYear != ''
"
>
<view
class=
"tag1"
style=
"width: 35px; height: 100%"
>
{{
details
.
FirstShopYear
}}
</view>
<view
class=
"tag2"
style=
"width: 35px; height: 100%"
>
首店
</view>
</view>
<!-- 关注 -->
<view
style=
"
...
...
pages/kotra/firstShop/firstShop.vue
View file @
b993b097
...
...
@@ -507,8 +507,10 @@ export default {
data
:
{
AuthenticationId
:
id
},
},
(
res
)
=>
{
console
.
log
(
512
,
res
);
if
(
res
.
resultCode
==
1
)
{
this
.
model
=
res
.
data
;
this
.
brandName
=
res
.
data
.
BrandName
;
this
.
fileList
=
[];
if
(
this
.
model
.
ImageList
.
length
>
0
)
{
this
.
model
.
ImageList
.
forEach
((
x
)
=>
{
...
...
@@ -810,7 +812,6 @@ export default {
data
:
{},
},
(
res
)
=>
{
console
.
log
(
806
,
res
);
if
(
res
.
resultCode
==
1
)
{
this
.
brandList
=
res
.
data
;
}
...
...
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