合作客商(NO: {{ accountData.id }})
{{isAuth?'授权认证':'未获授权'}}
账户余额
{{ accountData.balance }}
充值
今日消耗
{{ accountData.todayConsumption }}
{{ accountData.consumptionTrend >= 0 ? '↑' : '↓' }}
{{ Math.abs(accountData.consumptionTrend) }}%
较昨天
activeIndex=5">
今日转发量
{{ accountData.todayDeliveries }}
{{ accountData.deliveriesTrend >= 0 ? '↑' : '↓' }}
{{ Math.abs(accountData.deliveriesTrend) }}%
较昨天
activeIndex=2">
今日生图量
{{ accountData.todayGeneratedImages }}
{{ accountData.generatedImagesTrend >= 0 ? '↑' : '↓' }}
{{ Math.abs(accountData.generatedImagesTrend) }}%
较昨天