Authored by Zhu-Arthur

guang修改 review by 陈林

... ... @@ -109,7 +109,7 @@ export default class DetailText extends React.Component {
return (
<View style={{width: width,height: this.state.realContentHeight,backgroundColor: 'white'}}>
<WebView style={{width: width-40,height: this.state.realContentHeight,backgroundColor: 'white',marginRight: 20,marginLeft: 20}}
source= {{html: codeInject(text)}}
source= {{html: codeInject(text), baseUrl: ''}}
scrollEnabled={false}
javaScriptEnabled={true}
decelerationRate="normal"
... ...