Browse Source

修改资产划转后不会数据不会刷新 添加二维码

master
liaoxinyu 2 years ago
parent
commit
3de2da87f0
  1. BIN
      src/assets/img/home/catyapp.png
  2. 2
      src/components/CommonFooter.vue
  3. 1
      src/views/components/inner-transfer.vue
  4. 2
      src/views/home/index.vue

BIN
src/assets/img/home/catyapp.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

2
src/components/CommonFooter.vue

@ -266,7 +266,7 @@
<div style="font-size: 20px;">{{ $t("homeNewText.hh44",{name:"CATYcoin"}) }}</div>
<router-link class="jump_btn" to="/exchange" v-if="!isLogin">{{ $t("homeNewText.hh48") }}</router-link>
<router-link class="jump_btn" to="/signUp" v-else>{{ $t("homeNewText.hh45") }}</router-link>
<img src="" alt="" style="width: 120px;height: 120px;background-color: #ccc;">
<img src="@/assets/img/home/catyapp.png" alt="" style="width: 120px;height: 120px;background-color: #ccc;">
<div style="font-size: 16px; color: #797979;margin-top: 12px;text-align: center;">{{ $t("homeNewText.hh46",{name:"CATYcoin"}) }}</div>
</div>
</div>

1
src/views/components/inner-transfer.vue

@ -313,6 +313,7 @@ export default {
this.form.amount = "";
this.getUserCoinAssets();
this.$emit('changeAssets')
location.reload()
})
.catch(() => {});
},

2
src/views/home/index.vue

@ -224,7 +224,7 @@
<div style="color: #797979;">{{ $t("homeNewText.hh32",{name:"CATYcoin"}) }}</div>
<div style="color: #797979;margin-top: 30px;">{{ $t("homeNewText.hh33",{name:"CATYcoin"}) }}</div>
<div class="trade_box">
<div class="trade_img"><img src="" style="border-radius: 10px;" alt=""></div>
<div class="trade_img"><img src="@/assets/img/home/catyapp.png" style="border-radius: 10px;" alt=""></div>
<div style="margin-left: 15px;">
<div>{{ $t("homeNewText.hh34") }}</div>
<div style="font-weight: bold;color: #797979;">IOS & Android apps</div>

Loading…
Cancel
Save