|
|
@ -1,8 +1,9 @@
|
|
|
|
const app = getApp();
|
|
|
|
const app = getApp();
|
|
|
|
import totallist from "./dataConfig/totallist"
|
|
|
|
import totallist from "./dataConfig/totallist"
|
|
|
|
import dataOption from "./dataConfig/dataOption"
|
|
|
|
import dataOption from "../../option/dataOption"
|
|
|
|
Component({
|
|
|
|
Component({
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
|
|
|
|
// totallist:totallist,
|
|
|
|
imageUrl: getApp().globalData.imageUrl,
|
|
|
|
imageUrl: getApp().globalData.imageUrl,
|
|
|
|
active:0,
|
|
|
|
active:0,
|
|
|
|
countYear: 0,
|
|
|
|
countYear: 0,
|
|
|
@ -20,7 +21,7 @@ Component({
|
|
|
|
const data = res;
|
|
|
|
const data = res;
|
|
|
|
const sourcetypeCount = data.sourcetypeCount || [];
|
|
|
|
const sourcetypeCount = data.sourcetypeCount || [];
|
|
|
|
const arr = []
|
|
|
|
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({
|
|
|
|
arr.push({
|
|
|
|
num: data.count,
|
|
|
|
num: data.count,
|
|
|
|
text: '入库数据',
|
|
|
|
text: '入库数据',
|
|
|
|