소스 검색

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

张延森 4 년 전
부모
커밋
94687d1fdd

+ 1
- 1
project.config.json 파일 보기

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

+ 45
- 0
src/components/GetUserIcon/index.css 파일 보기

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 파일 보기

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

+ 5
- 3
src/components/GetUserPhone/index.css 파일 보기

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

+ 5
- 3
src/components/GetUserPhone/index.less 파일 보기

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

+ 1
- 1
src/pages/WoDe/WoDeGongDan/index.config.js 파일 보기

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

+ 1
- 1
src/pages/WoDe/index.jsx 파일 보기

15
     { icon: 'iconrenzheng1', name: '业主认证', id: 1, router: '/pages/WoDe/WoDeRenZheng/index' },
15
     { icon: 'iconrenzheng1', name: '业主认证', id: 1, router: '/pages/WoDe/WoDeRenZheng/index' },
16
     { icon: 'iconjifenguize', name: '积分明细', id: 2, router: '/pages/FuLi/JiFenMingXi/index' },
16
     { icon: 'iconjifenguize', name: '积分明细', id: 2, router: '/pages/FuLi/JiFenMingXi/index' },
17
     { icon: 'iconjiaofei', name: '物业缴费', id: 3, router: '/pages/WoDe/WoDeJiaoFei/index' },
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
   const [MoreUserTab] = useState([
20
   const [MoreUserTab] = useState([
21
     // { icon: 'iconerweima', name: '推荐二维码', id: 5, router: '/pages/WoDe/TuiJianErWeiMa/index' },
21
     // { icon: 'iconerweima', name: '推荐二维码', id: 5, router: '/pages/WoDe/TuiJianErWeiMa/index' },