|
@@ -5,10 +5,10 @@
|
|
|
<view class="account" :style="{'margin-top':(mt-44)+'px'}">
|
|
|
<view class="a_left">
|
|
|
<view class="al_avatar">
|
|
|
- <image :src="dto.shopSign"></image>
|
|
|
+ <image :src="dto.storeFrontPic"></image>
|
|
|
</view>
|
|
|
<view class="al_name_edit">
|
|
|
- <text>{{dto.linkName==''?'临时商户':dto.linkName}}</text>
|
|
|
+ <text>{{dto.name==''?'临时商户':dto.name}}</text>
|
|
|
<view class="ane_edit" @tap="toTurn('/pagesHouse/Mine/PersonalEditing/PersonalEditing',true)">
|
|
|
<text>编辑</text>
|
|
|
<image src="https://i.ringzle.com/file/20240129/e824a765b6c24ac6aafbb49b12c23aa9.png"></image>
|