Commit 521194d4 authored by 周俊涛(东信)'s avatar 周俊涛(东信)

逻辑完善

parent 94e35554
......@@ -79,12 +79,12 @@
<p style="color: #999">暂无数据</p>
</div>
</div>
<div class="album" v-if="evalData">
<div class="album">
<div class="top flex-between">
<div class="title">用户相册</div>
<div class="link" @click="toAlbum">查看全部({{ photoList.length }}) ></div>
</div>
<div class="img-list">
<div class="img-list" v-if="photoList?.length">
<wd-img
v-for="(v, i) in photoList"
:key="i"
......@@ -92,9 +92,9 @@
enable-preview
/>
</div>
</div>
<div class="album flex-center" v-else>
<p style="color: #999">暂无数据</p>
<div class="album flex-center" v-else>
<p style="color: #999">暂无数据</p>
</div>
</div>
</div>
<p class="choose-package-text">选择套餐·日期</p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment