|
@@ -254,7 +254,7 @@ export default class raiseMoney extends Component {
|
254
|
254
|
}
|
255
|
255
|
renderAgreement() {
|
256
|
256
|
const { raiseProfile = {} } = this.state
|
257
|
|
- const payProtocol = raiseProfile.payProtocol.replace(/\${name}/ig, '').replace(/\${idcard}/ig, '').replace(/\${phone}/ig, '').replace(/\${date}/ig, '') || ''
|
|
257
|
+ const payProtocol = raiseProfile.payProtocol.replace(/\${name}/ig, '').replace(/\${idcard}/ig, '').replace(/\${phone}/ig, '').replace(/\${date}/ig, '').replace(/0.096rem/g, '') || ''
|
258
|
258
|
return (
|
259
|
259
|
<ScrollView scrollY className="container3">
|
260
|
260
|
<View className="agent-box">
|
|
@@ -454,7 +454,7 @@ export default class raiseMoney extends Component {
|
454
|
454
|
)
|
455
|
455
|
}
|
456
|
456
|
<View className="center-title">{payTip}</View>
|
457
|
|
- <RichText style="font-size: initial" nodes={showProtocal || ''} />
|
|
457
|
+ <RichText nodes={showProtocal || ''} />
|
458
|
458
|
</ScrollView >
|
459
|
459
|
)
|
460
|
460
|
}
|