Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
shop_mobile_uni
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
郑秀明
shop_mobile_uni
Commits
9432c2bb
Commit
9432c2bb
authored
Mar 12, 2020
by
郑秀明
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
1e11bdaf
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
7 deletions
+8
-7
uni-load-more.vue
components/uni-load-more/uni-load-more.vue
+2
-1
manifest.json
manifest.json
+2
-2
search.vue
pages/search/search.vue
+4
-4
No files found.
components/uni-load-more/uni-load-more.vue
View file @
9432c2bb
...
...
@@ -71,7 +71,8 @@
.uni-load-more__text
{
font-size
:
28
upx
;
color
:
#999
color
:
#999
;
position
:
relative
;
}
.uni-load-more__img
{
...
...
manifest.json
View file @
9432c2bb
...
...
@@ -2,7 +2,7 @@
"name"
:
"shop_mobile_uni"
,
"appid"
:
"__UNI__F904656"
,
"description"
:
""
,
"versionName"
:
"1.0.
3
"
,
"versionName"
:
"1.0.
5
"
,
"versionCode"
:
"100"
,
"transformPx"
:
false
,
"app-plus"
:
{
...
...
@@ -51,7 +51,7 @@
"mode"
:
"history"
,
"base"
:
"/uni"
},
"publicPath"
:
"https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/test/1.0.
3
/"
,
"publicPath"
:
"https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/test/1.0.
5
/"
,
"optimization"
:
{
"treeShaking"
:
{
"enable"
:
true
...
...
pages/search/search.vue
View file @
9432c2bb
...
...
@@ -9,11 +9,11 @@
</view>
</view>
<view
class=
"search-condition"
>
<view
class=
"search-condition_item"
:class=
"
{current: param.label === '
synthesize'}" @click="tabClick('synthesize
')">
<view
class=
"search-condition_item"
:class=
"
{current: param.label === '
default'}" @click="tabClick('default
')">
<text>
综合排序
</text>
<view
class=
"icon_tips"
>
<text
:class=
"
{active: param.order === 'asc'
&&
param.label === '
synthesize
'}" class="yticon">
</text>
<text
:class=
"
{active: param.order === 'desc'
&&
param.label === '
synthesize
'}" class="yticon">
</text>
<text
:class=
"
{active: param.order === 'asc'
&&
param.label === '
default
'}" class="yticon">
</text>
<text
:class=
"
{active: param.order === 'desc'
&&
param.label === '
default
'}" class="yticon">
</text>
</view>
</view>
<view
class=
"search-condition_item"
:class=
"
{current: param.label === 'sales'}" @click="tabClick('sales')">
...
...
@@ -87,7 +87,7 @@
keyword
:
''
,
pageSize
:
20
,
current
:
1
,
label
:
'
synthesize
'
,
label
:
'
default
'
,
order
:
'desc'
}
};
...
...
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