|
@@ -2,11 +2,11 @@
|
|
|
<view class="width-690">
|
|
|
<view class="user-info">
|
|
|
<view class="portrait">
|
|
|
- <image src="{{shopInfo.user_head_img_url}}"></image>
|
|
|
+ <image src="{{shopDetail.shop_img_url || shopInfo.user_head_img_url}}"></image>
|
|
|
</view>
|
|
|
<view class="user-name-wrap">
|
|
|
- <view class="name">{{shopInfo.user_nickname}}</view>
|
|
|
- <view class="account">账号:{{shopInfo.user_phone}}</view>
|
|
|
+ <view class="name">{{ shopDetail.shop_name || shopInfo.user_nickname}}</view>
|
|
|
+ <view class="account">店铺ID:{{shopDetail.id}}</view>
|
|
|
</view>
|
|
|
<view
|
|
|
class="btn-edit-wrap"
|