tianyi 1 month ago
parent
commit
a2514311dd
  1. 2
      package1/buyFood/buyFood.vue

2
package1/buyFood/buyFood.vue

@ -361,7 +361,7 @@
alt="" alt=""
style="width: 90rpx;height: 90rpx;border-radius: 90rpx;margin: 0 auto;display: block;" /> style="width: 90rpx;height: 90rpx;border-radius: 90rpx;margin: 0 auto;display: block;" />
</view> </view>
<view class="kaituan22" v-for="n in groupItem.groupRule.groupCount - 1"> <view class="kaituan22" v-for="(n,index) in groupItem.groupRule.groupCount - 1" :key="index">
<view class="weipincheng"> <view class="weipincheng">
+ +
</view> </view>

Loading…
Cancel
Save