Commit 2b07e453 authored by zhangyanni's avatar zhangyanni

Merge remote-tracking branch 'origin/master'

parents 5dad319d 1ebad216
...@@ -94,7 +94,10 @@ ...@@ -94,7 +94,10 @@
</div> </div>
</el-col> </el-col>
</el-row> </el-row>
<div class="content_btn"> <div class="content_btn" v-if="evnetList.length==0">
<span>没有找到相应的活动,请更换筛选条件!</span>
</div>
<div v-else class="content_btn">
<p v-if="sizeListResult > searchs.pageIndex" @click="load">查看更多活动</p> <p v-if="sizeListResult > searchs.pageIndex" @click="load">查看更多活动</p>
<span v-else>没有更多了</span> <span v-else>没有更多了</span>
</div> </div>
...@@ -164,8 +167,7 @@ ...@@ -164,8 +167,7 @@
<el-dialog :visible.sync="vueQrVisible" width="360px" :close-on-click-moda="false" center> <el-dialog :visible.sync="vueQrVisible" width="360px" :close-on-click-moda="false" center>
<div style="text-align: center;margin: 0 20px;"> <div style="text-align: center;margin: 0 20px;">
<img :src="activityContact.contactImg" alt="" style="width: 140px;height: 140px;margin: 15px;padding: 5px;border: 1px solid #E8E8E8;"> <img :src="activityContact.contactImg" alt="" style="width: 140px;height: 140px;margin: 15px;padding: 5px;border: 1px solid #E8E8E8;">
<p style="color: #1A1A1E;">添加客服微信获取发布资格添加客服微信获取发布资格</p> <p style="color: #1A1A1E;margin-top: 10px;">{{activityContact.contactWay}}</p>
<p style="color: #1A1A1E;margin-top: 10px;">客服微信:{{activityContact.contactWay}}</p>
</div> </div>
</el-dialog> </el-dialog>
......
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