jhzh
2025-08-27 ef2e2e3f9c6d37cc47b14ce0444fb75e6aa19dd1
src/page/list/favoriteslist/data.list.vue
@@ -31,7 +31,7 @@
              <div style="width: 100%">
                <div class="bottom_price_title">
                  <div class="start_price">
                    <span>{{ item.buyPrice | _toLocaleString(false) }} </span>
                    <span>{{ item.buyPrice  }} </span>
                  </div>
                  <div class="new_price" v-if="item.status <= 3">
                    <span>
@@ -49,7 +49,7 @@
                    </span>
                  </div>
                  <div class="start_price">
                    <span>{{ item.bond | _toLocaleString(false) }} </span>
                    <span>{{ item.bond  }} </span>
                  </div>
                </div>
                <div class="bottom_price_title">
@@ -99,7 +99,7 @@
                  {{ $t("hj250") }}</van-button
                > -->
              </div>
              <div v-if="item.status != 5" class="right_btn pink" style="padding: 0px 0.2rem;">
              <div v-if="item.status != 5" class="right_btn pink" style="padding: 0px 0.2rem;width: 135px;">
                <span>
                  {{
                    item.status == 1
@@ -350,7 +350,7 @@
    width: 100%;
    height: 1.3rem;
    border-radius: 0.15rem;
    background: #5c288c;
    background: #185546;
    color: #fff;
    font-size: 0.4615rem;
    margin-top: 0.5rem;