Parcourir la source

commit -m 备注

zhengjinyi il y a 3 ans
Parent
commit
700a1c4664
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      pages/seller/remarks/details.vue

+ 1 - 1
pages/seller/remarks/details.vue

@@ -11,7 +11,7 @@
 				</view>
 				<view class="club-le-text">
 					<text class="label">地址:</text>
-					<text class="text">{{ clubInfo.provincialAddress }}{{ clubInfo.address }}</text>
+					<text class="text" v-if="clubInfo.provincialAddress">{{ clubInfo.provincialAddress }}{{ clubInfo.address }}</text>
 				</view>
 			</view>
 			<view class="content-club-ri"> <text class="iconfont icon-xiayibu"></text> </view>