新增营销系统、分销系统、会员功能、门店、提现功能
This commit is contained in:
@ -21,18 +21,19 @@
|
||||
|
||||
<view
|
||||
class="reply-pic flex flex-ai__center"
|
||||
v-if="data.pics && data.pics.length>0"
|
||||
v-if="data.pictures && data.pictures.split(',').length>0"
|
||||
>
|
||||
<template
|
||||
v-for="(pic,index) in data.pics.slice(0,1)"
|
||||
<templates
|
||||
style="display: flex;padding: 5px 0"
|
||||
v-for="(pic,index) in (data.pictures.split(',')).slice(0,1)"
|
||||
:key="index"
|
||||
>
|
||||
<image
|
||||
class="image"
|
||||
:src="pic"
|
||||
@click="doPreviewImage(index, data.pics)"
|
||||
@click="doPreviewImage(index, data.pictures.split(','))"
|
||||
/>
|
||||
</template>
|
||||
</templates>
|
||||
</view>
|
||||
</view>
|
||||
<!-- </uv-scroll-list>-->
|
||||
@ -62,7 +63,6 @@ function doPreviewImage(current, urls) {
|
||||
border: 1rpx solid #E6E6E6;
|
||||
border-radius: 15rpx;
|
||||
overflow: hidden;
|
||||
width: 565rpx;
|
||||
margin-top: 30rpx;
|
||||
|
||||
&-cont {
|
||||
|
Reference in New Issue
Block a user