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

Merge remote-tracking branch 'origin/master'

parents c1567404 521194d4
...@@ -79,12 +79,12 @@ ...@@ -79,12 +79,12 @@
<p style="color: #999">暂无数据</p> <p style="color: #999">暂无数据</p>
</div> </div>
</div> </div>
<div class="album" v-if="evalData"> <div class="album">
<div class="top flex-between"> <div class="top flex-between">
<div class="title">用户相册</div> <div class="title">用户相册</div>
<div class="link" @click="toAlbum">查看全部({{ photoList.length }}) ></div> <div class="link" @click="toAlbum">查看全部({{ photoList.length }}) ></div>
</div> </div>
<div class="img-list"> <div class="img-list" v-if="photoList?.length">
<wd-img <wd-img
v-for="(v, i) in photoList" v-for="(v, i) in photoList"
:key="i" :key="i"
...@@ -92,11 +92,11 @@ ...@@ -92,11 +92,11 @@
enable-preview enable-preview
/> />
</div> </div>
</div>
<div class="album flex-center" v-else> <div class="album flex-center" v-else>
<p style="color: #999">暂无数据</p> <p style="color: #999">暂无数据</p>
</div> </div>
</div> </div>
</div>
<p class="choose-package-text">选择套餐·日期</p> <p class="choose-package-text">选择套餐·日期</p>
<!-- 套餐 --> <!-- 套餐 -->
<div class="package-wrap"> <div class="package-wrap">
......
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