master
parent
db4dfd3edc
commit
90f656beab
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name" : "lili商城",
|
"name" : "lili商城",
|
||||||
"appid" : "__UNI__ED807EA",
|
"appid" : "__UNI__D472780",
|
||||||
"description" : "",
|
"description" : "",
|
||||||
"versionName" : "4.2.8",
|
"versionName" : "4.2.8",
|
||||||
"versionCode" : 4000280,
|
"versionCode" : 4000280,
|
||||||
|
|
|
@ -10,9 +10,9 @@
|
||||||
<!-- 消息 -->
|
<!-- 消息 -->
|
||||||
<view class="flex-column-start" v-if="msgList.length" v-for="(item, index) in msgList" :key="index">
|
<view class="flex-column-start" v-if="msgList.length" v-for="(item, index) in msgList" :key="index">
|
||||||
<view class="flex-row-start column-time">
|
<view class="flex-row-start column-time">
|
||||||
<view v-show="compareTime(index, item.createTime)" class="flex-row-start date-text"
|
<!-- <view v-show="compareTime(index, item.createTime)" class="flex-row-start date-text"
|
||||||
v-text="beautifyTime(item.createTime)">
|
v-text="beautifyTime(item.createTime)">
|
||||||
</view>
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
<!-- 用户消息 头像可选加入-->
|
<!-- 用户消息 头像可选加入-->
|
||||||
<view v-if="item.my" class="flex justify-end padding-right one-show align-start padding-top">
|
<view v-if="item.my" class="flex justify-end padding-right one-show align-start padding-top">
|
||||||
|
|
Loading…
Reference in New Issue