js传值:index.js
const indexData={ times: 88888899.89, } export {indexData}
components的代码:indexNumber.vue
<template lang="html"> <div class="indexnavbox"> <span id="superMoney" v-html="formatCurrency(indexData.times)"></span> </div> </template> <script> import $ from 'jquery' import common from '$COM' export default { // props : ['data'], components: { }, data() { return { times:8888890.00, timer: null, indexData:[] } }, methods: { //格式化 //没有小数点千分位用正则表达式匹配 //var c = num.toString().replace(/(\d)(?=(?:\d{3})+$)/g, '$1