Pārlūkot izejas kodu

接口请求完善

1002884655 4 gadus atpakaļ
vecāks
revīzija
c4dc61513b

+ 11
- 11
project.config.json Parādīt failu

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

+ 1
- 1
src/pages/HuiAiXin/StarOwner/index.vue Parādīt failu

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

+ 1
- 1
src/pages/HuiAiXin/page.scss Parādīt failu

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

+ 1
- 1
src/pages/HuiQuanYi/page.scss Parādīt failu

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

+ 1
- 1
src/pages/HuiShengHuo/page.scss Parādīt failu

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