dcc
2024-05-07 099744b5909fe02c1ca3ba0f05b15f8fd9c2b0f5
印股转换美股费率问题
1 files modified
3 ■■■■■ changed files
src/page/user/ransferIndex.vue 3 ●●●●● patch | view | raw | blame | history
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
          }
        }
      }
    },