|
|
@@ -11,10 +11,15 @@
|
|
|
<scroll-view class="purchase-body" scroll-y="true" @scrolltolower="scrolltolower" @scrolltoupper="scrolltoupper"
|
|
|
@scroll="scroll" @touchstart="touchstart" @touchend="touchend">
|
|
|
<uni-list :border="false" style="margin-top: 10px;">
|
|
|
- <uni-list-chat style="cursor: pointer;" v-for="item in listData" :avatar-circle="true" :key="item.id"
|
|
|
+ <!-- <uni-list-chat style="cursor: pointer;" v-for="item in listData" :avatar-circle="true" :key="item.id"
|
|
|
:title="item.templateNickname" avatar="https://img.36krcdn.com/20200410/v2_fb948f4c18de4b22927f0361d53f6caf_img_png" :note="item.templateParams.content"
|
|
|
:time="parseTime(item.createTime)" :clickable="true" badge-positon="left"
|
|
|
:badge-text="item.readStatus?'':'dot'" @click="toggle(item)">
|
|
|
+ </uni-list-chat> -->
|
|
|
+ <uni-list-chat style="cursor: pointer;" v-for="item in listData" :avatar-circle="true" :key="item.id"
|
|
|
+ :title="item.templateNickname" avatar="/static/toast.png" :note="item.templateParams.content"
|
|
|
+ :time="parseTime(item.createTime)" :clickable="true" badge-positon="left"
|
|
|
+ :badge-text="item.readStatus?'':'dot'" @click="toggle(item)">
|
|
|
</uni-list-chat>
|
|
|
</uni-list>
|
|
|
</scroll-view>
|