Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
huzhiming
5 years ago
Commit
6b2848611e1e14f32292598491435d5ed5b429e7
1 parent
3d150c80
feat(second):添加详情页数据埋点 reviewed by tao.huang
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
apps/pages/second/sell-list.vue
apps/pages/second/sell-list.vue
View file @
6b28486
...
...
@@ -76,7 +76,6 @@ export default {
return {
filterModalVisible: false, // 筛选modal控件 显示/隐藏
currentTab: null,
queryOptions: {
second_type: null, // 种类排序:5:全新瑕疵 6:二手
sort: null // 价格升降序:p_asc or p_desc
...
...
@@ -126,8 +125,7 @@ export default {
* @ version: v1.0.0
*/
handleSortChange({ type= null, sort = null }){
if (type===null || this.currentTab===type) return false;
this.currentTab = type; // tab锁,防止重复点击
if (type===null) return false;
let queryOptions = this.queryOptions
...
...
Please
register
or
login
to post a comment