毕设-dev-first
This commit is contained in:
@ -51,7 +51,7 @@
|
||||
</view>
|
||||
<view class="flex-col mt-13">
|
||||
<view
|
||||
class="flex-row justify-center items-center relative list-item_1 mt-8"
|
||||
class="flex-row justify-start items-center relative list-item_1 mt-8"
|
||||
wx:for="{{notificationList}}"
|
||||
wx:key="id"
|
||||
bindtap="goToNotificationDetail"
|
||||
@ -60,7 +60,7 @@
|
||||
<view class="flex-col justify-start items-center text-wrapper pos">
|
||||
<text class="font_3 text_9">最新</text>
|
||||
</view>
|
||||
<text class="font_6 text_10">{{item.notificationTitle}}</text>
|
||||
<text class="font_6 text_10 ml-50">{{item.notificationTitle}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
Reference in New Issue
Block a user