补充上一个commit
This commit is contained in:
parent
f816e8a9fc
commit
49388f0350
|
|
@ -25,7 +25,9 @@
|
||||||
服务区域
|
服务区域
|
||||||
</view>
|
</view>
|
||||||
</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>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue