@@ -11,7 +11,7 @@
<view style="margin-bottom:20upx;color:#333333">店长 {{ detailInfo.customSuper.name||''}}</view>
<view>
{{ detailInfo.customAddress}}
- <block v-if="!$util.isEmpty(detailInfo.showAddress)">({{detailInfo.showAddress}})</block>
+ <block v-if="!$util.isEmpty(detailInfo.showAddress) && detailInfo.showAddress != detailInfo.customAddress">({{detailInfo.showAddress}})</block>
</view>