@@ -28,7 +28,7 @@
</view>
<block wx:if="{{content.dataType==4}}">
<view class="rep">
- 地址:{{item.address||'--'}}
+ 地址:{{item.province+item.city+item.county+item.address||'--'}}
联系方式:<text wx:if="{{item.phonenumber}}" style="color: #3874F6;" bindtap="callphonenumber" data-phonenumber="{{item.phonenumber}}">{{item.phonenumber}}</text>