lizhihui

更新资源文件

Showing 81 changed files with 139 additions and 236 deletions
......@@ -2,8 +2,9 @@
<config>
<sdkconfig
YA_APPID="59351848d8aa0f0e115a0d7a"
YA_APPKEY="8cec1d074d3bb8bb012fd3f013c0acaa"
YA_APPID="5b6bf23e665fff5f47475e56"
YA_APPKEY="a6050ea63e9b3c4cfedbe6d8c629240f"
styleName="sdk_11"
gamesimplename="fytx_test"
sdksimplename="i9133"
sdkversioncode="V1_0"
......
No preview for this file type
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>sdk_3</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.aptana.editor.php.aptanaPhpBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.aptana.ide.core.unifiedBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.aptana.projects.webnature</nature>
<nature>com.aptana.editor.php.phpNature</nature>
</natures>
<filteredResources>
<filter>
<id>1489975865951</id>
<name></name>
<type>26</type>
<matcher>
<id>org.eclipse.ui.ide.multiFilter</id>
<arguments>1.0-name-matches-false-false-node_modules</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
date:2017-4-11
author
:lizenghua
instructions
:与星玩SDK同步
date:2017-4-12
author:lizenghua
instructions:修复当账户及密码为空时(本地存储的账号密码数据为空),通过密保找回密码时一直处于加载中无法跳转的问题
date:2017-4-21
author:lizenghua
instructions:
1、当用户是正式用户并绑定了手机后进行实名认证;身份证校验js:identity_id.js
改动的文件有:login.html、login.js(同步在sdk_xingwan、sdk_6)
2、改动注释了pay.js里面的911行到918行:进入sdk要购买的游戏币>0时强制进入渠道充值页面(已同步在sdk_xingwan、sdk_6)
date:2017-4-24
author:lizenghua
instructions:
1、处理绑定手机的手机验证规则(176),
2、手机找回密码中重置密码残留旧密码问题
date:2017-5-3
author:lizenghua
instructions:
1、注释掉pay.html中的“游爱星”兑换入口
2、处理支付方式切换中出现 input_item 为undefind 的bug (将383行的{{?}}移至435行)
3、去掉设置密保中select默认的下拉图标(login.css)
4、如果没有第三方登录则隐藏掉“第三方登录”字眼
date:2017-5-8
author:lizenghua
instructions:处理支付方式点击支付图标出现 input_item 为undefind 的bug(将150行$c改成$(this))
date:2017-5-12
author:lizenghua
instructions:与游娱同步
\ No newline at end of file
20170815
\ No newline at end of file
......@@ -37,7 +37,7 @@
<div class="new-sdk-container">
<div class="new-container-box">
<div class="SDK-titlebox"></div>
<form action="/sdk/login" method="post" class="ajax align-left clearfix">
<form action="/sdk/login2" method="post" class="ajax align-left clearfix">
<div class="new-sdk-logo"><a href="#"><img src="images/new-sdk-logo.png"></a></div>
<div class="new-sdk-main">
<div class="inputbox clearfix" style="position: relative;">
......@@ -68,7 +68,7 @@
<a title="QQ号码登录" data-replace="href" href="/user/auth2/qq/login/?next=/static/sdk_3/login.html&app_id={app_id}" class="qq iframe hide">
</a>
<a title="微信登录" data-replace="href" href="sdk://weixinlogin?app_id={app_id}&next=/static/sdk_3/login.html" class="weixin hide">
<a title="微信登录" data-replace="href" href="sdk://wxlogin?app_id={app_id}&next=/static/sdk_3/login.html" class="wx hide">
</a>
</p>-->
......@@ -87,7 +87,7 @@
</li>
<li>
<!-- <a class="op-guest" data-replace="href" method="post" href="/sdk/register?type=-1&app_id={app_id}">一键注册</a> -->
<!-- <a class="op-guest" data-replace="href" method="post" href="/sdk/register2?type=-1&app_id={app_id}">一键注册</a> -->
<a class="btn larg btn-orange submit" utocomplete="off" >登录</a>
</li>
......@@ -130,7 +130,7 @@
<div class="new-sdk-container">
<div class="SDK-titlebox"></div>
<div class="new-sdk-logo"><a href="#"><img src="images/new-sdk-logo.png"></a></div>
<form action="/sdk/register" class="ajax clearfix">
<form action="/sdk/register2" class="ajax clearfix">
<div class="new-sdk-main">
<div class="inputbox clearfix">
<div class="ileft">账号:</div>
......
......@@ -13,14 +13,14 @@ var concat_with_mtime = [
'js/core.min.js',
'js/loader.min.js',
'js/center.min.js',
'js/pay.min.js',
'js/zf.min.js',
'js/login.min.js'
]
var htmls = [
'login.html',
'center.html',
'pay.html',
'zf.html',
'share.html'
]
......
......@@ -31,7 +31,7 @@ function initMatching(){
Core.isIos = userAgent.match(/i[^;]+;( U;)? CPU.+Mac OS X/) != null;
Core.isAndroid = userAgent.indexOf('Android') > -1 || userAgent.indexOf('Linux') > -1;
Core.isFile = location.href.indexOf('file') == 0; //判断当前请求是否为file://协议
Core.isWeixin = userAgent.indexOf('MicroMessenger') != -1;
Core.isWx = userAgent.indexOf('MicroMessenger') != -1;
var ratio = window.devicePixelRatio;
Core.ratio = ratio;
......@@ -140,16 +140,16 @@ function initMatching(){
Core.isIos = userAgent.match(/i[^;]+;( U;)? CPU.+Mac OS X/) != null;
Core.isAndroid = userAgent.indexOf('Android') > -1 || userAgent.indexOf('Linux') > -1;
Core.isFile = location.href.indexOf('file') == 0; //判断当前请求是否为file://协议
Core.isWeixin = userAgent.indexOf('MicroMessenger') != -1;
Core.isWx = userAgent.indexOf('MicroMessenger') != -1;
var ratio = window.devicePixelRatio;
Core.ratio = ratio;
Core.PLATFORM_NAME = '9133游戏';
Core.PLATFORM_NAME = '';
if(Core.isIos){
Core.server = 'https://sdk.i9133.com';
Core.server = 'https://sdk.9133.com';
}else{
Core.server = 'http://sdk.i9133.com';
Core.server = 'http://sdk.9133.com';
}
var lastServer = localStorage.getItem('last_server');
......@@ -518,8 +518,6 @@ function initMatching(){
} else {
post_url += '?format=json';
}
var options = {
type: action_method,
url: post_url,
......@@ -761,26 +759,31 @@ function initMatching(){
console.log('not wbkit browser!');
}
}
core.finishPay = function() {
var pay_url = "sdk://exit?action=pay";
core.finishZf = function() {
var zf_url = "sdk://exit?action=zf";
core.clearFrame()
if(Core.Data.game_url && Core.Data.game_url != ''){
if(Core.Data.back_url){
pay_url = Core.Data.back_url;
zf_url = Core.Data.back_url;
}else{
pay_url = Core.Data.game_url;
zf_url = Core.Data.game_url;
}
}else{
if(Core.Data.trade_id && Core.Data.trade_id != ''){
pay_url = "sdk://pay?order_id=" + Core.Data.trade_id;
pay_url += Core.Data.current_pay_channel ? '&paytype=' + Core.Data.current_pay_channel.name : ''
zf_url = "sdk://zf?order_id=" + Core.Data.trade_id;
zf_url += Core.Data.current_zf_channel ? '&zftype=' + Core.Data.current_zf_channel.name : ''
}
}
try{
location.href = pay_url;
location.href = zf_url;
}catch(e){}
}
core.finishLogin = function() {
if(Core.Data.compellation_name == "" && Core.Data.identity_card == "" && Core.Data.force_auth == 1){
Core.showTips("根据政策规定,通过实名认证才能进入游戏哦!");
Core.updateMod('identityCard');
return false;
}
var login_url = 'sdk://exit?action=login';
var login_params = "open_id=" + Core.Data.open_id + "&token=" + Core.Data.token + "&timestamp=" + Core.Data.timestamp ;
login_params += Core.Data.login_count ? '&login_count=' + Core.Data.login_count : '' ;
......
This diff could not be displayed because it is too large.
......@@ -55,7 +55,7 @@ for (i = 0, l = base_js.length; i < l; i++) {
if (PATH.existsSync(path)) {
mtime = formatTime(fs.statSync(path).mtime);
content.push('/static/sdk/' + path + '?' + mtime);
//更新login.html, center.html, pay.html的引用信息的版本号
//更新login.html, center.html, zf.html的引用信息的版本号
for (var j = 0, k = html_content.length; j < k; j++) {
reg = new RegExp(path.replace('/', '\\/') + '\\?\\d+')
html_content[j] = html_content[j].replace(reg, path + '?' + mtime);
......@@ -70,7 +70,7 @@ for (i = 0, l = concat_with_mtime.length; i < l; i++) {
if (PATH.existsSync(path)) {
mtime = formatTime(fs.statSync(path).mtime);
content.push('/static/sdk/' + path + '?' + mtime);
//更新login.html, center.html, pay.html的引用信息的版本号
//更新login.html, center.html, zf.html的引用信息的版本号
for (j = 0, k = html_content.length; j < k; j++) {
reg = new RegExp(path.replace('/', '\\/') + '\\?\\d+')
html_content[j] = html_content[j].replace(reg, path + '?' + mtime);
......@@ -107,7 +107,7 @@ for (i = 0, l = target.length; i < l; i++) {
/*
skin_content.push('/static/sdk/' + path + '/skin.css' + '?' + skin_mtime);
*/
//更新login.html, center.html, pay.html的引用信息的版本号
//更新login.html, center.html, zf.html的引用信息的版本号
for (j = 0, k = html_content.length; j < k; j++) {
reg = new RegExp('data-v="\\d+"');
html_content[j] = html_content[j].replace(reg, 'data-v="' + skin_mtime + '"');
......
......@@ -51,18 +51,18 @@ select{
-moz-osx-font-smoothing: grayscale;
}
.icon-weixin:before { content: "\e600"; font-size: 1.8em; color: #0bb515;}
.icon-wx:before { content: "\e600"; font-size: 1.8em; color: #0bb515;}
.icon-qq:before { content: "\e601"; font-size: 1.8em; color: #00beef;}
.icon-iconfontcha:before { content: "\e609"; }
.icon-qq1:before { content: "\e602"; font-size: 1.8em; color: #00beef;}
.icon-weixin1:before { content: "\e603"; }
.icon-wx1:before { content: "\e603"; }
.icon-qq2:before { content: "\e604"; font-size: 1.8em; color: #00beef;}
.icon-iconfontxiangyou:before { content: "\e60a"; color: #fff; font-size: 1.6em;}
.icon-iconfontcolor19:before { content: "\e60b"; }
.icon-xuanzhong:before { content: "\e60c"; color: #ff9600; font-size: 1.6em;}
.icon-triangle-l:before { content: "\e605"; }
.icon-shuangyuanquan:before { content: "\e60d"; color: #089b55;}
.icon-weixin2:before { content: "\e606"; }
.icon-wx2:before { content: "\e606"; }
.icon-xiangyou:before { content: "\e60e"; }
.icon-fuxuankuangyixuanze:before { content: "\e607"; }
.icon-xiangxia:before { content: "\e60f"; color: #ddd; font-size: 30px;}
......@@ -599,7 +599,7 @@ body{
.new-sdk-container .new-sdk-main .other-login p a.qq{
background: url(../images/login_icon.png) no-repeat 0 0;
}
.new-sdk-container .new-sdk-main .other-login p a.weixin{
.new-sdk-container .new-sdk-main .other-login p a.wx{
background: url(../images/login_icon.png) no-repeat 0 -45px;
}
.new-sdk-container .new-sdk-main .other-login label{
......
......@@ -3,19 +3,19 @@ CACHE MANIFEST
#version=20151112001
/static/sdk_3/login.html?20151112001
/static/sdk_3/center.html?20151112001
/static/sdk_3/pay.html?20151112001
/static/sdk_3/zf.html?20151112001
/static/sdk_3/share.html?20151112001
/static/sdk_3/js/fastclick.min.1.0.js?20151112001
/static/sdk_3/js/zepto.min.js?20151112001
/static/sdk_3/js/doT.min.js?20151112001
/static/sdk_3/js/iscroll.min.1.0.js?20151112001
/static/sdk_3/skin/login.css?20151112001
/static/sdk_3/skin/pay.css?20151112001
/static/sdk_3/skin/zf.css?20151112001
/static/sdk_3/js/core.min.js?20151112001
/static/sdk_3/js/loader.min.js?20151112001
/static/sdk_3/js/center.min.js?20151112001
/static/sdk_3/js/pay.min.js?20151112001
/static/sdk_3/js/zf.min.js?20151112001
/static/sdk_3/js/login.min.js?20151112001
/static/sdk_3/images/login_icon.png?20151112001
/static/sdk_3/images/new-sdk-logo.png?20151112001
......
......@@ -176,7 +176,7 @@ p.text-muted{color: #999999; }
right: 5px;
top: 13px;
}
.badge.pay{
.badge.zf{
position: absolute;
right: -8px;
top: -6px;
......@@ -265,18 +265,18 @@ label.enter_game{
-moz-osx-font-smoothing: grayscale;
}
.icon-weixin:before { content: "\e600"; font-size: 1.8em; color: #0bb515;}
.icon-wx:before { content: "\e600"; font-size: 1.8em; color: #0bb515;}
.icon-qq:before { content: "\e601"; font-size: 1.8em; color: #0f9fcf;}
.icon-iconfontcha:before { content: "\e609"; }
.icon-qq1:before { content: "\e602"; font-size: 1.8em; color: #0f9fcf;}
.icon-weixin1:before { content: "\e603"; }
.icon-wx1:before { content: "\e603"; }
.icon-qq2:before { content: "\e604"; font-size: 1.8em; color: #0f9fcf;}
.icon-iconfontxiangyou:before { content: "\e60a"; color: #fff; font-size: 32px;}
.icon-iconfontcolor19:before { content: "\e60b"; }
.icon-xuanzhong:before { content: "\e60c"; color: #ff9600; font-size: 1.6em;}
.icon-triangle-l:before { content: "\e605"; }
.icon-shuangyuanquan:before { content: "\e60d"; color: #089b55;}
.icon-weixin2:before { content: "\e606"; }
.icon-wx2:before { content: "\e606"; }
.icon-xiangyou:before { content: "\e60e"; }
.icon-fuxuankuangyixuanze:before { content: "\e607"; }
.icon-xiangxia:before { content: "\e60f"; color: #ddd; font-size: 1.8em;}
......@@ -498,22 +498,22 @@ ul.step-tab{
/* 支付类型列表 END */
/* 确认代付 */
.pay-proxy-info{
.zf-proxy-info{
font-size:14px;
margin:auto;
text-align: left;
height: 100px;
}
.pay-proxy-info .desc{
.zf-proxy-info .desc{
margin-left:0px;
}
.pay-proxy-info .desc p{
.zf-proxy-info .desc p{
font-size: 14px;
line-height: 16px;
margin: 5px 0;
padding: 0;
}
.pay-proxy-info .btn-group{
.zf-proxy-info .btn-group{
margin-left:10px;
float:right;}
/* 确认代付 END */
......@@ -884,24 +884,24 @@ div.head span.num{
div.sec{
margin-top: 16px;
}
ol.other-pay{
ol.other-zf{
padding-left: 5px;
}
ol.other-pay li{
ol.other-zf li{
display:inline-block;
}
ol.other-pay li a{
ol.other-zf li a{
display:inline-block;
text-align: center;
margin:5px 10px 5px 0;
padding: 0 5px;
cursor: pointer;
}
ol.other-pay li a:last-of-type{
ol.other-zf li a:last-of-type{
margin: 5px 0px 5px 0;
}
ol.other-pay li a img{
ol.other-zf li a img{
width: 70px;
height: 70px;
......@@ -949,7 +949,7 @@ ol.other-pay li a img{
.level{ color:#F60; float:right; font-size:14px;}
.gz-zhanghao{ text-align:left; padding:5px; margin-bottom:10px;}
.gz-zhanghao .qq{ padding:5px 0px 5px 35px;background:url(http://cdn.i9133.com/static/sdk/skin/img/qq.png) left bottom no-repeat; }
.gz-zhanghao .weixin{ background:url(http://cdn.i9133.com/static/sdk/skin/img/weixin.png) left bottom no-repeat; padding:5px 0px 5px 35px}
.gz-zhanghao .wx{ background:url(http://cdn.i9133.com/static/sdk/skin/img/wx.png) left bottom no-repeat; padding:5px 0px 5px 35px}
.fs_box{ text-align:left; font-size:16px; }
......@@ -1151,19 +1151,19 @@ li.more .btn{ display:block;}
height: auto;
min-height: 73px;
}
.pay-info-cont{
.zf-info-cont{
padding: 10px 37px;
position: relative;
}
.pay-info-cont .player-info-cont{
.zf-info-cont .player-info-cont{
border-right:1px solid black;
}
.pay-info-cont .player-info-cont .head-ico{
.zf-info-cont .player-info-cont .head-ico{
max-height: 50px;
max-width: 50px;
}
.pay-info-cont .player-info-cont span{
.zf-info-cont .player-info-cont span{
display: inline-block;
}
......@@ -1247,10 +1247,10 @@ position:absolute; left:0; right:0; top:0; bottom:0; width:auto; height:auto; ma
.warm-prompt h2 { color: #ff0000; font-size: 20px; font-weight: normal; font-family: "Microsoft YaHei","微软雅黑"; }
.warm-prompt p { color: #535353; font-family: "Microsoft YaHei","微软雅黑"; font-size: 16px; margin: 0;}
.warm-prompt p a { color: #f39700; }
.pay-info-cont .user-msg { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; word-break: break-all; margin-left: 15px; width: calc(100% - 100px);}
.pay-info-cont .user-msg h2 { font-weight: normal; font-size: 24px; margin: 0; color: #949494; }
.pay-info-cont .user-msg p { font-size: 24px; color: #434343; margin: 0; line-height: normal;}
.pay-info-cont .user-msg p span { color: #f39700; }
.zf-info-cont .user-msg { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; word-break: break-all; margin-left: 15px; width: calc(100% - 100px);}
.zf-info-cont .user-msg h2 { font-weight: normal; font-size: 24px; margin: 0; color: #949494; }
.zf-info-cont .user-msg p { font-size: 24px; color: #434343; margin: 0; line-height: normal;}
.zf-info-cont .user-msg p span { color: #f39700; }
/*充值记录*/
.integral .box{ border-left:2px solid #089b55; margin-left:100px; height:100%; padding:0 10px 20px;;}
......
20180925
\ No newline at end of file
This diff is collapsed. Click to expand it.
SERVER_URL=http://sdk.i9133.com
CDN_SERVER_URL=http://cdn.i9133.com
SDK_TYPE=.sys_config_9133
\ No newline at end of file
SERVER_URL=https://sdk.i9133.com
CDN_SERVER_URL=https://cdn.i9133.com
SDK_TYPE=.sys_config_9133_n
\ No newline at end of file
......
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">
......
......@@ -2,11 +2,11 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 29
buildToolsVersion "29.0.2"
buildToolsVersion '29.0.2'
defaultConfig {
applicationId "com.youai.demo.poolsdk"
minSdkVersion 19
targetSdkVersion 29
targetSdkVersion 19
versionCode 1
versionName "1.0"
}
......
No preview for this file type
No preview for this file type
......@@ -2,18 +2,19 @@
<config>
<sdkconfig
YA_APPID="58fd78a9834e7246b8dc0eac"
YA_APPKEY="b06b86b79c25774ec758657a7203bae6"
YA_APPID="5b6bf23e665fff5f47475e56"
YA_APPKEY="a6050ea63e9b3c4cfedbe6d8c629240f"
styleName="sdk_11"
gamesimplename="fytx_test"
sdksimplename="youyu"
sdksimplename="i9133"
sdkversioncode="V1_0"
channelparameter1=""
channelparameter2=""
custom=""
gamechannelid=""
logincheckurl="http://183.136.223.85:9010/logincheck/check/"
payorderurl="http://183.136.223.85:9020/paycheck/create"
paycheckurl="http://183.136.223.85:9020/paycheck/confirm"
logincheckurl="http://login.public.sdk.gzyouai.com/logincheck/check"
paycheckurl="http://pay.public.sdk.gzyouai.com/paycheck/confirm"
payorderurl="http://pay.public.sdk.gzyouai.com/paycheck/create"
usertype="gssaXIIEiL0=" />
</config>
\ No newline at end of file
......
No preview for this file type
This diff is collapsed. Click to expand it.
date:2017-4-11
author
:lizenghua
instructions
:与星玩SDK同步
date:2017-4-12
author:lizenghua
instructions:修复当账户及密码为空时(本地存储的账号密码数据为空),通过密保找回密码时一直处于加载中无法跳转的问题
date:2017-4-21
author:lizenghua
instructions:
1、当用户是正式用户并绑定了手机后进行实名认证;身份证校验js:identity_id.js
改动的文件有:login.html、login.js(同步在sdk_xingwan、sdk_6)
2、改动注释了pay.js里面的911行到918行:进入sdk要购买的游戏币>0时强制进入渠道充值页面(已同步在sdk_xingwan、sdk_6)
date:2017-4-24
author:lizenghua
instructions:
1、处理绑定手机的手机验证规则(176),
2、手机找回密码中重置密码残留旧密码问题
date:2017-5-3
author:lizenghua
instructions:
1、注释掉pay.html中的“游爱星”兑换入口
2、处理支付方式切换中出现 input_item 为undefind 的bug (将383行的{{?}}移至435行)
3、去掉设置密保中select默认的下拉图标(login.css)
4、如果没有第三方登录则隐藏掉“第三方登录”字眼
date:2017-5-8
author:lizenghua
instructions:处理支付方式点击支付图标出现 input_item 为undefind 的bug(将150行$c改成$(this))
date:2017-5-12
author:lizenghua
instructions:修改充值的界面显示大小
\ No newline at end of file
This diff is collapsed. Click to expand it.
......@@ -37,7 +37,7 @@
<div class="new-sdk-container">
<div class="new-container-box">
<div class="SDK-titlebox"></div>
<form action="/sdk/login" method="post" class="ajax align-left clearfix">
<form action="/sdk/login2" method="post" class="ajax align-left clearfix">
<div class="new-sdk-logo"><a href="#"><img src="images/new-sdk-logo.png"></a></div>
<div class="new-sdk-main">
<div class="inputbox clearfix" style="position: relative;">
......@@ -68,7 +68,7 @@
<a title="QQ号码登录" data-replace="href" href="/user/auth2/qq/login/?next=/static/sdk_3/login.html&app_id={app_id}" class="qq iframe hide">
</a>
<a title="微信登录" data-replace="href" href="sdk://weixinlogin?app_id={app_id}&next=/static/sdk_3/login.html" class="weixin hide">
<a title="微信登录" data-replace="href" href="sdk://wxlogin?app_id={app_id}&next=/static/sdk_3/login.html" class="wx hide">
</a>
</p>-->
......@@ -87,7 +87,7 @@
</li>
<li>
<!-- <a class="op-guest" data-replace="href" method="post" href="/sdk/register?type=-1&app_id={app_id}">一键注册</a> -->
<!-- <a class="op-guest" data-replace="href" method="post" href="/sdk/register2?type=-1&app_id={app_id}">一键注册</a> -->
<a class="btn larg btn-orange submit" utocomplete="off" >登录</a>
</li>
......@@ -130,7 +130,7 @@
<div class="new-sdk-container">
<div class="SDK-titlebox"></div>
<div class="new-sdk-logo"><a href="#"><img src="images/new-sdk-logo.png"></a></div>
<form action="/sdk/register" class="ajax clearfix">
<form action="/sdk/register2" class="ajax clearfix">
<div class="new-sdk-main">
<div class="inputbox clearfix">
<div class="ileft">账号:</div>
......
......@@ -13,14 +13,14 @@ var concat_with_mtime = [
'js/core.min.js',
'js/loader.min.js',
'js/center.min.js',
'js/pay.min.js',
'js/zf.min.js',
'js/login.min.js'
]
var htmls = [
'login.html',
'center.html',
'pay.html',
'zf.html',
'share.html'
]
......
......@@ -31,7 +31,7 @@ function initMatching(){
Core.isIos = userAgent.match(/i[^;]+;( U;)? CPU.+Mac OS X/) != null;
Core.isAndroid = userAgent.indexOf('Android') > -1 || userAgent.indexOf('Linux') > -1;
Core.isFile = location.href.indexOf('file') == 0; //判断当前请求是否为file://协议
Core.isWeixin = userAgent.indexOf('MicroMessenger') != -1;
Core.isWx = userAgent.indexOf('MicroMessenger') != -1;
var ratio = window.devicePixelRatio;
Core.ratio = ratio;
......@@ -109,6 +109,7 @@ function initMatching(){
_w = Core.sdk_w * _scale;
Core.ios_w = _w;
$('meta[name="viewport"]').attr('content','width=' + _w + ',maximum-scale=' + _scale + ',user-scalable=no');
//$('<meta name="viewport" content="maximum-scale=' + _scale + '"/>').appendTo(_head);
......@@ -139,14 +140,17 @@ function initMatching(){
Core.isIos = userAgent.match(/i[^;]+;( U;)? CPU.+Mac OS X/) != null;
Core.isAndroid = userAgent.indexOf('Android') > -1 || userAgent.indexOf('Linux') > -1;
Core.isFile = location.href.indexOf('file') == 0; //判断当前请求是否为file://协议
Core.isWeixin = userAgent.indexOf('MicroMessenger') != -1;
Core.isWx = userAgent.indexOf('MicroMessenger') != -1;
var ratio = window.devicePixelRatio;
Core.ratio = ratio;
Core.PLATFORM_NAME = '游娱';
Core.PLATFORM_NAME = '';
Core.server = 'https://sdk.uuufish.com';
if(Core.isIos){
Core.server = 'https://sdk.9133.com';
}else{
Core.server = 'http://sdk.9133.com';
}
var lastServer = localStorage.getItem('last_server');
if(lastServer && lastServer.indexOf('http:')==0){
......@@ -217,6 +221,7 @@ function initMatching(){
Core.ios_w = _w;
$('meta[name="viewport"]').attr('content','width=' + _w + ',maximum-scale=' + _scale + ',user-scalable=no');
//$('<meta name="viewport" content="maximum-scale=' + _scale + '"/>').appendTo(_head);
//$('<meta name="viewport" content="width=' + _w + '"/>').appendTo(_head);
......@@ -513,8 +518,6 @@ function initMatching(){
} else {
post_url += '?format=json';
}
var options = {
type: action_method,
url: post_url,
......@@ -547,7 +550,8 @@ function initMatching(){
}
if ($obj[0].tagName == "FORM") {
$obj[0].disabled = false;
$obj.find("input, button").attr('disabled', null);
$obj.find("input[type='text'],input[type='password'],input[name='password'], button").attr('disabled', null);
var $but_input = $obj.find('[type=submit]');
if ($but_input.is('button')) {
$but_input.html(temp);
......@@ -755,26 +759,31 @@ function initMatching(){
console.log('not wbkit browser!');
}
}
core.finishPay = function() {
var pay_url = "sdk://exit?action=pay";
core.finishZf = function() {
var zf_url = "sdk://exit?action=zf";
core.clearFrame()
if(Core.Data.game_url && Core.Data.game_url != ''){
if(Core.Data.back_url){
pay_url = Core.Data.back_url;
zf_url = Core.Data.back_url;
}else{
pay_url = Core.Data.game_url;
zf_url = Core.Data.game_url;
}
}else{
if(Core.Data.trade_id && Core.Data.trade_id != ''){
pay_url = "sdk://pay?order_id=" + Core.Data.trade_id;
pay_url += Core.Data.current_pay_channel ? '&paytype=' + Core.Data.current_pay_channel.name : ''
zf_url = "sdk://zf?order_id=" + Core.Data.trade_id;
zf_url += Core.Data.current_zf_channel ? '&zftype=' + Core.Data.current_zf_channel.name : ''
}
}
try{
location.href = pay_url;
location.href = zf_url;
}catch(e){}
}
core.finishLogin = function() {
if(Core.Data.compellation_name == "" && Core.Data.identity_card == "" && Core.Data.force_auth == 1){
Core.showTips("根据政策规定,通过实名认证才能进入游戏哦!");
Core.updateMod('identityCard');
return false;
}
var login_url = 'sdk://exit?action=login';
var login_params = "open_id=" + Core.Data.open_id + "&token=" + Core.Data.token + "&timestamp=" + Core.Data.timestamp ;
login_params += Core.Data.login_count ? '&login_count=' + Core.Data.login_count : '' ;
......
......@@ -55,7 +55,7 @@ for (i = 0, l = base_js.length; i < l; i++) {
if (PATH.existsSync(path)) {
mtime = formatTime(fs.statSync(path).mtime);
content.push('/static/sdk/' + path + '?' + mtime);
//更新login.html, center.html, pay.html的引用信息的版本号
//更新login.html, center.html, zf.html的引用信息的版本号
for (var j = 0, k = html_content.length; j < k; j++) {
reg = new RegExp(path.replace('/', '\\/') + '\\?\\d+')
html_content[j] = html_content[j].replace(reg, path + '?' + mtime);
......@@ -70,7 +70,7 @@ for (i = 0, l = concat_with_mtime.length; i < l; i++) {
if (PATH.existsSync(path)) {
mtime = formatTime(fs.statSync(path).mtime);
content.push('/static/sdk/' + path + '?' + mtime);
//更新login.html, center.html, pay.html的引用信息的版本号
//更新login.html, center.html, zf.html的引用信息的版本号
for (j = 0, k = html_content.length; j < k; j++) {
reg = new RegExp(path.replace('/', '\\/') + '\\?\\d+')
html_content[j] = html_content[j].replace(reg, path + '?' + mtime);
......@@ -107,7 +107,7 @@ for (i = 0, l = target.length; i < l; i++) {
/*
skin_content.push('/static/sdk/' + path + '/skin.css' + '?' + skin_mtime);
*/
//更新login.html, center.html, pay.html的引用信息的版本号
//更新login.html, center.html, zf.html的引用信息的版本号
for (j = 0, k = html_content.length; j < k; j++) {
reg = new RegExp('data-v="\\d+"');
html_content[j] = html_content[j].replace(reg, 'data-v="' + skin_mtime + '"');
......
......@@ -23,6 +23,7 @@ section{
a,input,textarea,select {
outline: 0;
}
input[type=button],input[type=text],input[type=password]{-webkit-appearance:none;outline:none}
a:focus {
outline:thin dotted; /* 处理“outline”在Chrome浏览器中和其它浏览器之间的不一致 */
}
......@@ -50,18 +51,18 @@ select{
-moz-osx-font-smoothing: grayscale;
}
.icon-weixin:before { content: "\e600"; font-size: 1.8em; color: #0bb515;}
.icon-wx:before { content: "\e600"; font-size: 1.8em; color: #0bb515;}
.icon-qq:before { content: "\e601"; font-size: 1.8em; color: #00beef;}
.icon-iconfontcha:before { content: "\e609"; }
.icon-qq1:before { content: "\e602"; font-size: 1.8em; color: #00beef;}
.icon-weixin1:before { content: "\e603"; }
.icon-wx1:before { content: "\e603"; }
.icon-qq2:before { content: "\e604"; font-size: 1.8em; color: #00beef;}
.icon-iconfontxiangyou:before { content: "\e60a"; color: #fff; font-size: 1.6em;}
.icon-iconfontcolor19:before { content: "\e60b"; }
.icon-xuanzhong:before { content: "\e60c"; color: #ff9600; font-size: 1.6em;}
.icon-triangle-l:before { content: "\e605"; }
.icon-shuangyuanquan:before { content: "\e60d"; color: #089b55;}
.icon-weixin2:before { content: "\e606"; }
.icon-wx2:before { content: "\e606"; }
.icon-xiangyou:before { content: "\e60e"; }
.icon-fuxuankuangyixuanze:before { content: "\e607"; }
.icon-xiangxia:before { content: "\e60f"; color: #ddd; font-size: 30px;}
......@@ -598,7 +599,7 @@ body{
.new-sdk-container .new-sdk-main .other-login p a.qq{
background: url(../images/login_icon.png) no-repeat 0 0;
}
.new-sdk-container .new-sdk-main .other-login p a.weixin{
.new-sdk-container .new-sdk-main .other-login p a.wx{
background: url(../images/login_icon.png) no-repeat 0 -45px;
}
.new-sdk-container .new-sdk-main .other-login label{
......
......@@ -3,19 +3,19 @@ CACHE MANIFEST
#version=20151112001
/static/sdk_3/login.html?20151112001
/static/sdk_3/center.html?20151112001
/static/sdk_3/pay.html?20151112001
/static/sdk_3/zf.html?20151112001
/static/sdk_3/share.html?20151112001
/static/sdk_3/js/fastclick.min.1.0.js?20151112001
/static/sdk_3/js/zepto.min.js?20151112001
/static/sdk_3/js/doT.min.js?20151112001
/static/sdk_3/js/iscroll.min.1.0.js?20151112001
/static/sdk_3/skin/login.css?20151112001
/static/sdk_3/skin/pay.css?20151112001
/static/sdk_3/skin/zf.css?20151112001
/static/sdk_3/js/core.min.js?20151112001
/static/sdk_3/js/loader.min.js?20151112001
/static/sdk_3/js/center.min.js?20151112001
/static/sdk_3/js/pay.min.js?20151112001
/static/sdk_3/js/zf.min.js?20151112001
/static/sdk_3/js/login.min.js?20151112001
/static/sdk_3/images/login_icon.png?20151112001
/static/sdk_3/images/new-sdk-logo.png?20151112001
......
......@@ -176,7 +176,7 @@ p.text-muted{color: #999999; }
right: 5px;
top: 13px;
}
.badge.pay{
.badge.zf{
position: absolute;
right: -8px;
top: -6px;
......@@ -265,18 +265,18 @@ label.enter_game{
-moz-osx-font-smoothing: grayscale;
}
.icon-weixin:before { content: "\e600"; font-size: 1.8em; color: #0bb515;}
.icon-wx:before { content: "\e600"; font-size: 1.8em; color: #0bb515;}
.icon-qq:before { content: "\e601"; font-size: 1.8em; color: #0f9fcf;}
.icon-iconfontcha:before { content: "\e609"; }
.icon-qq1:before { content: "\e602"; font-size: 1.8em; color: #0f9fcf;}
.icon-weixin1:before { content: "\e603"; }
.icon-wx1:before { content: "\e603"; }
.icon-qq2:before { content: "\e604"; font-size: 1.8em; color: #0f9fcf;}
.icon-iconfontxiangyou:before { content: "\e60a"; color: #fff; font-size: 32px;}
.icon-iconfontcolor19:before { content: "\e60b"; }
.icon-xuanzhong:before { content: "\e60c"; color: #ff9600; font-size: 1.6em;}
.icon-triangle-l:before { content: "\e605"; }
.icon-shuangyuanquan:before { content: "\e60d"; color: #089b55;}
.icon-weixin2:before { content: "\e606"; }
.icon-wx2:before { content: "\e606"; }
.icon-xiangyou:before { content: "\e60e"; }
.icon-fuxuankuangyixuanze:before { content: "\e607"; }
.icon-xiangxia:before { content: "\e60f"; color: #ddd; font-size: 1.8em;}
......@@ -498,22 +498,22 @@ ul.step-tab{
/* 支付类型列表 END */
/* 确认代付 */
.pay-proxy-info{
.zf-proxy-info{
font-size:14px;
margin:auto;
text-align: left;
height: 100px;
}
.pay-proxy-info .desc{
.zf-proxy-info .desc{
margin-left:0px;
}
.pay-proxy-info .desc p{
.zf-proxy-info .desc p{
font-size: 14px;
line-height: 16px;
margin: 5px 0;
padding: 0;
}
.pay-proxy-info .btn-group{
.zf-proxy-info .btn-group{
margin-left:10px;
float:right;}
/* 确认代付 END */
......@@ -884,24 +884,24 @@ div.head span.num{
div.sec{
margin-top: 16px;
}
ol.other-pay{
ol.other-zf{
padding-left: 5px;
}
ol.other-pay li{
ol.other-zf li{
display:inline-block;
}
ol.other-pay li a{
ol.other-zf li a{
display:inline-block;
text-align: center;
margin:5px 10px 5px 0;
padding: 0 5px;
cursor: pointer;
}
ol.other-pay li a:last-of-type{
ol.other-zf li a:last-of-type{
margin: 5px 0px 5px 0;
}
ol.other-pay li a img{
ol.other-zf li a img{
width: 70px;
height: 70px;
......@@ -949,7 +949,7 @@ ol.other-pay li a img{
.level{ color:#F60; float:right; font-size:14px;}
.gz-zhanghao{ text-align:left; padding:5px; margin-bottom:10px;}
.gz-zhanghao .qq{ padding:5px 0px 5px 35px;background:url(http://cdn.i9133.com/static/sdk/skin/img/qq.png) left bottom no-repeat; }
.gz-zhanghao .weixin{ background:url(http://cdn.i9133.com/static/sdk/skin/img/weixin.png) left bottom no-repeat; padding:5px 0px 5px 35px}
.gz-zhanghao .wx{ background:url(http://cdn.i9133.com/static/sdk/skin/img/wx.png) left bottom no-repeat; padding:5px 0px 5px 35px}
.fs_box{ text-align:left; font-size:16px; }
......@@ -1151,19 +1151,19 @@ li.more .btn{ display:block;}
height: auto;
min-height: 73px;
}
.pay-info-cont{
.zf-info-cont{
padding: 10px 37px;
position: relative;
}
.pay-info-cont .player-info-cont{
.zf-info-cont .player-info-cont{
border-right:1px solid black;
}
.pay-info-cont .player-info-cont .head-ico{
.zf-info-cont .player-info-cont .head-ico{
max-height: 50px;
max-width: 50px;
}
.pay-info-cont .player-info-cont span{
.zf-info-cont .player-info-cont span{
display: inline-block;
}
......@@ -1247,10 +1247,10 @@ position:absolute; left:0; right:0; top:0; bottom:0; width:auto; height:auto; ma
.warm-prompt h2 { color: #ff0000; font-size: 20px; font-weight: normal; font-family: "Microsoft YaHei","微软雅黑"; }
.warm-prompt p { color: #535353; font-family: "Microsoft YaHei","微软雅黑"; font-size: 16px; margin: 0;}
.warm-prompt p a { color: #f39700; }
.pay-info-cont .user-msg { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; word-break: break-all; margin-left: 15px; width: calc(100% - 100px);}
.pay-info-cont .user-msg h2 { font-weight: normal; font-size: 24px; margin: 0; color: #949494; }
.pay-info-cont .user-msg p { font-size: 24px; color: #434343; margin: 0; line-height: normal;}
.pay-info-cont .user-msg p span { color: #f39700; }
.zf-info-cont .user-msg { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; word-break: break-all; margin-left: 15px; width: calc(100% - 100px);}
.zf-info-cont .user-msg h2 { font-weight: normal; font-size: 24px; margin: 0; color: #949494; }
.zf-info-cont .user-msg p { font-size: 24px; color: #434343; margin: 0; line-height: normal;}
.zf-info-cont .user-msg p span { color: #f39700; }
/*充值记录*/
.integral .box{ border-left:2px solid #089b55; margin-left:100px; height:100%; padding:0 10px 20px;;}
......
20180925
\ No newline at end of file
SERVER_URL=http://sdk.uuufish.com
CDN_SERVER_URL=http://sdk.uuufish.com
SDK_TYPE=.sys_config_youyu
\ No newline at end of file
SERVER_URL=https://sdk.i9133.com
CDN_SERVER_URL=https://cdn.i9133.com
SDK_TYPE=.sys_config_9133_n
\ No newline at end of file
......
No preview for this file type
No preview for this file type
No preview for this file type