Commit 95cb6aaf authored by 华国豪's avatar 华国豪 🙄

no message

parent db80a400
...@@ -1164,7 +1164,6 @@ export default { ...@@ -1164,7 +1164,6 @@ export default {
}, err => {}) }, err => {})
}, },
financeinfo_post_GetList(TCID){ // 获取币种 financeinfo_post_GetList(TCID){ // 获取币种
alert(TCID)
this.apipost('financeinfo_post_GetList',{Name:'', TCID: TCID}, res => { this.apipost('financeinfo_post_GetList',{Name:'', TCID: TCID}, res => {
if(res.data.resultCode == 1) { if(res.data.resultCode == 1) {
this.coinGetList = res.data.data; this.coinGetList = res.data.data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment