Browse Source

修改控制台输出

master
liaoxinyu 2 years ago
parent
commit
c43da213c3
  1. 4
      layout/vDropdwon.vue
  2. 2
      pages/assets/recharge.vue
  3. 2
      pages/transfer/index.vue
  4. 2
      plugins/datafeed.js

4
layout/vDropdwon.vue

@ -58,7 +58,7 @@ export default {
leverShow:{ leverShow:{
deep: true, deep: true,
handler:function(newVal,oldVal) { handler:function(newVal,oldVal) {
console.log(newVal, '下拉组件leverShow更新'); // console.log(newVal, 'leverShow');
this.$nextTick(() => { this.$nextTick(() => {
this.text=this.list[newVal].label; this.text=this.list[newVal].label;
}) })
@ -67,7 +67,7 @@ export default {
list:{ list:{
deep: true, deep: true,
handler:function(newVal,oldVal) { handler:function(newVal,oldVal) {
console.log(newVal, '下拉组件list更新'); // console.log(newVal, 'list');
if(this.contract==1&&this.list){ if(this.contract==1&&this.list){
this.text=this.list[1].label this.text=this.list[1].label
}else if(this.contract==0&&this.list){ }else if(this.contract==0&&this.list){

2
pages/assets/recharge.vue

@ -174,7 +174,7 @@ export default {
coin(n) { coin(n) {
if (n) { if (n) {
this.form.address = ""; this.form.address = "";
console.info(this.coin) // console.info(this.coin)
if (this.coin != "USDT") { if (this.coin != "USDT") {
this.rechargeType = 1; this.rechargeType = 1;
}else{ }else{

2
pages/transfer/index.vue

@ -189,7 +189,7 @@ export default {
}else{ }else{
this.tag = 1 this.tag = 1
} }
console.log( this.accountMap ) // console.log( this.accountMap )
}, },
// //
fundsTransfer() { fundsTransfer() {

2
plugins/datafeed.js

@ -3,7 +3,7 @@ class Datafeed {
this.self = vm; this.self = vm;
} }
onReady(callback) { onReady(callback) {
console.log('onReady') // console.log('onReady')
var _this = this; var _this = this;
return new Promise(function (resolve) { return new Promise(function (resolve) {
var configuration = _this.defaultConfiguration(); var configuration = _this.defaultConfiguration();

Loading…
Cancel
Save