设计图(需求)

结构
<view class="group-list" v-for="item in message" :key="item.productId">
<view class="group-img" @click="navTo">
<image :src="item.productPicture"></image>
</view>
<view class="group-info">
<view class="product-name">{
{
item.productName }}</view>
<view class="product-price">
<text class="discounts">¥{
{
item.productCurrentPrice }}</text>
<text class="original">¥{
{
item.productMarketPrice }}</text>
</view>
<view class="group-partner">
<scroll-view scroll-x>
<view class="user-img">
<view v-for="(single, index) in item.avatarList" :key="index">