74 lines
2.6 KiB
HTML
74 lines
2.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport"
|
|
content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=0,viewport-fit=cover">
|
|
<title>立减金领取</title>
|
|
<script src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/common/vue.min.js?v=1367936144322" type="text/javascript"
|
|
charset="utf-8"></script>
|
|
<script type="text/javascript" src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/common/axios.js?v=1367936144322">
|
|
</script>
|
|
<script src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/siteqiexchange/js/swiper.min.js"></script>
|
|
<link href="https://lsxdemall.oss-cn-beijing.aliyuncs.com/siteqiexchange/css/swiper.min.css" rel="stylesheet">
|
|
<!-- <link rel="stylesheet" href="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/css/homepage1_1_0.css"> -->
|
|
<script src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/js/apitest.js"></script>
|
|
<link rel="stylesheet" href="./homepage1_1_0.css">
|
|
<style>
|
|
* {
|
|
margin: 0 auto;
|
|
padding: 0;
|
|
font-family: HYQiHei;
|
|
}
|
|
|
|
html {
|
|
font-size: 26.66666667vw;
|
|
}
|
|
|
|
body {
|
|
-webkit-text-size-adjust: 100%;
|
|
-ms-text-size-adjust: 100%;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="bindcard" id="bindcard">
|
|
<div class="weui_msg" v-if="bindStatus">
|
|
<div class="weui_icon_area">
|
|
<img class="icon_advise"
|
|
src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/coupon/success_tip.png"
|
|
alt="">
|
|
</div>
|
|
<div class="weui_text_area">
|
|
<h4 class="weui_msg_title">领取成功</h4>
|
|
<div class="weui-tip">请在[支付宝]-[我的]-[卡包]中查看</div>
|
|
</div>
|
|
</div>
|
|
<div class="weui_msg" v-else>
|
|
<div class="weui_icon_area">
|
|
<img class="icon_advise"
|
|
src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/coupon/error.png" alt="">
|
|
</div>
|
|
<div class="weui_text_area">
|
|
<h4 class="weui_msg_title">{{bindCardShow}}</h4>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
<script>
|
|
new Vue({
|
|
el: '#bindcard',
|
|
data() {
|
|
return {
|
|
bindStatus: true,
|
|
bindCardShow: '本月已经领取过了哦',
|
|
auth: '',
|
|
openId: ''
|
|
}
|
|
}
|
|
})
|
|
</script>
|
|
|
|
</html> |