补充上一个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

@ -24,8 +24,10 @@
<view class="cu-tag line-main-color sm">
服务区域
</view>
</view>
<text class="margin-lr-xs text-sm" v-if="ifShowServArea">{{product.servArea}}</text>
</view>
<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>