|
@@ -284,6 +284,13 @@ export default function Index () {
|
284
|
284
|
</view>
|
285
|
285
|
|
286
|
286
|
{/* 热门活动 */}
|
|
287
|
+ <view className='HotActivityContainer'>
|
|
288
|
+ <view>
|
|
289
|
+ <view className='Activity' onClick={() => nav2detail({ type: 'comment', id: null })}>
|
|
290
|
+ <image className='centerLabel' mode='aspectFill' src='https://zhiyun-image.oss-cn-shanghai.aliyuncs.com/xiangsong/message-board.png'></image>
|
|
291
|
+ </view>
|
|
292
|
+ </view>
|
|
293
|
+ </view>
|
287
|
294
|
{
|
288
|
295
|
propagandaList.map((item, index) => (
|
289
|
296
|
<view className='HotActivityContainer' key={`HotActivity-${index}`}>
|