Browse Source

feat: 文案调整

cuiyalong 9 months ago
parent
commit
6f46da7420

+ 5 - 5
apps/bigmember_pc/src/views/search/sun/index.vue

@@ -209,7 +209,7 @@ const leaveSource = () => {
           #list-after
           v-if="listState.finished && activeItemStyleType !== 'T' && isLogin"
         >
-          <div
+          <!-- <div
             class="p-16px text-right over-run-tips"
             v-if="isFree && listState.total >= 500"
           >
@@ -217,12 +217,12 @@ const leaveSource = () => {
             <span class="highlight-text" @click="onFreeTaste"
               >点击免费查看更多信息</span
             >
-          </div>
+          </div> -->
           <div
             class="text-right over-run-tips"
-            v-if="isVip && listState.total >= 5000"
+            v-if="listState.total >= 500"
           >
-            为您展示前5000条,可细化筛选条件查看更多信息
+            为您展示前500条,可细化筛选条件查看更多信息
           </div>
         </template>
         <template #pagination>
@@ -592,7 +592,7 @@ const leaveSource = () => {
 }
 .in-web {
   .search-sun-page {
-    margin-top: 24px;
+    margin: 24px auto;
   }
 }
 .search-sun-page {

+ 0 - 3
apps/mobile/src/components/search/sun/filters.vue

@@ -704,9 +704,6 @@ export default {
       console.log(error)
     }
   },
-  created() {
-    window.t = this
-  },
   methods: {
     getContainer() {
       return this.$root.$el.querySelector('.search-result-bidding')