Ver código fonte

静态页面

xcx 4 anos atrás
pai
commit
577207fcd5
1 arquivos alterados com 7 adições e 0 exclusões
  1. 7
    0
      src/pages/ShouYe/index.jsx

+ 7
- 0
src/pages/ShouYe/index.jsx Ver arquivo

@@ -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}`}>