Commit 42d43848 authored by 张娇(东信)'s avatar 张娇(东信)

Merge remote-tracking branch 'origin/master'

parents c1567404 521194d4
......@@ -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