Browse Source

系统消息

zhaoxiaohai 3 years ago
parent
commit
0e8bbb32b2
2 changed files with 2 additions and 2 deletions
  1. 1 1
      pages/tabbar/message/index.js
  2. 1 1
      pages/tabbar/message/index.wxml

+ 1 - 1
pages/tabbar/message/index.js

@@ -13,7 +13,7 @@ Page({
             pageNumber: 1,
             pageSize: 20,
             pageTotal: 1,
-            type: "系统",
+            type: "应用",
             where:{}
         },
         total: 0,

+ 1 - 1
pages/tabbar/message/index.wxml

@@ -1,7 +1,7 @@
 <!-- <My_tabs id='tabs' bind:onChange='tabChange' /> -->
 <van-tabs id='tabs' active="{{ content.type }}" color='var(--assist)' tab-active-class='tab-active-class' bind:change="tabChange">
-    <van-tab title="系统消息" name='系统' />
     <van-tab title="应用消息" name='应用' />
+    <van-tab title="系统消息" name='系统' />
 </van-tabs>
 
 <My_listBox id="ListBox" height="{{height}}" bind:getlist='getlist'>