|
@@ -454,7 +454,6 @@ export default class myCustomer extends Taro.Component {
|
454
|
454
|
return (
|
455
|
455
|
<View>
|
456
|
456
|
{followVisible && this.renderFollowBox()}
|
457
|
|
- {console.log(this.props)}
|
458
|
457
|
{baseVisible && this.renderBaseBox()}
|
459
|
458
|
<View className="user_con">
|
460
|
459
|
<Image className="bg" src={getThumbnail('https://estateagents.oss-cn-shanghai.aliyuncs.com/miniapp/images/shop/background.jpg')} ></Image>
|