y***@126.com
- 发布:2020-09-16 10:52
- 更新:2021-09-18 15:25
- 阅读:1454
y***@126.com (作者)
<view class="msg_list">
<scroll-view scroll-y="true" show-scrollbar="false" :scroll-top="scrollTop" style="width: 200px;">
<text class="msg_once" v-for="(item, index) in msgLists" :key="index">
<image class="users_msg_img" :src="item.img" mode=""></image>
<text class="users_msg_name">{{item.name}}:</text>
<text class="users_msg_content">{{item.content}}</text>
</text>
<view ref='gundong' style='height:1px;width:1px'></view>
</scroll-view>
</view>
2020-09-16 11:36
y***@126.com (作者)
这样?
2020-09-16 11:36
y***@126.com (作者)
不行呀
2020-09-16 11:39
专属草根
回复 y***@126.com: 请问这个效果最终是怎么实现的呢?
2020-12-25 09:21