202404 足球入场逻辑
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
<!--pages/disclaimers/index.wxml-->
|
||||
<header isGoHome="{{isGoHome}}"></header>
|
||||
<view class='container' wx:if="{{us.description}}">
|
||||
<image class='logo' src='{{us.image}}' mode='aspectFit'></image>
|
||||
<rich-text class='info' nodes="{{us.description}}"></rich-text>
|
||||
</view>
|
||||
<!--pages/notice/index.wxml-->
|
||||
<header title="公告" isGoHome="{{isGoHome}}"></header>
|
||||
<view class='container'>
|
||||
<view class='body'>
|
||||
<view class='title'>{{announcement.title}}</view>
|
||||
<view class='date'>{{announcement.time}}</view>
|
||||
<view class='rich-box'>
|
||||
<rich-text nodes="{{announcement.description}}"></rich-text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user