1
jhzh
2024-12-03 b7c1a31cf214d8087e3663f5270a1ad90bc9fb88
1
2 files modified
54 ■■■■■ changed files
src/page/list/favoriteslist/data.list.vue 25 ●●●●● patch | view | raw | blame | history
src/page/user/compontents/cash-list.vue 29 ●●●●● patch | view | raw | blame | history
src/page/list/favoriteslist/data.list.vue
@@ -76,7 +76,30 @@
                  </div>
                </div>
              </div>
              <div class="right_btn pink" style="padding: 0px 0.2rem">
              <div v-if="item.status == 5" class="right_btn green" style="padding: 0px 0.2rem;color: #fff;">
                <span>
                  {{
                    item.status == 1
                      ? $t("hj131")
                      : item.status == 2
                      ? $t("hj132")
                      : item.status == 3
                      ? $t("hj133")
                      : item.status == 4
                      ? $t("待上市")
                      : item.status == 5
                      ? $t("待上市")
                      : item.status == 6
                      ? $t("已上市")
                      : ""
                  }}
                </span>
                <!-- <van-button v-else type="primary">
                  {{ $t("hj250") }}</van-button
                > -->
              </div>
              <div v-if="item.status != 5" class="right_btn pink" style="padding: 0px 0.2rem;">
                <span>
                  {{
                    item.status == 1
src/page/user/compontents/cash-list.vue
@@ -17,7 +17,34 @@
              <span class="payNumber"
                >{{ $USD }}{{ item.withAmt | _toLocaleString }}</span
              >
              <span class="red pull-right">
              <span v-if="item.withStatus!=1" class="red pull-right">
                {{
                  item.withStatus == 1
                    ? $t("hjtxcg")
                    : item.withStatus == 2
                    ? $t("hjtxsb")
                    : item.withStatus == 3
                    ? $t("hjddqx")
                    : $t("hjshz")
                }}
                <i
                  v-if="item.withStatus == 1"
                  class="iconfont icon-tongguo4 animated bounceIn"
                ></i>
                <i
                  v-if="item.withStatus == 0"
                  class="iconfont icon-dengdai animated bounceInDown"
                ></i>
                <i
                  v-if="item.withStatus == 2"
                  class="iconfont icon-failure animated bounceInDown"
                ></i>
                <i
                  v-if="item.withStatus == 3"
                  class="iconfont icon-iconfontweitongguo animated bounceInDown"
                ></i>
              </span>
              <span v-if="item.withStatus==1" class="green pull-right" >
                {{
                  item.withStatus == 1
                    ? $t("hjtxcg")