补充上一个commit

This commit is contained in:
donqi 2022-05-28 18:54:21 +08:00
parent f816e8a9fc
commit 49388f0350
1 changed files with 4 additions and 2 deletions

View File

@ -25,7 +25,9 @@
服务区域
</view>
</view>
<text class="margin-lr-xs text-sm" v-if="ifShowServArea">{{product.servArea}}</text>
<text v-for="(item,index) in product.goodsAreaList">
<text class="margin-lr-xs text-sm">{{item.areaName}}<text v-if="index != product.goodsAreaList.length - 1">,</text></text>
</text>
</view>
</view>
</view>