Commit 9432c2bb authored by 郑秀明's avatar 郑秀明

修改bug

parent 1e11bdaf
...@@ -71,7 +71,8 @@ ...@@ -71,7 +71,8 @@
.uni-load-more__text { .uni-load-more__text {
font-size: 28upx; font-size: 28upx;
color: #999 color: #999;
position: relative;
} }
.uni-load-more__img { .uni-load-more__img {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "shop_mobile_uni", "name": "shop_mobile_uni",
"appid": "__UNI__F904656", "appid": "__UNI__F904656",
"description": "", "description": "",
"versionName": "1.0.3", "versionName": "1.0.5",
"versionCode": "100", "versionCode": "100",
"transformPx": false, "transformPx": false,
"app-plus": { "app-plus": {
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
"mode": "history", "mode": "history",
"base": "/uni" "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": { "optimization": {
"treeShaking": { "treeShaking": {
"enable": true "enable": true
......
...@@ -9,11 +9,11 @@ ...@@ -9,11 +9,11 @@
</view> </view>
</view> </view>
<view class="search-condition"> <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> <text>综合排序</text>
<view class="icon_tips"> <view class="icon_tips">
<text :class="{active: param.order === 'asc' && 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 === 'synthesize'}" class="yticon"></text> <text :class="{active: param.order === 'desc' && param.label === 'default'}" class="yticon"></text>
</view> </view>
</view> </view>
<view class="search-condition_item" :class="{current: param.label === 'sales'}" @click="tabClick('sales')"> <view class="search-condition_item" :class="{current: param.label === 'sales'}" @click="tabClick('sales')">
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
keyword: '', keyword: '',
pageSize: 20, pageSize: 20,
current: 1, current: 1,
label: 'synthesize', label: 'default',
order: 'desc' order: 'desc'
} }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment