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

修改按钮样式问题

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