|
@@ -78,7 +78,7 @@
|
|
|
overlay
|
|
|
z-index="99"
|
|
|
>
|
|
|
- <div class="quan_container padding-tb-xl">
|
|
|
+ <div class="quan_container padding-top-xl">
|
|
|
<view class=" margin-top-xl flex justify-center">
|
|
|
<text class="title" >
|
|
|
水母会员次卡体验券1张
|
|
@@ -370,7 +370,7 @@ export default {
|
|
|
wx.setStorageSync("is_twenty", false);
|
|
|
}
|
|
|
$this.twenty = wx.getStorageSync("is_twenty");
|
|
|
- console.log("状态", $this.first & $this.twenty);
|
|
|
+ console.log("可以领会员日注册体验券吗", $this.first & $this.twenty);
|
|
|
},
|
|
|
onShow() {
|
|
|
reload_userinfo($this);
|
|
@@ -445,7 +445,7 @@ export default {
|
|
|
font-weight: bold;
|
|
|
color: #222222;
|
|
|
font-family: Microsoft YaHei;
|
|
|
- margin: 6px 0 -5px;
|
|
|
+ margin: 6px 0 -5px 0;
|
|
|
}
|
|
|
|
|
|
/*副标题*/
|
|
@@ -463,15 +463,15 @@ export default {
|
|
|
}
|
|
|
.experience{
|
|
|
font-size: 36px;
|
|
|
- line-height: 20px;
|
|
|
+ line-height: 22px;
|
|
|
}
|
|
|
.hexiao,.discount{
|
|
|
font-size: 36px;
|
|
|
- line-height: 7px;
|
|
|
+ line-height: 8px;
|
|
|
}
|
|
|
.manjian,.random{
|
|
|
font-size: 28px;
|
|
|
- line-height: 7px;
|
|
|
+ line-height: 8px;
|
|
|
}
|
|
|
/*分钟二字*/
|
|
|
.quan_container .time_text {
|