|
|
@@ -93,13 +93,11 @@
|
|
|
<!-- <p class="updataTime" v-if="type != 4 && tabVal != '-1'">更新时间:{{ updataTime }}</p> -->
|
|
|
<div class="ownerBirthdayRemind" v-if="ownerBirthdayBoxFlag">
|
|
|
<div class="ownerBirthdayBox">
|
|
|
- <div class="title">金牌店生日提醒</div>
|
|
|
+ <div class="title"><img :src="require('@/assets/hua.png')" />金牌店生日提醒</div>
|
|
|
<div class="content">
|
|
|
- 请及时送上生日祝福!{{
|
|
|
- this.reportInfoData.ownerBirthdayRemind
|
|
|
- }}将在3日后生日,请及时送上生日祝福!
|
|
|
+ {{ this.reportInfoData.ownerBirthdayRemind }}将在3日后生日,请及时送上生日祝福!
|
|
|
</div>
|
|
|
- <img :src="require('@/assets/dangao.png')" />
|
|
|
+ <img class="dangao" :src="require('@/assets/dangao.png')" />
|
|
|
</div>
|
|
|
<div class="close" @click="ownerBirthdayBoxFlag = false">
|
|
|
<img :src="require('@/assets/close.png')" />
|
|
|
@@ -171,7 +169,7 @@ export default {
|
|
|
this.ownerBirthdayBoxFlag = true;
|
|
|
this.reportInfoData.ownerBirthdayRemind = res.data.ownerBirthdayRemind.join(',');
|
|
|
} else {
|
|
|
- this.ownerBirthdayBoxFlag = false;
|
|
|
+ this.ownerBirthdayBoxFlag = true;
|
|
|
}
|
|
|
} else {
|
|
|
this.$toast(res.msg);
|
|
|
@@ -236,32 +234,38 @@ export default {
|
|
|
text-align: center;
|
|
|
font-size: 20px;
|
|
|
color: #99443b;
|
|
|
- // margin-top: 30px;
|
|
|
font-weight: bold;
|
|
|
- height: 68px;
|
|
|
display: flex;
|
|
|
align-items: end;
|
|
|
+ padding-top: 40px;
|
|
|
+ position: relative;
|
|
|
+ img {
|
|
|
+ width: 35px;
|
|
|
+ height: 35px;
|
|
|
+ position: absolute;
|
|
|
+ left: -55px;
|
|
|
+ }
|
|
|
}
|
|
|
.content {
|
|
|
- width: 75%;
|
|
|
+ width: 80%;
|
|
|
line-height: 30px;
|
|
|
font-size: 16px;
|
|
|
color: #555555;
|
|
|
text-align: center;
|
|
|
margin-top: 20px;
|
|
|
}
|
|
|
- img {
|
|
|
- width: 75%;
|
|
|
+ .dangao {
|
|
|
+ width: 80%;
|
|
|
height: 160px;
|
|
|
margin-top: 20px;
|
|
|
- margin-bottom: 30px;
|
|
|
+ margin-bottom: 35px;
|
|
|
}
|
|
|
}
|
|
|
.close {
|
|
|
img {
|
|
|
width: 35px;
|
|
|
height: 35px;
|
|
|
- margin-top: 10px;
|
|
|
+ margin-top: 20px;
|
|
|
}
|
|
|
}
|
|
|
}
|