Explorar el Código

Merge branch 'master' of http://git.ycjcjy.com/xiangsong/miniapp

张延森 hace 4 años
padre
commit
94687d1fdd

+ 1
- 1
project.config.json Ver fichero

@@ -28,7 +28,7 @@
28 28
 		},
29 29
 		"bundle": false,
30 30
 		"useIsolateContext": true,
31
-		"useCompilerModule": true,
31
+		"useCompilerModule": false,
32 32
 		"userConfirmedUseCompilerModuleSwitch": false,
33 33
 		"useMultiFrameRuntime": false,
34 34
 		"useApiHook": true,

+ 45
- 0
src/components/GetUserIcon/index.css Ver fichero

@@ -0,0 +1,45 @@
1
+.GetUserIcon {
2
+  width: 100%;
3
+  position: fixed !important;
4
+  left: 0;
5
+  top: 0;
6
+  bottom: 0;
7
+  z-index: 1000;
8
+  background: rgba(0, 0, 0, 0.7);
9
+}
10
+.GetUserIcon > view {
11
+  width: 60%;
12
+  background: #fff;
13
+  border-radius: 10px;
14
+}
15
+.GetUserIcon > view > text {
16
+  display: block;
17
+  text-align: center;
18
+  font-size: 32px;
19
+  line-height: 40px;
20
+  padding: 40px 0;
21
+}
22
+.GetUserIcon > view > .flex-h {
23
+  position: relative;
24
+  overflow: hidden;
25
+  border-top: 2px solid rgba(0, 0, 0, 0.08);
26
+}
27
+.GetUserIcon > view > .flex-h > text {
28
+  font-size: 36px;
29
+  font-weight: bold;
30
+  line-height: 80px;
31
+  text-align: center;
32
+  border-right: 2px solid rgba(0, 0, 0, 0.08);
33
+  color: #999;
34
+}
35
+.GetUserIcon > view > .flex-h > button {
36
+  font-size: 36px;
37
+  font-weight: bold;
38
+  line-height: 80px;
39
+  background: none;
40
+  border: none;
41
+  padding: 0 !important;
42
+}
43
+.GetUserIcon > view > .flex-h > button::after {
44
+  display: none;
45
+}

+ 5
- 3
src/components/GetUserIcon/index.less Ver fichero

@@ -15,7 +15,7 @@
15 15
     >text {
16 16
       display: block;
17 17
       text-align: center;
18
-      font-size: 28px;
18
+      font-size: 32px;
19 19
       line-height: 40px;
20 20
       padding: 40px 0;
21 21
     }
@@ -26,14 +26,16 @@
26 26
       border-top: 2px solid rgba(0, 0, 0, 0.08);
27 27
 
28 28
       >text {
29
-        font-size: 28px;
29
+        font-size: 36px;
30
+        font-weight: bold;
30 31
         line-height: 80px;
31 32
         text-align: center;
32 33
         border-right: 2px solid rgba(0, 0, 0, 0.08);
33 34
         color: #999;
34 35
       }
35 36
       >button {
36
-        font-size: 28px;
37
+        font-size: 36px;
38
+        font-weight: bold;
37 39
         line-height: 80px;
38 40
         background: none;
39 41
         border: none;

+ 5
- 3
src/components/GetUserPhone/index.css Ver fichero

@@ -15,7 +15,7 @@
15 15
 .GetUserPhone > view > text {
16 16
   display: block;
17 17
   text-align: center;
18
-  font-size: 28px;
18
+  font-size: 32px;
19 19
   line-height: 40px;
20 20
   padding: 40px 0;
21 21
 }
@@ -25,14 +25,16 @@
25 25
   border-top: 2px solid rgba(0, 0, 0, 0.08);
26 26
 }
27 27
 .GetUserPhone > view > .flex-h > text {
28
-  font-size: 28px;
28
+  font-size: 36px;
29
+  font-weight: bold;
29 30
   line-height: 80px;
30 31
   text-align: center;
31 32
   border-right: 2px solid rgba(0, 0, 0, 0.08);
32 33
   color: #999;
33 34
 }
34 35
 .GetUserPhone > view > .flex-h > button {
35
-  font-size: 28px;
36
+  font-size: 36px;
37
+  font-weight: bold;
36 38
   line-height: 80px;
37 39
   background: none;
38 40
   border: none;

+ 5
- 3
src/components/GetUserPhone/index.less Ver fichero

@@ -15,7 +15,7 @@
15 15
     >text {
16 16
       display: block;
17 17
       text-align: center;
18
-      font-size: 28px;
18
+      font-size: 32px;
19 19
       line-height: 40px;
20 20
       padding: 40px 0;
21 21
     }
@@ -26,14 +26,16 @@
26 26
       border-top: 2px solid rgba(0, 0, 0, 0.08);
27 27
 
28 28
       >text {
29
-        font-size: 28px;
29
+        font-size: 36px;
30
+        font-weight: bold;
30 31
         line-height: 80px;
31 32
         text-align: center;
32 33
         border-right: 2px solid rgba(0, 0, 0, 0.08);
33 34
         color: #999;
34 35
       }
35 36
       >button {
36
-        font-size: 28px;
37
+        font-size: 36px;
38
+        font-weight: bold;
37 39
         line-height: 80px;
38 40
         background: none;
39 41
         border: none;

+ 1
- 1
src/pages/WoDe/WoDeGongDan/index.config.js Ver fichero

@@ -1,3 +1,3 @@
1 1
 export default {
2
-  navigationBarTitleText: '物业服务'
2
+  navigationBarTitleText: '物业报修'
3 3
 }

+ 1
- 1
src/pages/WoDe/index.jsx Ver fichero

@@ -15,7 +15,7 @@ export default function WoDe () {
15 15
     { icon: 'iconrenzheng1', name: '业主认证', id: 1, router: '/pages/WoDe/WoDeRenZheng/index' },
16 16
     { icon: 'iconjifenguize', name: '积分明细', id: 2, router: '/pages/FuLi/JiFenMingXi/index' },
17 17
     { icon: 'iconjiaofei', name: '物业缴费', id: 3, router: '/pages/WoDe/WoDeJiaoFei/index' },
18
-    { icon: 'iconfuwu1', name: '物业服务', id: 4, router: '/pages/WoDe/WoDeGongDan/index' }
18
+    { icon: 'iconfuwu1', name: '物业报修', id: 4, router: '/pages/WoDe/WoDeGongDan/index' }
19 19
   ])
20 20
   const [MoreUserTab] = useState([
21 21
     // { icon: 'iconerweima', name: '推荐二维码', id: 5, router: '/pages/WoDe/TuiJianErWeiMa/index' },