更新消息页面bug

This commit is contained in:
dengxin
2024-03-19 20:06:40 +08:00
parent 78e7726bfa
commit b1066a96d5
3 changed files with 7 additions and 7 deletions

View File

@@ -11,13 +11,13 @@
<view class="head_left">
{{value.title}}
</view>
<view class="head_right" v-if="value.data.length > 0">
<!-- <view class="head_right" v-if="value.data.length > 0">
{{value.data[0][0][value.prop.time]}}
</view>
</view> -->
</view>
<view class="content" v-if="value.data.length > 0">
<!-- <view class="content" v-if="value.data.length > 0">
{{value.prop.desc(value)}}
</view>
</view> -->
</view>
</view>
<cs-button></cs-button>