Browse Source

Merge branch 'dev' of http://git.ycjcjy.com/zhiyuxing/miniapp-v3 into dev

张延森 5 years ago
parent
commit
c169ba53a3
2 changed files with 8 additions and 0 deletions
  1. 8
    0
      src/app.js
  2. 0
    0
      src/onlineSelling/pages/houseList/index.js

+ 8
- 0
src/app.js View File

115
         ],
115
         ],
116
       }
116
       }
117
     ],
117
     ],
118
+    subPackages: [
119
+      {
120
+        root: "onlineSelling",
121
+        pages: [
122
+          'pages/houseList/index',
123
+        ],
124
+      }
125
+    ],
118
     window: {
126
     window: {
119
       backgroundTextStyle: 'light',
127
       backgroundTextStyle: 'light',
120
       // navigationBarBackgroundColor: '#E31F05',
128
       // navigationBarBackgroundColor: '#E31F05',

+ 0
- 0
src/onlineSelling/pages/houseList/index.js View File