Browse Source

feat: 房态

2912631854@qq.com 11 months ago
parent
commit
fe7ad81de6
2 changed files with 3 additions and 3 deletions
  1. 1 1
      pagesHouse/Mine/PersonalEditing/PersonalEditing.vue
  2. 2 2
      pagesHouse/Mine/index.vue

+ 1 - 1
pagesHouse/Mine/PersonalEditing/PersonalEditing.vue

@@ -7,7 +7,7 @@
 					店铺标志
 				</view>
 				<view class="image">
-					<image :src="list.shopSign">
+					<image :src="list.storeFrontPic">
 					</image>
 					<u-icon @click="more()" name="arrow-right" color="#AAA"></u-icon>
 				</view>

+ 2 - 2
pagesHouse/Mine/index.vue

@@ -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>