sunlupeng пре 1 година
родитељ
комит
95bc3fecfb
5 измењених фајлова са 8 додато и 3 уклоњено
  1. 2 2
      pages.json
  2. 6 1
      pages/message/index.vue
  3. BIN
      static/images/tabbar/message.png
  4. BIN
      static/images/tabbar/message_.png
  5. BIN
      static/toast.png

+ 2 - 2
pages.json

@@ -154,8 +154,8 @@
         "text": "审批中心"
       }, {
         "pagePath": "pages/message/index",
-        "iconPath": "static/images/tabbar/work.png",
-        "selectedIconPath": "static/images/tabbar/work_.png",
+        "iconPath": "static/images/tabbar/message.png",
+        "selectedIconPath": "static/images/tabbar/message_.png",
         "text": "消息"
       },{
         "pagePath": "pages/mine/index",

+ 6 - 1
pages/message/index.vue

@@ -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>

BIN
static/images/tabbar/message.png


BIN
static/images/tabbar/message_.png