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
2e7579bb
Commit
2e7579bb
authored
Mar 25, 2021
by
罗超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/viitto/mallapp
into master
parents
5ea87c78
4f50305d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
detail.vue
pages/kotra/brand/detail.vue
+1
-1
news.vue
pages/kotra/news.vue
+1
-1
No files found.
pages/kotra/brand/detail.vue
View file @
2e7579bb
...
...
@@ -58,7 +58,7 @@
</view>
<view
class=
"brand-xinx"
>
<view
class=
"brand-xinx-item"
>
<view
class=
"brand-xinx-item-t"
:style=
"
{color:mainColor}">
{{
details
.
ShopNum
}}
</view>
<view
class=
"brand-xinx-item-t"
:style=
"
{color:mainColor}">
{{
details
.
ShopNum
>
0
?
details
.
ShopNum
:
'/'
}}
</view>
<view
class=
"brand-xinx-item-m"
>
店铺数量
</view>
</view>
<view
class=
"brand-xinx-item"
style=
"padding-left: 10px;"
>
...
...
pages/kotra/news.vue
View file @
2e7579bb
...
...
@@ -69,7 +69,7 @@
<
template
>
<view
class=
"koraNews"
>
<view
class=
"koraNewsSearch"
>
<u-search
action-text=
"搜索"
:focus=
"true"
:clearabled=
"true"
style=
"width:95%"
:show-action=
"false"
radius=
"40"
v-model=
"msg.Title"
<u-search
action-text=
"搜索"
:clearabled=
"true"
style=
"width:95%"
:show-action=
"false"
radius=
"40"
v-model=
"msg.Title"
@
search=
"getList(1)"
@
custom=
"getList(1)"
></u-search>
</view>
<view
style=
"display: flex;align-items: center;margin-bottom: 30rpx;padding: 0px 15px;"
>
...
...
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