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

加入已有APP蒙层提示

上级 f5bcdf69
...@@ -371,6 +371,7 @@ ...@@ -371,6 +371,7 @@
} }
.wx-share-result{ .wx-share-result{
width: 100%; width: 100%;
position: relative;
section{ section{
width: 100%; width: 100%;
padding-top: 40px; padding-top: 40px;
...@@ -473,6 +474,15 @@ ...@@ -473,6 +474,15 @@
} }
} }
} }
.course-img{
width: 90px;
height: 60px;
img{
width: 90px;
height: 60px;
display: block;
}
}
} }
} }
} }
...@@ -508,4 +518,19 @@ ...@@ -508,4 +518,19 @@
} }
} }
} }
.mask-div{
width: 100%;
height: 100%;
background:rgba(0,0,0,0.8);
position: absolute;
left: 0;
top: 0;
img{
width: 340px;
height: 279px;
margin: 0 auto;
padding-left: 17.5px;
display: block;
}
}
} }
\ No newline at end of file
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
</div> </div>
<div class="btn-app down-app" @click="downApp(1)">下载APP</div> <div class="btn-app down-app" @click="downApp(1)">下载APP</div>
<div class="btn-app has-app" @click="downApp(2)">已有APP</div> <div class="btn-app has-app" @click="tipOpenApp">已有APP</div>
<div class="line"></div> <div class="line"></div>
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
</div> </div>
</div> </div>
</section> </section>
<div v-if="showMask" @click="showMask=false" class="mask-div"><img src="../assets/img/mask.png"></div>
</div> </div>
</template> </template>
...@@ -57,7 +58,8 @@ ...@@ -57,7 +58,8 @@
export default { export default {
data(){ data(){
return { return {
statusTxt: '' statusTxt: '',
showMask: false,
} }
}, },
mounted(){ mounted(){
...@@ -99,6 +101,12 @@ ...@@ -99,6 +101,12 @@
window.location.href = 'https://android.myapp.com/myapp/detail.htm?apkName=com.picahealth.yunque&ADTAG=mobile'; window.location.href = 'https://android.myapp.com/myapp/detail.htm?apkName=com.picahealth.yunque&ADTAG=mobile';
}, 800); }, 800);
}, },
tipOpenApp(){
this.$sendBuriedData({
component_tag: `310#310002`
});
this.showMask = true;
},
goLink(id){ goLink(id){
let link = ''; let link = '';
if(id==1){ if(id==1){
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册