|
@@ -19,7 +19,7 @@
|
|
|
<view class="custom-row" v-for="customItem in distItem.orderList" :key="customItem.id" @click="goToDetail(customItem.id)">
|
|
<view class="custom-row" v-for="customItem in distItem.orderList" :key="customItem.id" @click="goToDetail(customItem.id)">
|
|
|
<text class="col-name">{{ customItem.name }}</text>
|
|
<text class="col-name">{{ customItem.name }}</text>
|
|
|
<text class="col-phone">{{ customItem.phone }}</text>
|
|
<text class="col-phone">{{ customItem.phone }}</text>
|
|
|
- <text class="col-address">{{ customItem.address }}</text>
|
|
|
|
|
|
|
+ <text class="col-address" style="font-size:26upx;">{{ customItem.address }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</block>
|
|
</block>
|