vue遍历map对象

数据结构如下图:

vue遍历map对象_第1张图片
vue遍历map对象_第2张图片
遍历方法:两次v-for

<view  v-for="(item,key) in rechargeTicketRule" :key="key" class="uni-dialog-content clearfix">
   <view class="box" v-for="data in item">
   </view>
</view>

vue遍历map对象_第3张图片
页面展示效果
vue遍历map对象_第4张图片

你可能感兴趣的:(vue,常见问题,vue,map)