|
@@ -203,7 +203,7 @@ export default class Person extends Component {
|
203
|
203
|
<Notice></Notice>
|
204
|
204
|
<View className="info">
|
205
|
205
|
<Image className="bg" src={transferImage('https://estateagents.oss-cn-shanghai.aliyuncs.com/miniapp/images/mine/background.png')} mode='widthFix'>
|
206
|
|
- {waterMark && <Image className="logo" src={transferImage(waterMark)} mode='widthFix'></Image>}
|
|
206
|
+ <Image className="logo" src={transferImage(waterMark || require('@/assets/logo.png'))} mode='widthFix'></Image>
|
207
|
207
|
</Image>
|
208
|
208
|
|
209
|
209
|
<View className="content">
|