Commit aea6857a authored by 黄奎's avatar 黄奎

页面修改

parent 7cfd7369
......@@ -1084,7 +1084,7 @@
this.msg.CurrentRate = 0
for (let i = 0; i < this.allCurrencyList.length; i++) {
if (val === this.allCurrencyList[i].ID) {
this.msg.CurrentRate = this.allCurrencyList[i].Rate;
this.msg.CurrentRate = this.allCurrencyList[i].CurrentRate;
}
}
},
......@@ -1093,7 +1093,7 @@
this.msg2.CurrentRate = 0
for (let i = 0; i < this.allCurrencyList.length; i++) {
if (val === this.allCurrencyList[i].ID) {
this.msg2.CurrentRate = this.allCurrencyList[i].Rate;
this.msg2.CurrentRate = this.allCurrencyList[i].CurrentRate;
}
}
},
......
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