Authored by shuaiguo

Merge branch 'refs/heads/develop'

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