Merge branch 'master' of http://git.luyuan.tk/luyuan/deming into xbx

This commit is contained in:
2020-07-31 09:40:18 +08:00
28 changed files with 795 additions and 393 deletions

View File

@@ -1,7 +1,7 @@
<template>
<scroll-view scroll-y class="comment" @scrolltolower="loadMore">
<view class="label-list">
<view v-for="(label, index) in evaluateSpec" :key="index" :class="{'active': current == index}" @click="current=index">{{ index + '(' + label + '}' }}</view>
<view v-for="(label, index) in evaluateSpec" :key="index" :class="{'active': current == index}" @click="current=index">{{ index + '(' + label + ')' }}</view>
</view>
<view class="comment-container">
<view v-for="(item, index) in evalueList" :key="index" class="itme">

View File

@@ -1,7 +1,7 @@
<template>
<view class="photo">
<view class="back">
<image></image>
<u-icon name="close" color="#999999" :size="30"></u-icon>
</view>
<swiper class="swiper">
<swiper-item>
@@ -34,11 +34,7 @@
.back{
padding-top: 28rpx;
padding-right: 31rpx;
>image{
width: 31rpx;
height: 31rpx;
float: right;
}
text-align: right;
}
.swiper{
width: 100%;