dcc
2024-07-26 f8b0599a04ac4310ecbb36ca842b9d4edeec3744
7.25更改
4 files modified
11 ■■■■ changed files
jysPc6.8.zip patch | view | raw | blame | history
src/components/constract/DeliveryContract/DetailDialog.vue 1 ●●●● patch | view | raw | blame | history
src/components/constract/DeliveryContract/position.vue 8 ●●●● patch | view | raw | blame | history
src/views/wallet/withdraw.vue 2 ●●● patch | view | raw | blame | history
jysPc6.8.zip
Binary files differ
src/components/constract/DeliveryContract/DetailDialog.vue
@@ -257,6 +257,7 @@
        order_no: order_no,
      }).then((res) => {
        this.detailData.close_price = res.data.close_price;
        this.detailData.profit = res.data.profit;
      });
    },
    // ??
src/components/constract/DeliveryContract/position.vue
@@ -54,7 +54,7 @@
                    <div>{{ $t("message.home.jiaogeshijian") }}</div>
                    <div>{{ $t("message.home.goumaijia") }}</div>
                    <div>{{ $t("message.home.jiesuanjia") }}</div>
                    <!-- <div>{{ $t("message.home.yingkui") }}</div> -->
                    <div v-if="type == 'hisorders'">{{ $t("message.home.yingkui") }}</div>
                    <div class="flex-2">
                      {{ $t("message.home.daoqishijian") }}
                    </div>
@@ -94,12 +94,12 @@
                      <div>{{ item.time_num }} {{ item.time_unit }}</div>
                      <div>{{ item.open_price }}</div>
                      <div>{{ item.close_price }}</div>
                      <!-- <div v-if="item.profit < 0" class="red">
                      <div v-if="type == 'hisorders' && item.profit < 0" class="red">
                        {{ item.profit }}
                      </div>
                      <div v-else class="green">
                      <div v-if="type == 'hisorders' && item.profit >= 0" class="green">
                        {{ item.profit }}
                      </div> -->
                      </div>
                      <!-- <div>{{ item.order_no }}</div>
                            <div v-if="item.state=='submitted'">已提交</div>
src/views/wallet/withdraw.vue
@@ -637,7 +637,7 @@
        session_token: this.session_token,
      };
      // 申请提现
      Axios.postFormData("api/withdraw/apply", withdrawParams).then((res) => {
      Axios.fetch("wap/api/withdraw!apply.action", withdrawParams).then((res) => {
        var jsonArray = res;
        if (jsonArray.code == 0) {
          this.$message.success(this.$t("message.user.xian37"));