Browse Source

修改问题

master
liaoxinyu 2 years ago
parent
commit
ad3f670b12
  1. 5
      src/components/NewMsg.vue
  2. 5
      src/components/SecondaryNav.vue
  3. 3
      src/i18n/de.json
  4. 2
      src/i18n/en.json
  5. 3
      src/i18n/fra.json
  6. 6
      src/i18n/it.json
  7. 1
      src/i18n/jp.json
  8. 1
      src/i18n/kor.json
  9. 3
      src/i18n/pt.json
  10. 3
      src/i18n/spa.json
  11. 3
      src/i18n/tr.json
  12. 4
      src/views/setting/login-pwd.vue
  13. 16
      src/views/wallet/exchange-assets.vue

5
src/components/NewMsg.vue

@ -38,7 +38,7 @@
></span> ></span>
</div> </div>
<div class="content"> <div class="content">
<p>{{ item.data.title }}</p> <p class="text_title">{{ item.data.title }}</p>
<p class="sub-text text-muted">{{ item.created_at }}</p> <p class="sub-text text-muted">{{ item.created_at }}</p>
</div> </div>
</a> </a>
@ -142,4 +142,7 @@ export default {
right: 0; right: 0;
top: 0; top: 0;
} }
.dropdown-item:hover .text_title{
color: #6c757d;
}
</style> </style>

5
src/components/SecondaryNav.vue

@ -261,10 +261,11 @@ export default {
width: 100%; width: 100%;
height: 2px; height: 2px;
position: absolute; position: absolute;
bottom: 0; bottom: 5px;
left: 0; left: 0;
// background: linear-gradient(135deg, rgba(188, 106, 188, 1) 0%, rgba(104, 86, 166, 1) 100%); // background: linear-gradient(135deg, rgba(188, 106, 188, 1) 0%, rgba(104, 86, 166, 1) 100%);
background: black; // background: black;
background: #fff;
} }
} }
} }

3
src/i18n/de.json

@ -185,7 +185,8 @@
"footerTips2":"Rechtliche Hinweise: Die Website wird von {name} Firma betrieben", "footerTips2":"Rechtliche Hinweise: Die Website wird von {name} Firma betrieben",
"footerTips3":"Risikotipp: Digital Asset Trading kann zu Ihrem Verlust des Kapitals führen, stellen Sie bitte sicher, dass Sie die Risiken vollständig verstehen", "footerTips3":"Risikotipp: Digital Asset Trading kann zu Ihrem Verlust des Kapitals führen, stellen Sie bitte sicher, dass Sie die Risiken vollständig verstehen",
"footerTips4":"Eingeschränkte Gebiete: nicht in der Lage, Gebietsansässigen bestimmter Länder (z. B. Israel und der Islamischen Republik China) Dienstleistungen zu erbringen", "footerTips4":"Eingeschränkte Gebiete: nicht in der Lage, Gebietsansässigen bestimmter Länder (z. B. Israel und der Islamischen Republik China) Dienstleistungen zu erbringen",
"GraphicValidation": "Grafische Überprüfung" "lernen": "Hochschule",
"GraphicValidation": "Grafische Überprüfung"
}, },
"exchange": { "exchange": {
"search":"Suche", "search":"Suche",

2
src/i18n/en.json

@ -216,7 +216,7 @@
"footerTips2": "Legal Notice: The website is operated by {name}", "footerTips2": "Legal Notice: The website is operated by {name}",
"footerTips3": "Risk Tip: Digital asset trading may cause your principal loss, please make sure you fully understand the risks.", "footerTips3": "Risk Tip: Digital asset trading may cause your principal loss, please make sure you fully understand the risks.",
"footerTips4": "Restricted Areas: Unable to provide services to residents of specific countries / regions, such as Israel and the Islamic Republic of China", "footerTips4": "Restricted Areas: Unable to provide services to residents of specific countries / regions, such as Israel and the Islamic Republic of China",
"learn":"Learn", "learn":"college",
"GraphicValidation": "Graphical Verification" "GraphicValidation": "Graphical Verification"
}, },
"exchange": { "exchange": {

3
src/i18n/fra.json

@ -185,7 +185,8 @@
"footerTips2":"Avis juridique: le site est géré par la société {name}.", "footerTips2":"Avis juridique: le site est géré par la société {name}.",
"footerTips3":"Conseils sur les risques: les opérations sur actifs numériques peuvent entraîner une perte de capital. Assurez - vous de bien comprendre les risques.", "footerTips3":"Conseils sur les risques: les opérations sur actifs numériques peuvent entraîner une perte de capital. Assurez - vous de bien comprendre les risques.",
"footerTips4":"Zones restreintes: les services ne sont pas disponibles pour les résidents de certains pays / régions, par exemple Israël et la République islamique d'Iran", "footerTips4":"Zones restreintes: les services ne sont pas disponibles pour les résidents de certains pays / régions, par exemple Israël et la République islamique d'Iran",
"GraphicValidation": "Vérification graphique" "learn": "université",
"GraphicValidation": "Vérification graphique"
}, },
"exchange": { "exchange": {
"search":"Recherche", "search":"Recherche",

6
src/i18n/it.json

@ -184,8 +184,10 @@
"footerTips1":"Gli investimenti a rischio nel mercato dovrebbero essere cauti", "footerTips1":"Gli investimenti a rischio nel mercato dovrebbero essere cauti",
"footerTips2":"Avviso legale: il sito web è gestito da {nome} azienda", "footerTips2":"Avviso legale: il sito web è gestito da {nome} azienda",
"footerTips3":"Risk tip: trading digitale di asset può portare alla perdita del capitale, si prega di assicurarsi di comprendere pienamente i rischi", "footerTips3":"Risk tip: trading digitale di asset può portare alla perdita del capitale, si prega di assicurarsi di comprendere pienamente i rischi",
"footerTips4":"Zone ristrette: non sono in grado di fornire servizi ai residenti di paesi specifici /regioni, come Israele e la Repubblica Islamica di Cina" "footerTips4":"Zone ristrette: non sono in grado di fornire servizi ai residenti di paesi specifici /regioni, come Israele e la Repubblica Islamica di Cina",
}, "learn":"università",
"GraphicValidation": "Convalida grafica"
},
"exchange": { "exchange": {
"search":"ricerca", "search":"ricerca",
"pair":"Accordo per", "pair":"Accordo per",

1
src/i18n/jp.json

@ -185,6 +185,7 @@
"footerTips2":"法律声明:このサイトは{name}会社が運営しています。", "footerTips2":"法律声明:このサイトは{name}会社が運営しています。",
"footerTips3":"リスク提示:デジタル資産取引は元金の損失を招く可能性があります。そのリスクを十分理解してください。", "footerTips3":"リスク提示:デジタル資産取引は元金の損失を招く可能性があります。そのリスクを十分理解してください。",
"footerTips4":"制限区域:特定の国/地域の住民にサービスを提供することができません。例えば、イスラエルとイスラム共和国です。", "footerTips4":"制限区域:特定の国/地域の住民にサービスを提供することができません。例えば、イスラエルとイスラム共和国です。",
"learn":"大学",
"GraphicValidation": "グラフィカルな検証" "GraphicValidation": "グラフィカルな検証"
}, },
"exchange": { "exchange": {

1
src/i18n/kor.json

@ -185,6 +185,7 @@
"footerTips2":"법률 성명: 이 사 이 트 는 {name} 회사 에서 운영 합 니 다.", "footerTips2":"법률 성명: 이 사 이 트 는 {name} 회사 에서 운영 합 니 다.",
"footerTips3":"리 스 크 알림: 디지털 자산 거래 는 귀하 의 원금 손실 을 초래 할 수 있 으 므 로 귀하 가 그 중의 위험 을 충분히 이해 하도록 하 십시오.", "footerTips3":"리 스 크 알림: 디지털 자산 거래 는 귀하 의 원금 손실 을 초래 할 수 있 으 므 로 귀하 가 그 중의 위험 을 충분히 이해 하도록 하 십시오.",
"footerTips4":"제한 지역: 특정 국가 / 지역 의 주민 에 게 서 비 스 를 제공 할 수 없다. 예 를 들 어 이스라엘 과 이슬람 공화국 이다.", "footerTips4":"제한 지역: 특정 국가 / 지역 의 주민 에 게 서 비 스 를 제공 할 수 없다. 예 를 들 어 이스라엘 과 이슬람 공화국 이다.",
"learn":"대학",
"GraphicValidation": "그래픽 검증" "GraphicValidation": "그래픽 검증"
}, },
"exchange": { "exchange": {

3
src/i18n/pt.json

@ -185,7 +185,8 @@
"footerTips2":"Declaração legal: o site é operado pela empresa {nome}", "footerTips2":"Declaração legal: o site é operado pela empresa {nome}",
"footerTips3":"Dica de risco: as transações de ativos digitais podem levar à perda do seu capital, certifique-se de compreender plenamente os riscos envolvidos", "footerTips3":"Dica de risco: as transações de ativos digitais podem levar à perda do seu capital, certifique-se de compreender plenamente os riscos envolvidos",
"footerTips4":"Áreas restritas: impossibilidade de prestar serviços a residentes de países específicos /regiões, Como Israel e a República Islâmica Da China", "footerTips4":"Áreas restritas: impossibilidade de prestar serviços a residentes de países específicos /regiões, Como Israel e a República Islâmica Da China",
"GraphicValidation": "Verificação gráfica" "learn":"faculdade",
"GraphicValidation": "Verificação gráfica"
}, },
"exchange": { "exchange": {
"search":"busca", "search":"busca",

3
src/i18n/spa.json

@ -185,7 +185,8 @@
"footerTips2":"Legal Statement: the site is operated by {name} Company", "footerTips2":"Legal Statement: the site is operated by {name} Company",
"footerTips3":"Consejos de riesgo: las transacciones de activos digitales pueden causar pérdidas de capital, por favor asegúrese de entender plenamente los riesgos", "footerTips3":"Consejos de riesgo: las transacciones de activos digitales pueden causar pérdidas de capital, por favor asegúrese de entender plenamente los riesgos",
"footerTips4":"Zonas restringidas: incapacidad para prestar servicios a la población de determinados países o regiones, como Israel y la República Islámica del Irán", "footerTips4":"Zonas restringidas: incapacidad para prestar servicios a la población de determinados países o regiones, como Israel y la República Islámica del Irán",
"GraphicValidation": "Verificación gráfica" "learn": "universidad",
"GraphicValidation": "Verificación gráfica"
}, },
"exchange": { "exchange": {
"search":"Buscar", "search":"Buscar",

3
src/i18n/tr.json

@ -185,7 +185,8 @@
"footerTips2":"Yasal uyarı: Bu web sitesi {name} şirketi tarafından işletilmektedir.", "footerTips2":"Yasal uyarı: Bu web sitesi {name} şirketi tarafından işletilmektedir.",
"footerTips3":"Risk uyarısı: dijital varlık ticareti, müdürünüzü kaybetmenize neden olabilir, lütfen riskleri tam olarak anladığınızdan emin olun.", "footerTips3":"Risk uyarısı: dijital varlık ticareti, müdürünüzü kaybetmenize neden olabilir, lütfen riskleri tam olarak anladığınızdan emin olun.",
"footerTips4":"Kısıtlı alanlar: belirli ülkelerin/bölgelerin sakinlerine hizmet sağlayamamak, örneğin: İsrail ve İslam Cumhuriyeti", "footerTips4":"Kısıtlı alanlar: belirli ülkelerin/bölgelerin sakinlerine hizmet sağlayamamak, örneğin: İsrail ve İslam Cumhuriyeti",
"GraphicValidation": "Grafiksel doğrulama" "learn":"üniversite",
"GraphicValidation": "Grafiksel doğrulama"
}, },
"exchange":{ "exchange":{
"search":"aramak", "search":"aramak",

4
src/views/setting/login-pwd.vue

@ -21,7 +21,7 @@
/> />
</div> </div>
<!-- Captcha --> <!-- Captcha -->
<div class="form-group"> <div class="form-group" v-if="0">
<label>{{$t('common.GraphicValidation')}}</label> <label>{{$t('common.GraphicValidation')}}</label>
<div class="col-12 row"> <div class="col-12 row">
<input type="text" id="gccode" v-model="form.gc_code" required <input type="text" id="gccode" v-model="form.gc_code" required
@ -101,7 +101,7 @@ export default {
}, },
mounted(){ mounted(){
// bind get gc code // bind get gc code
this.gett_gc_code(); // this.gett_gc_code();
}, },
methods: { methods: {
// get gc code from api // get gc code from api

16
src/views/wallet/exchange-assets.vue

@ -339,7 +339,7 @@
</span> </span>
<span> <span>
{{$t('wallet.low')}}:{{withdrawFee.withdrawal_min}} {{withdrawCoin}} {{$t('wallet.low')}}:{{withdrawFee.withdrawal_min}} {{withdrawCoin}}
<router-link to="/wallet/address" class="text-primary">{{$t('wallet.addressList')}}</router-link> <router-link to="" @click.native="addressText" class="text-primary">{{$t('wallet.addressList')}}</router-link>
</span> </span>
</label> </label>
<div class="input-group input-group-sm"> <div class="input-group input-group-sm">
@ -366,7 +366,7 @@
</div> </div>
<div class="form-group mt-2"> <div class="form-group mt-2" v-if="0">
<!-- 增加图形验证码 --> <!-- 增加图形验证码 -->
<label class="d-flex justify-content-between" for="" style="align-items: center;"> <label class="d-flex justify-content-between" for="" style="align-items: center;">
<span>{{$t('common.GraphicValidation')}}</span> <span>{{$t('common.GraphicValidation')}}</span>
@ -644,7 +644,7 @@ export default {
coin_name: item.coin_name coin_name: item.coin_name
}) })
.then(data => { .then(data => {
this.gett_gc_code(); // this.gett_gc_code();
this.withdrawFee = data; this.withdrawFee = data;
}) })
.catch(err => { }); .catch(err => { });
@ -735,14 +735,14 @@ export default {
// let gdata = {bt:this.withdraw.addressType,baddr:this.withdraw.address,bnum:this.withdraw.amount} // let gdata = {bt:this.withdraw.addressType,baddr:this.withdraw.address,bnum:this.withdraw.amount}
let gdata = {bt:this.withdrawCoin,baddr:this.withdraw.address,bnum:this.withdraw.amount} let gdata = {bt:this.withdrawCoin,baddr:this.withdraw.address,bnum:this.withdraw.amount}
Member.getWdcode(gdata).then(res => { Member.getWdcode(gdata).then(res => {
console.log(res, 546576798) // console.log(res, 546576798)
this.$message({ this.$message({
message: `${this.$t("login.sendOK")}`, message: `${this.$t("login.sendOK")}`,
type: "success", type: "success",
duration : 2000, duration : 2000,
}); });
}).catch(err=>{ }).catch(err=>{
this.gett_gc_code(); // this.gett_gc_code();
}); });
}, },
// //
@ -759,7 +759,11 @@ export default {
}).catch( err =>{ }).catch( err =>{
console.log(err) console.log(err)
}); });
} },
addressText(){
$("#withdraw").modal("hide");
this.$router.push("/wallet/address")
}
}, },
created() { created() {

Loading…
Cancel
Save