dcc
2024-05-12 bb845e84c2fd2a3f0b780b871d93934b16e1490e
src/page/user/ransferIndex.vue
@@ -250,6 +250,9 @@
        });
        if (res.status === 0) {
          this.rate = res.data;
          if (this.from.accectType == 'US'&&this.to.accectType=='IN'){
            this.rate = 7.35
          }
        }
      }
    },