1002884655 пре 4 година
родитељ
комит
c4dc61513b

+ 11
- 11
project.config.json Прегледај датотеку

5
 	"appid": "wxd9ee3a9480a4e544",
5
 	"appid": "wxd9ee3a9480a4e544",
6
 	"setting": {
6
 	"setting": {
7
 		"urlCheck": false,
7
 		"urlCheck": false,
8
-		"scopeDataCheck": false,
9
-		"coverView": true,
10
 		"es6": false,
8
 		"es6": false,
9
+		"enhance": false,
11
 		"postcss": false,
10
 		"postcss": false,
12
-		"compileHotReLoad": false,
13
 		"preloadBackgroundData": false,
11
 		"preloadBackgroundData": false,
14
 		"minified": false,
12
 		"minified": false,
15
-		"autoAudits": false,
16
 		"newFeature": false,
13
 		"newFeature": false,
17
-		"uglifyFileName": false,
18
-		"uploadWithSourceMap": true,
19
-		"useIsolateContext": true,
14
+		"coverView": true,
20
 		"nodeModules": false,
15
 		"nodeModules": false,
21
-		"enhance": false,
22
-		"useCompilerModule": false,
23
-		"userConfirmedUseCompilerModuleSwitch": false,
16
+		"autoAudits": false,
24
 		"showShadowRootInWxmlPanel": true,
17
 		"showShadowRootInWxmlPanel": true,
18
+		"scopeDataCheck": false,
19
+		"uglifyFileName": false,
25
 		"checkInvalidKey": true,
20
 		"checkInvalidKey": true,
26
 		"checkSiteMap": true,
21
 		"checkSiteMap": true,
22
+		"uploadWithSourceMap": true,
23
+		"compileHotReLoad": false,
27
 		"babelSetting": {
24
 		"babelSetting": {
28
 			"ignore": [],
25
 			"ignore": [],
29
 			"disablePlugins": [],
26
 			"disablePlugins": [],
30
 			"outputPath": ""
27
 			"outputPath": ""
31
-		}
28
+		},
29
+		"useIsolateContext": true,
30
+		"useCompilerModule": false,
31
+		"userConfirmedUseCompilerModuleSwitch": false
32
 	},
32
 	},
33
 	"compileType": "miniprogram",
33
 	"compileType": "miniprogram",
34
 	"simulatorType": "wechat",
34
 	"simulatorType": "wechat",

+ 1
- 1
src/pages/HuiAiXin/StarOwner/index.vue Прегледај датотеку

76
       this.ToGetPageList() // 获取列表
76
       this.ToGetPageList() // 获取列表
77
     },
77
     },
78
     ToGetPageList () { // 获取列表
78
     ToGetPageList () { // 获取列表
79
-      this.GetMingXingYeZhuList({ queryData: { ...this.PageData, typeId: 1 } }).then((res) => { // 获取明星业主列表
79
+      this.GetMingXingYeZhuList({ queryData: { ...this.PageData, typeId: 2 } }).then((res) => { // 获取明星业主列表
80
         this.PageList = [...this.MingXingYeZhuList]
80
         this.PageList = [...this.MingXingYeZhuList]
81
         this.HasNextPage = res.data.data.current < res.data.data.pages
81
         this.HasNextPage = res.data.data.current < res.data.data.pages
82
         this.DataLock = false
82
         this.DataLock = false

+ 1
- 1
src/pages/HuiAiXin/page.scss Прегледај датотеку

3
   height: 100%;
3
   height: 100%;
4
   .Banner {
4
   .Banner {
5
     width: 100%;
5
     width: 100%;
6
-    padding-bottom: 38%;
6
+    padding-bottom: 41%;
7
     position: relative;
7
     position: relative;
8
     overflow: hidden;
8
     overflow: hidden;
9
     > view {
9
     > view {

+ 1
- 1
src/pages/HuiQuanYi/page.scss Прегледај датотеку

3
   height: 100%;
3
   height: 100%;
4
   .Banner {
4
   .Banner {
5
     width: 100%;
5
     width: 100%;
6
-    padding-bottom: 38%;
6
+    padding-bottom: 41%;
7
     position: relative;
7
     position: relative;
8
     overflow: hidden;
8
     overflow: hidden;
9
     > view {
9
     > view {

+ 1
- 1
src/pages/HuiShengHuo/page.scss Прегледај датотеку

14
   }
14
   }
15
   .Banner {
15
   .Banner {
16
     width: 100%;
16
     width: 100%;
17
-    padding-bottom: 38%;
17
+    padding-bottom: 41%;
18
     position: relative;
18
     position: relative;
19
     overflow: hidden;
19
     overflow: hidden;
20
     > view {
20
     > view {