li.shaoyi il y a 3 ans
Parent
commit
59e173f19d

+ 6 - 6
src/packages/mobile/views/home/index.vue

@@ -44,12 +44,12 @@ const tabList: Tabbar[] = [
     icon: 'icon-caigou-1',
     activeIcon: 'icon-caigou'
   },
-  // {
-  //   name: 'supplyDemand',
-  //   label: '供求',
-  //   icon: 'icon-gongqiu-1',
-  //   activeIcon: 'icon-gongqiu'
-  // },
+  {
+    name: 'supplyDemand',
+    label: '供求',
+    icon: 'icon-gongqiu-1',
+    activeIcon: 'icon-gongqiu'
+  },
   {
     name: 'mine',
     label: '我的',

+ 2 - 2
src/packages/mobile/views/mine/order/his/transfer/index.vue

@@ -1,7 +1,7 @@
 <template>
     <app-view class="histransfer-order">
         <template #header>
-            <app-navbar title="转让委托-已成" />
+            <app-navbar title="转让委托-已成" />
         </template>
         <app-pull-refresh class="order-list__wrapper" v-model:error="error" v-model:pageIndex="pageIndex"
             :page-count="pageCount" @refresh="onRefresh">
@@ -21,7 +21,7 @@
                                 <th>交收月份</th>
                                 <td>{{ item.enddatemonth }}</td>
                                 <th>交易日</th>
-                                <td>{{ item.enddate }}</td>
+                                <td>{{ item.tradedate }}</td>
                             </tr>
                             <tr>
                                 <th>转让价格</th>

+ 1 - 1
src/packages/mobile/views/mine/order/list/components/transferbuy/index.vue

@@ -19,7 +19,7 @@
                                 <th>交收月份</th>
                                 <td>{{ item.enddatemonth }}</td>
                                 <th>交易日</th>
-                                <td>{{ item.transfertradedate }}</td>
+                                <td>{{ item.tradedate }}</td>
                             </tr>
                             <tr>
                                 <th>转让价格</th>

+ 1 - 1
src/packages/mobile/views/mine/order/list/components/transfersell/index.vue

@@ -19,7 +19,7 @@
                                 <th>交收月份</th>
                                 <td>{{ item.enddatemonth }}</td>
                                 <th>交易日</th>
-                                <td>{{ item.transfertradedate }}</td>
+                                <td>{{ item.tradedate }}</td>
                             </tr>
                             <tr>
                                 <th>转让价格</th>