|
@@ -11,12 +11,25 @@
|
|
<script src="../static/js/vender/jquery-3.4.1.min.js"></script>
|
|
<script src="../static/js/vender/jquery-3.4.1.min.js"></script>
|
|
<script src="../static/js/vender/toastr/toastr.min.js"></script>
|
|
<script src="../static/js/vender/toastr/toastr.min.js"></script>
|
|
<script src="../static/js/vender/config.js"></script>
|
|
<script src="../static/js/vender/config.js"></script>
|
|
|
|
+ <style>
|
|
|
|
+ .get-award-container{
|
|
|
|
+ position: absolute;
|
|
|
|
+ bottom: 0;
|
|
|
|
+ width: 5.84rem;
|
|
|
|
+ height: 0.5rem;
|
|
|
|
+ border-radius: 0.3rem;
|
|
|
|
+ background-color: rgba(0,0,0,0.5);
|
|
|
|
+ }
|
|
|
|
+ </style>
|
|
</head>
|
|
</head>
|
|
|
|
|
|
<body>
|
|
<body>
|
|
<div class="container">
|
|
<div class="container">
|
|
<div class="header-container">
|
|
<div class="header-container">
|
|
<img class="top-banner" src="../static/img/doubleElevenActivity/top-banner.png" />
|
|
<img class="top-banner" src="../static/img/doubleElevenActivity/top-banner.png" />
|
|
|
|
+ <div class="get-award-container">
|
|
|
|
+ <div>恭喜1230******成功获得时长100小时</div>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
<div class="middle-container">
|
|
<div class="middle-container">
|
|
<div class="step-container">
|
|
<div class="step-container">
|
|
@@ -390,7 +403,12 @@
|
|
function shareHandle(type) {
|
|
function shareHandle(type) {
|
|
if (isAndroid) {
|
|
if (isAndroid) {
|
|
if(window.native){
|
|
if(window.native){
|
|
- window.native[type]();
|
|
|
|
|
|
+ window.native[type]({
|
|
|
|
+ title: '111',
|
|
|
|
+ desc: '111',
|
|
|
|
+ webUrl: 'http://test.androidscloud.com/h5/microserviceUserH5/vcloud/doubleElevenActivity.html',
|
|
|
|
+ imageUrl: 'https://p3-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/18fe2f6bb3c843c0b6fc3935a7411c51~tplv-k3u1fbpfcp-zoom-mark-crop-v2:240:240:0:0.awebp'
|
|
|
|
+ });
|
|
}else{
|
|
}else{
|
|
stopManyClick(() => {
|
|
stopManyClick(() => {
|
|
toastr.error('不支持当前环境!');
|
|
toastr.error('不支持当前环境!');
|
|
@@ -402,6 +420,9 @@
|
|
})
|
|
})
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ function shareToWechat(){
|
|
|
|
+ console.log(222222222)
|
|
|
|
+ }
|
|
//点击关闭弹窗
|
|
//点击关闭弹窗
|
|
$('.del')[0].addEventListener('click',()=>{
|
|
$('.del')[0].addEventListener('click',()=>{
|
|
$('.pop').animate({top: '-6.96rem'},"fast");
|
|
$('.pop').animate({top: '-6.96rem'},"fast");
|