|
|
|
|
@ -99,7 +99,7 @@
|
|
|
|
|
>
|
|
|
|
|
<template v-slot:after>
|
|
|
|
|
<view class="g_flex_row_start g_p_10" v-if="imgList.length > 0">
|
|
|
|
|
<view v-for="(item, index) in imgList" class="g_position_rela" :class="index <= 2 ? 'g_mr_18' : ''" :key="index">
|
|
|
|
|
<view v-for="(item, index) in imgList" class="g_position_rela g_mr_10 g_mt_4" :key="index">
|
|
|
|
|
<i class="iconfont icon-guanbi img-close" @click="delImg(index, item.id)"></i>
|
|
|
|
|
<image :src="item.url" class="g_w_56 g_h_56 g_radius_8" />
|
|
|
|
|
</view>
|
|
|
|
|
|