@@ -105,7 +105,7 @@ export default {
if (res.status == 200) {
this.list = res.data
this.list.map(item => {
- item.resultAmount = item.resultAmount / 1000
+ item.resultAmount = item.resultAmount / 10000
})
document.getElementById('scrollView2').className = 'rowup2'
if (!this.timer) {
@@ -87,7 +87,7 @@ export default {
console.log('采购金额TOP100加盟商', res)
@@ -57,7 +57,7 @@ export default {
res.data.map(item => {
ret.push({
name: item.provinceName,
- value: (item.resultAmount / 1000).toFixed(2)
+ value: (item.resultAmount / 10000).toFixed(2)
this.config = {