index.wxml 155 B

123
  1. <view class="goods-list" style="{{'background-color:'+(value.backgroundColor)+';'+('margin-top:'+(value.marginTop*2+'rpx')+';')}}">
  2. <slot></slot>
  3. </view>