소스 검색

Merge branch 'zhongqi-chat'

shizhongqi 1 년 전
부모
커밋
f6783648dc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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": "聊天" } }
             ]