Compare commits

..

No commits in common. "25c3e2a911573343fbf28c4376c889a2326f94a7" and "0a6f824a8fec1102280a1d5318b90d9a9b7b4cee" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<text>{{ item?.provinceName }}{{ item.cityName }}{{ item.districtsName }}{{ item.streetName }}</text> <text>{{ item?.provinceName }}{{ item.cityName }}{{ item.districtsName }}{{ item.streetName }}</text>
</view> </view>
<view style="display: flex;justify-content: space-between"> <view style="display: flex;justify-content: space-between">
<text>联系{{ item?.contactPersonInfo.name }}</text> <text>项目负责{{ item?.contactPersonInfo.name }}</text>
<text>电话{{ item?.contactPersonInfo.telephone }}</text> <text>电话{{ item?.contactPersonInfo.telephone }}</text>
</view> </view>
<view class="project"> <view class="project">