dcc
2024-05-13 912fe7ae136e6c387ee9063974df0a2af8b56a6e
交易增加个市场
2 files modified
39 ■■■■ changed files
src/page/list/tradingList/data.list.vue 38 ●●●● patch | view | raw | blame | history
src/page/list/tradingList/tabs.vue 1 ●●●● patch | view | raw | blame | history
src/page/list/tradingList/data.list.vue
@@ -2,12 +2,22 @@
  <div class="list-data">
    <div class="header-box">
      <van-row type="flex" align="center" gutter="20">
        <van-col span="8">
        <van-col span="12">
          <div>
            {{ $t("hj313") }}
          </div>
        </van-col>
        <van-col span="10">
        <van-col span="3" v-if="active == 'IN'">
          <div>
            {{ $t("hj62") }}
          </div>
        </van-col>
        <van-col span="3" v-if="active == 'IN'">
          <div style="text-align: right">
            {{ $t("hj314") }}
          </div>
        </van-col>
        <van-col span="6" v-else>
          <div style="text-align: right">
            {{ $t("hj314") }}
          </div>
@@ -36,7 +46,7 @@
        :key="item.indexCode"
      >
        <van-row type="flex" align="center" gutter="20">
          <van-col span="8">
          <van-col span="12">
            <div>
              <div class="tp">
                <span class="collection" @click="optionszx(item)">
@@ -62,8 +72,24 @@
              </div>
            </div></van-col
          >
          <van-col span="10">
          <van-col span="3" v-if="active == 'IN'">
            <div style="text-align: right">
              <div class="tp">
                <span class="price_color">{{ item.gid }}</span>
              </div>
            </div>
          </van-col>
          <van-col span="3"  v-if="active == 'IN'">
            <div style="text-align: right">
              <div class="tp">
                <span class="price_color">{{ item.nowPrice }}</span>
              </div>
              <div class="bt">
                <span>{{ item.addTime }}</span>
              </div>
            </div>
          </van-col>
          <van-col span="6"  v-else>
            <div style="text-align: right">
              <div class="tp">
                <span class="price_color">{{ item.nowPrice }}</span>
@@ -319,4 +345,4 @@
  text-align: left;
  color: #14181f;
}
</style>
</style>
src/page/list/tradingList/tabs.vue
@@ -72,6 +72,7 @@
  },
  methods: {
    change(e, type) {
      console.log(e, type)
      this[type] = e;
    },
  },