Browse Source

🐞 fix:优化页面

yizhiyang 1 year ago
parent
commit
8ef13af5b4

+ 1 - 1
src/pages.json

@@ -66,7 +66,7 @@
         {
           "path": "search",
           "style": {
-            "navigationBarTitleText": "商家分类"
+            "navigationBarTitleText": "搜索"
           }
         },
         {

+ 1 - 5
src/pages/client/clientPackage/orderAll.vue

@@ -24,17 +24,13 @@ export default {
       size: 20,
       list: [
         {
-          name: '所有订单',
+          name: '全部',
           type: 'ALL',
         },
         {
           name: '待付款',
           type: 'WAIT_PAY',
         },
-        {
-          name: '待使用',
-          type: 'WAIT_USE',
-        },
         {
           name: '待评价',
           type: 'WAIT_EVALUATE',

+ 2 - 25
src/pages/client/clientUser/personal.vue

@@ -18,25 +18,11 @@
         <view class="follow">
           <view>关注<text>3</text></view>
           <view>粉丝<text>3</text></view>
-          <view>好友<text>331</text></view>
         </view>
       </view>
 
       <!-- 个人动态 -->
-      <u-tabs
-        :list="list2"
-        lineWidth="70"
-        lineColor="#347caf"
-        :scrollable="false"
-        :activeStyle="{
-          color: '#347caf',
-          fontWeight: 'bold',
-        }"
-        :inactiveStyle="{
-          color: '#333',
-        }"
-        itemStyle="padding-left: 90rpx; padding-right: 80rpx; height: 120rpx;"
-      />
+      <view>动态列表</view>
     </view>
   </view>
 </template>
@@ -44,16 +30,7 @@
 <script>
 export default {
   data() {
-    return {
-      list2: [
-        {
-          name: '主页',
-        },
-        {
-          name: '动态',
-        },
-      ],
-    };
+    return {};
   },
 };
 </script>

+ 1 - 1
src/pages/client/tabBar/community.vue

@@ -49,7 +49,7 @@ export default {
   },
   data() {
     return {
-      list: [{ name: '关注' }, { name: '推荐' }, { name: '广场' }],
+      list: [{ name: '关注' }, { name: '推荐' }],
       duration: 700,
       scrollTop: 0,
       old: {

+ 0 - 7
src/pages/client/tabBar/message.vue

@@ -64,13 +64,6 @@ export default {
           text: '您的订单成功付款,感谢您的支持。',
           url: '',
         },
-        {
-          id: '2',
-          img: '/static/images/home-select.png',
-          name: '付款通知',
-          text: '您的订单成功付款,感谢您的支持。',
-          url: '',
-        },
         {
           id: '3',
           img: '/static/images/home-select.png',