提交 5abbc5e8 编写于 作者: tao.wu's avatar tao.wu

修改按钮样式问题

上级 d8d89491
...@@ -43,13 +43,17 @@ ...@@ -43,13 +43,17 @@
} }
} }
.btn-appoint{ .btn-appoint{
height: 94.5px; height: 96px;
background: url(../img/img5.png) no-repeat center center; background: url(../img/img5.png) no-repeat center center;
background-size: 100% 100%; background-size: 100% 100%;
margin-bottom: -.5px; margin-bottom: -.5px;
img{ img{
padding-top: 15px; padding-top: 15px;
} }
.seted-btn{
width: 312px;
margin: 0 auto;
}
.appoint-time{ .appoint-time{
margin-top: 5px; margin-top: 5px;
text-align: center; text-align: center;
......
...@@ -20,10 +20,10 @@ ...@@ -20,10 +20,10 @@
</div> </div>
<div v-show="loaded || isWeb" class="btn-appoint btn-app-share" id="imgHeight3"> <div v-show="loaded || isWeb" class="btn-appoint btn-app-share" id="imgHeight3">
<img v-if="showRemindBtn&&!remindStatus" @click="setRemind" class="btn-img" src="../assets/img/btn_appoint.png" /> <img v-if="showRemindBtn&&!remindStatus" @click="setRemind" class="btn-img" src="../assets/img/btn_appoint.png" />
<div v-if="remindStatus"> <!-- <div v-if="remindStatus"> -->
<img src="../assets/img/btn_appointed.png"> <img v-if="remindStatus" class="seted-btn" src="../assets/img/btn_appointed.png">
<div class="appoint-time">12月16号我们会提示你参加活动</div> <div v-if="remindStatus" class="appoint-time">12月16号我们会提示你参加活动</div>
</div> <!-- </div> -->
</div> </div>
<div> <div>
<img src="../assets/img/img6.png" /> <img src="../assets/img/img6.png" />
...@@ -133,10 +133,12 @@ export default { ...@@ -133,10 +133,12 @@ export default {
shareImageUrl: 'https://file.yunqueyi.com/h5/nzhd19/share.png' shareImageUrl: 'https://file.yunqueyi.com/h5/nzhd19/share.png'
} }
this.isWeb = this.$rocNative.isWeb; this.isWeb = this.$rocNative.isWeb;
// this.isWeb = false; // this.isWeb = false;
// this.isLogin = true; // this.isLogin = true;
// this.remindStatus = false; // this.remindStatus = true;
// this.loaded = true; // this.loaded = true;
// 通过获取token,初始化数据 // 通过获取token,初始化数据
this.$rocNative.getToken().then(res => { this.$rocNative.getToken().then(res => {
const { userToken } = res; const { userToken } = res;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册