3 Commits

Author SHA1 Message Date
Dragon
760bb6ba36 新增特权卡说明 2023-07-27 18:45:11 +08:00
Dragon
3af53c876e 隐藏微信入口 2023-07-27 11:58:00 +08:00
Dragon
bcf1c3bc11 替换我的收益文件 2023-07-26 21:06:42 +08:00
32 changed files with 66 additions and 35 deletions

View File

@@ -1 +1 @@
<!DOCTYPE html><html><head><meta charset=UTF-8><meta name=viewport content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1"><title>音萌</title><link href=./static/css/app.3c9d5a195fab0b18db4c38f31515ffd4.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.6c3ec0be622f063c9048.js></script><script type=text/javascript src=./static/js/vendor.6288d5f0a2b07e6e83e6.js></script><script type=text/javascript src=./static/js/app.ccb0938cfecf036d12cc.js></script></body></html>
<!DOCTYPE html><html><head><meta charset=UTF-8><meta name=viewport content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1"><title>音萌</title><link href=./static/css/app.890ffd7f32ed0cfc8f93d9cdc16b91c5.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3284d969a4a3aea71ed6.js></script><script type=text/javascript src=./static/js/vendor.6288d5f0a2b07e6e83e6.js></script><script type=text/javascript src=./static/js/app.ccb0938cfecf036d12cc.js></script></body></html>

View File

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 58 KiB

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

Before

Width:  |  Height:  |  Size: 208 KiB

After

Width:  |  Height:  |  Size: 208 KiB

View File

@@ -1 +0,0 @@
<!DOCTYPE html><html><head><meta charset=UTF-8><meta name=viewport content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1"><title>音萌</title><link href=./static/css/app.890ffd7f32ed0cfc8f93d9cdc16b91c5.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3284d969a4a3aea71ed6.js></script><script type=text/javascript src=./static/js/vendor.6288d5f0a2b07e6e83e6.js></script><script type=text/javascript src=./static/js/app.ccb0938cfecf036d12cc.js></script></body></html>

View File

@@ -9,7 +9,7 @@ body {
position: fixed;
left: 0;
top: 0;
background: #fff;
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
z-index: 999;
@@ -17,14 +17,15 @@ body {
}
.tips-tit p {
position: absolute;
width: 100%;
text-align: center;
right: 0.2666666667rem;
top: 0.1333333333rem;
width: 50%;
background: #FFF;
color: #333;
top: 50%;
left: 0;
transform: translateY(-50%);
border-radius: 0.2133333333rem;
line-height: 0.5333333333rem;
padding: 0.2666666667rem;
font-size: 0.4266666667rem;
font-weight: bold;
}
.max {

View File

@@ -15,7 +15,7 @@ body {
position: fixed;
left: 0;
top: 0;
background: #fff;
background: rgba(0, 0, 0, .5);
width: 100%;
height: 100%;
z-index: 999;
@@ -23,23 +23,23 @@ body {
p {
position: absolute;
width: 100%;
text-align: center;
color: #333;
top: 50%;
left: 0;
transform: translateY(-50%);
font-size: px2rem(32, );
font-weight: bold;
// right: px2rem(20);
// top: px2rem(10);
// width: 50%;
// background: #FFF;
// width: 100%;
// text-align: center;
// color: #333;
// border-radius: px2rem(16);
// line-height: px2rem(40);
// padding: px2rem(20);
// font-size: px2rem(32);
// top: 50%;
// left: 0;
// transform: translateY(-50%);
// font-size: px2rem(32, );
// font-weight: bold;
right: px2rem(20);
top: px2rem(10);
width: 50%;
background: #FFF;
color: #333;
border-radius: px2rem(16);
line-height: px2rem(40);
padding: px2rem(20);
font-size: px2rem(32);
}
}
@@ -694,6 +694,7 @@ body {
.type {
display: flex;
justify-content: space-between;
// justify-content: center;
div {
width: px2rem(330);

View File

@@ -23,8 +23,8 @@
<body>
<div id="pay"></div>
<div class="tips-tit">
<!-- <p>点击右上角选择“在浏览器打开”或者“在Safari中打开”即可开始下一步</p> -->
<p>暂不支持</p>
<p>点击右上角选择“在浏览器打开”或者“在Safari中打开”即可开始下一步</p>
<!-- <p>暂不支持</p> -->
</div>
<div class="max">
<div class="logo">
@@ -41,11 +41,11 @@
<div class="pay-type">
<span class='way'>支付方式</span>
<div class="type">
<div class="wxpay active">
<!-- <div class="wxpay active">
<img src="./images/wx.png" alt="">
<span class="aw">微信支付</span>
</div>
<div class="alipay">
</div> -->
<div class="alipay active">
<img src="./images/ali.png" alt="">
<span class="aw">支付宝支付</span>
<span class="tip">高额度</span>

View File

@@ -42,7 +42,8 @@ function mess (str) {
}
//payType = "wx_wap" =>微信支付参数 : payType = "alipay_wap" =>支付宝支付参数
//defaultPayH5 => 决定H5支付页面的payType由后台配置
let payType = "wx_wap" //默认微信选中
// let payType = "wx_wap" //默认微信选中
let payType = "alipay_wap" //默认支付宝选中
let cerruntIndex = 0 //选中的支付方式的索引
let defaultPayH5 //不再由其配置,貌似已经没用了
let chargeList = [] //微信充值列表
@@ -312,9 +313,13 @@ const payInOutter = (packages) => {
num.val('');
$pop.hide();
$('#confirm').unbind('click')
$('#pay').html(packages.payInfo);
document.forms['alipaysubmit'].submit();
// window.location.href = packages.payInfo.mweb_url
if (payType == "wx_wap") {
// window.location.href = packages.payInfo.mweb_url
} else {
$('#pay').html(packages.payInfo);
document.forms['alipaysubmit'].submit();
}
})
}

View File

@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>特权卡说明</title>
<style>
*{
padding: 10px 5px 5px 8px;
margin: 0;
}
p{
font-size: 16px;
line-height: 26px;
}
</style>
</head>
<body>
<p>1.特权卡由房主和房间管理员上传和发放。</p>
<p>2.特权卡是用户在房间内身份象征,送出无实际经济价值。</p>
<p>3.获取特权卡与送出特权卡用户增加用户之间互动,平台不提供任何服务,请注意甄别,谨防受骗。</p>
<p>4.特权卡不向未成年人开放,房间内房主、主持及禁止引导未成年人用户参与本功能玩法,引,导末成年人参与本功能玩法将受到平台严厉打击和处罚,禁止开播。</p>
</body>
</html>