Merge pull request '邓洁 : 详情头像' (#91) from dj into master

Reviewed-on: http://git.feashow.cn/odjbin/city-store-transfer/pulls/91
This commit is contained in:
odjbin
2023-11-19 15:59:04 +00:00

View File

@@ -37,7 +37,7 @@
</view>
<view class="seller-shop-detail">
<view class="avator">
<u-avatar :src="src"></u-avatar>
<u-avatar :src="shopInfo.avatar"></u-avatar>
<u-cell :title="shopInfo.lianxiren" :label="shopInfo.mobile" :border="false"></u-cell>
</view>
<u-divider :height="5"></u-divider>
@@ -117,6 +117,7 @@
})
data.pics = arr1
console.log('arr', arr1);
data.avatar = this.$api.imgUrl + data.avatar
this.shopInfo = data
}
})