修复一些缺陷,更换tabbar素材

This commit is contained in:
hejinfu1026
2021-11-15 10:16:11 +08:00
parent 08ad262a88
commit 6c30520d5f
19 changed files with 284 additions and 137 deletions

View File

@@ -1,6 +1,5 @@
<template>
<!-- v-if="reply.length>0" -->
<view class="evaluateWtapper">
<view class="evaluateWtapper" v-if="reply.length > 0">
<view class="evaluateItem" v-for="(item, indexw) in reply" :key="indexw">
<view class="pic-text acea-row">
<view class="pictrue">
@@ -39,7 +38,7 @@
props: {
reply: {
type: Array,
default: () => []
default: []
}
},
data: function() {