Sign in
w-front-end
/
select_good
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
1a313ab30cb3f1a6f7de5c6f42c07271c9302fc1
Authored by
zhiyangdu
2020-03-26 16:42:07 +0800
1 parent
6e8b4950
样式优化
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/discountZone/discountZone.vue
src/components/discountZone/discountZone.vue
View file @
1a313ab
1
1
<template>
2
2
<div>
3
3
<titleBox :titles="discountZoneInfo[0]"></titleBox>
4
- <div
class="item_box">
4
+ <div
v-if="discountZoneInfo&&discountZoneInfo[0].img"
class="item_box">
5
5
<div class="left">
6
6
<img v-lazy="discountZoneInfo[0].img[0].simg" />
7
7
</div>
...
...