|
|
|
@ -20,7 +20,7 @@ Component({
|
|
|
|
|
const data = res;
|
|
|
|
|
const sourcetypeCount = data.sourcetypeCount || [];
|
|
|
|
|
const arr = []
|
|
|
|
|
const imgObj = {'微博': '/weibo.png', '微信': '/weixin.png', 'APP': '/app.png', '论坛': '/luntan.png', '新闻': '/xinwen.png', '其他': '/qita.png'}
|
|
|
|
|
const imgObj = {'微博': '/weibo.png', '微信': '/weixin.png', 'APP': '/app.png', '论坛': '/luntan.png', '新闻': '/xinwen.png', '其他': '/qita.png', '短视频': '/shipin.png'}
|
|
|
|
|
arr.push({
|
|
|
|
|
num: data.count,
|
|
|
|
|
text: '入库数据',
|
|
|
|
|