xujing před 5 roky
rodič
revize
216c6ce74c

+ 1
- 1
project.config.json Zobrazit soubor

@@ -2,7 +2,7 @@
2 2
 	"miniprogramRoot": "dist/",
3 3
 	"projectname": "mini-chengjiao",
4 4
 	"description": "橙蕉宁房",
5
-	"appid": "wxbbb069a341055ef0",
5
+	"appid": "wxd9ee3a9480a4e544",
6 6
 	"setting": {
7 7
 		"urlCheck": false,
8 8
 		"es6": false,

+ 1
- 0
src/onlineSelling/pages/protocol/index.scss Zobrazit soubor

@@ -5,6 +5,7 @@
5 5
     margin-top: 48px;
6 6
     width: 100%;
7 7
     padding: 0 40px;
8
+    font-size: initial;
8 9
   }
9 10
 
10 11
   .contact {

+ 1
- 1
src/onlineSelling/pages/raiseMoney/index.js Zobrazit soubor

@@ -454,7 +454,7 @@ export default class raiseMoney extends Component {
454 454
           )
455 455
         }
456 456
         <View className="center-title">{payTip}</View>
457
-        <RichText nodes={showProtocal || ''} />
457
+        <RichText style="font-size: initial" nodes={showProtocal || ''} />
458 458
       </ScrollView >
459 459
     )
460 460
   }

+ 1
- 0
src/onlineSelling/pages/raiseMoney/index.scss Zobrazit soubor

@@ -71,6 +71,7 @@
71 71
     .rich-text {
72 72
       width: 100%;
73 73
       overflow-x: hidden;
74
+      font-size: initial;
74 75
     }
75 76
   }
76 77
   .agent-box{