Authored by shuaiguo

Merge branch 'refs/heads/develop'

... ... @@ -100,8 +100,7 @@ export default {
&:after {
content: "";
position: absolute;
left: 10px;
right: 10px;
left: 50%;
bottom: 10px;
height: 3px;
border-radius: 1.5px;
... ...
<template>
<div>
<LayoutApp :show-back="true" title="全新瑕疵" class="list-wrapper">
<LayoutApp :show-back="true" :title="title" class="list-wrapper">
<div class="filter">
<div class="filter-tab">
<div class="tab-item" :class="selectedType === 2 && 'selected-tab'" @click="pressType(2)">推荐</div>
... ... @@ -71,6 +71,7 @@ export default {
},
data() {
return {
title: '',
isFetch: true,
scrollY: 0,
isShowEmpty: false,
... ... @@ -507,6 +508,8 @@ export default {
this.$refs.second.yasShowEvent(this.scrollY);
this.yasShowPage();
this.title = this.$route.query.title ? this.$route.query.title : '';
},
deactivated() {
this.$refs.filtrate.hide();
... ...
{
"name": "xianyu-ufo-app-web",
"version": "1.3.0-beta12",
"version": "1.4.0",
"private": true,
"description": "Xianyu Project With Express",
"repository": {
... ...