Parcourir la source

Merge branch 'zhongqi-chat'

shizhongqi il y a 11 mois
Parent
commit
f6783648dc
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      mallApp/src/pages.json

+ 1 - 0
mallApp/src/pages.json

@@ -107,6 +107,7 @@
         {
             "root": "pages/chat",
             "pages": [
+                { "path": "list", "style": { "navigationBarTitleText": "聊天列表", "enablePullDownRefresh": true } },
                 { "path": "index", "style": { "navigationBarTitleText": "客服", "enablePullDownRefresh": true } },
                 { "path": "chatPage", "style": { "navigationBarTitleText": "聊天" } }
             ]