dev
liuyongli 3 years ago
parent c9fbf7c49a
commit 3776705517

@ -36,32 +36,32 @@ Component({
// subtitle: '媒体测评', // subtitle: '媒体测评',
// } // }
// ], // ],
content:[ // content:[
{ // {
time: '2022-04-29 23:00:00', // time: '2022-04-29 23:00:00',
title: '谁说国产没有高性能SUV这3款国产SUV配2.0T发动机星途凌云换个运动轮胎妥妥的6秒3最快6...', // title: '谁说国产没有高性能SUV这3款国产SUV配2.0T发动机星途凌云换个运动轮胎妥妥的6秒3最快6...',
author: '明哥飞扬', // author: '明哥飞扬',
media:'新浪微博' // media:'新浪微博'
}, // },
{ // {
time: '2022-04-29 23:00:00', // time: '2022-04-29 23:00:00',
title: '星途凌云S上市传播分析评论中毒 奇瑞车为何如此招黑?', // title: '星途凌云S上市传播分析评论中毒 奇瑞车为何如此招黑?',
author: '明哥飞扬', // author: '明哥飞扬',
media:'新浪微博' // media:'新浪微博'
}, // },
{ // {
time: '2022-04-29 23:00:00', // time: '2022-04-29 23:00:00',
title: 'MG5天蝎座上市传播分析评论区疑似闹“水灾', // title: 'MG5天蝎座上市传播分析评论区疑似闹“水灾',
author: '明哥飞扬', // author: '明哥飞扬',
media:'新浪微博' // media:'新浪微博'
}, // },
{ // {
time: '2022-04-29 23:00:00', // time: '2022-04-29 23:00:00',
title: '谁说国产没有高性能SUV这3款国产SUV配2.0T发动机星途凌云换个运动轮胎妥妥的6秒3最快6...', // title: '谁说国产没有高性能SUV这3款国产SUV配2.0T发动机星途凌云换个运动轮胎妥妥的6秒3最快6...',
author: '明哥飞扬', // author: '明哥飞扬',
media:'新浪微博' // media:'新浪微博'
}, // },
] // ]
}, },
@ -73,7 +73,11 @@ Component({
let obj = { let obj = {
title: ele.events_title, title: ele.events_title,
num: ele.events_influence, num: ele.events_influence,
brand:ele.events_brand brand:ele.events_brand,
text:ele.summary,
time:ele.minSourcetime,
} }
arr.push(obj) arr.push(obj)
}) })

@ -19,11 +19,11 @@
</view> </view>
</view> </view>
<view class="content" wx:for="{{content}}" wx:key="index" data-quest='{{item}}' > <view class="content" wx:for="{{questes}}" wx:key="index" data-quest='{{item}}' >
<view class="content_event"> <view class="content_event">
<view class="content_pinpai">{{item.time}} <view class="content_pinpai">{{item.time}}
</view> </view>
<view class="content_title">{{item.title}} <view class="content_title">{{item.text}}
</view> </view>
<view class="content_text"> <view class="content_text">
<view class="content_pinpai">作者:{{item.author}} <view class="content_pinpai">作者:{{item.author}}

@ -57,7 +57,7 @@ Component({
}, },
methods: { methods: {
a(){ a(){
console.log() console.log('111',ranking)
}, },
} }
}) })

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

Loading…
Cancel
Save