1033 lines
38 KiB
HTML
1033 lines
38 KiB
HTML
<!doctype html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,initial-scale=1.0,width=device-width" />
|
|
<meta name="format-detection" content="telephone=no,email=no,date=no,address=no">
|
|
<title>KSD</title>
|
|
<link rel="stylesheet" type="text/css" href="/css/api.css" />
|
|
<link rel="stylesheet" type="text/css" href="/css/content.css" />
|
|
<script type="text/javascript" src="/scripts/jquery-2.0.2.min.js"></script>
|
|
<script type="text/javascript" src="/scripts/jquery.cookie.min.js"></script>
|
|
<script type="text/javascript" src="/scripts/iscroll.js"></script>
|
|
<script type="text/javascript" src="/scripts/navbarscroll.js"></script>
|
|
<script type="text/javascript" src="/script/main.js?t=0"></script>
|
|
<script type="text/javascript" src="/layer/layer.js"></script>
|
|
<script type="text/javascript" src="/Scripts/long.js"></script>
|
|
<script type="text/javascript" src="/Scripts/TouchSlide.1.1.js"></script>
|
|
<script type="text/javascript" src="/script/api.js"></script>
|
|
<script type="text/javascript" src="/scripts/clipboard.min.js"></script>
|
|
<script type="text/javascript" src="/script/moment.js"></script>
|
|
<script src="/Scripts/Chart.min.js?t=0"></script>
|
|
<style type="text/css">
|
|
html, body {
|
|
overflow: hidden;
|
|
}
|
|
|
|
#wrapper {
|
|
flex: 1;
|
|
overflow-y: auto;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
|
|
.pullDown {
|
|
position: absolute;
|
|
top: -1.25rem;
|
|
left: 0;
|
|
width: 100%;
|
|
z-index: 100;
|
|
text-align: center;
|
|
display: none;
|
|
}
|
|
|
|
.pullUp {
|
|
position: absolute;
|
|
bottom: -1.25rem;
|
|
left: 0;
|
|
width: 100%;
|
|
z-index: 100;
|
|
text-align: center;
|
|
display: none;
|
|
}
|
|
|
|
.pullDown.loading, .pullUp.loading, .pullDown.refresh, .pullUp.refresh {
|
|
display: block;
|
|
}
|
|
|
|
/* 本例子css -------------------------------------- */
|
|
.slideBox {
|
|
position: relative;
|
|
overflow: hidden;
|
|
margin: 0 auto;
|
|
margin-bottom: 0.8em;
|
|
max-width: 100%; /* 设置焦点图最大宽度 */
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.slideBox .hd {
|
|
position: absolute;
|
|
width: 100%;
|
|
text-align: center;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
bottom: 0em;
|
|
right: 0;
|
|
z-index: 1;
|
|
}
|
|
|
|
.slideBox .hd li {
|
|
display: inline-block;
|
|
width: 5px;
|
|
height: 5px;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
background: #333;
|
|
text-indent: -9999px;
|
|
overflow: hidden;
|
|
margin: 0 0.2em;
|
|
}
|
|
|
|
.slideBox .hd li.on {
|
|
background: #fff;
|
|
}
|
|
|
|
.slideBox .bd {
|
|
position: relative;
|
|
z-index: 0;
|
|
width: 100%;
|
|
height: 12em;
|
|
box-sizing: border-box;
|
|
border-radius: 0.4em;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.slideBox .bd li {
|
|
position: relative;
|
|
text-align: center;
|
|
width: 100%;
|
|
height: 12em;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.slideBox .bd li img {
|
|
background: url(images/loading.gif) center center no-repeat;
|
|
border-radius: 0.4em;
|
|
vertical-align: top;
|
|
width: 100%;
|
|
height: 12em;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.slideBox .bd li a {
|
|
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
|
}
|
|
/* 去掉链接触摸高亮 */
|
|
.slideBox .bd li .tit {
|
|
display: block;
|
|
width: 100%;
|
|
position: absolute;
|
|
bottom: 0;
|
|
text-indent: 10px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
background: url(images/focusBg.png) repeat-x;
|
|
color: #fff;
|
|
text-align: left;
|
|
}
|
|
|
|
|
|
|
|
.layer, .notice-layer {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 100;
|
|
background: rgba(0, 0, 0, .5);
|
|
text-align: center;
|
|
padding: 0;
|
|
display: none;
|
|
}
|
|
|
|
.notice-layer .notice-box {
|
|
float: none;
|
|
width: 98%;
|
|
margin: 0 auto;
|
|
margin-top: 5em;
|
|
position: relative;
|
|
overflow: hidden;
|
|
background: #fff;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
|
|
.notice-box .n-tit {
|
|
width: 100%;
|
|
margin-top: 0;
|
|
height: 4rem;
|
|
position: relative;
|
|
padding: 0;
|
|
line-height: 4rem;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
color: #279f17;
|
|
font-size: 1.8rem;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.notice-box .cont {
|
|
margin: 0rem;
|
|
width: 100%;
|
|
padding: 0.8em;
|
|
height: 20rem;
|
|
overflow: hidden;
|
|
overflow-y: scroll;
|
|
box-sizing: border-box;
|
|
text-align: left;
|
|
}
|
|
|
|
.notice-box .cont p {
|
|
width: 100%;
|
|
font-size: 1.6rem;
|
|
line-height: 2.2rem;
|
|
word-wrap: break-word;
|
|
word-break: normal;
|
|
}
|
|
|
|
.notice-box .btn {
|
|
padding: .5rem 0 1.8rem;
|
|
}
|
|
|
|
.notice-box .btn div {
|
|
display: block;
|
|
width: 50%;
|
|
height: 2.8rem;
|
|
line-height: 2.8rem;
|
|
text-align: center;
|
|
color: #fff;
|
|
background: linear-gradient(to right, #6bd35d, #279f17);
|
|
margin: 0 auto;
|
|
border-radius: 15px;
|
|
font-size: 1.6rem;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.wrapper03 {
|
|
position: relative;
|
|
height: 2.2em;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
margin: 0 auto;
|
|
margin-top: 0.6em;
|
|
}
|
|
|
|
.wrapper03 .scroller {
|
|
position: absolute
|
|
}
|
|
|
|
.wrapper03 .scroller li {
|
|
height: 1rem;
|
|
color: #fff;
|
|
float: left;
|
|
height: 2.2em;
|
|
text-align: center
|
|
}
|
|
|
|
.wrapper03 .scroller li a {
|
|
color: #fff;
|
|
display: block;
|
|
height: 2.2em;
|
|
margin: 0 .5em;
|
|
padding: 0 .1em;
|
|
font-size: 1em;
|
|
}
|
|
|
|
.wrapper03 .scroller li.cur a {
|
|
color: #FEFE02;
|
|
height: 1.7em;
|
|
border-bottom: .1rem solid #FEFE02
|
|
}
|
|
</style>
|
|
<script type="text/javascript">
|
|
var userId = null;
|
|
var LoginId = null;
|
|
var CartId = null;
|
|
var t = 0;
|
|
var opentimes = null;
|
|
var navindex = 0;
|
|
var shoppic1 = null;
|
|
var myScroll = null;
|
|
var pullDown = 1; // 下拉刷新避免多次执行
|
|
var pullUp = 1; // 上拉加载避免多次执行
|
|
var downHeight = 0;
|
|
var upHeight = 0;
|
|
var isload = true;//设置是否终止滚动加载
|
|
var curScrollHeight = 0;//当前滚动位置
|
|
var curCount = 1;//计数器,防止滚动时重复执行加载下一页
|
|
var scaleFontSize = 14;
|
|
|
|
$(document).ready(function () {
|
|
userId = getlocalStorage("userId");
|
|
LoginId = getlocalStorage("LoginId");
|
|
CartId = getlocalStorage("CartId");
|
|
$(".tab a").on("click", function () {
|
|
var num = $(this).index();
|
|
$(this).addClass("on").siblings().removeClass("on");
|
|
t = num;
|
|
rdata(0);
|
|
});
|
|
rdata(0);
|
|
|
|
if (sInterval0 != null) {
|
|
clearInterval(sInterval0);
|
|
}
|
|
sInterval0 = setInterval(function () {
|
|
var Start = $("#sysnew .databox").length;
|
|
if (Start == 0) {
|
|
rdata(2);
|
|
}
|
|
}, 8000);
|
|
opentimes = setInterval(function () {
|
|
var myrefresh = getlocalStorage("ksdrefresh");
|
|
if (myrefresh != null) {
|
|
rdata(2);
|
|
clearlocalStorage("ksdrefresh");
|
|
}
|
|
}, 1000);
|
|
|
|
|
|
});
|
|
|
|
function onScroll0() {
|
|
isload = true;//设置是否终止滚动加载
|
|
curScrollHeight = 0;//当前滚动位置
|
|
curCount = 1;//计数器,防止滚动时重复执行加载下一页
|
|
$("#wrapper").scroll(function () {
|
|
var pageHeight = $("#content").height();
|
|
var showHeight = $("#wrapper").height();
|
|
var scrollHeight = $("#wrapper").scrollTop();
|
|
|
|
if (curScrollHeight - scrollHeight < 30 && curScrollHeight > 0) {
|
|
if (curCount == 1 && isload) {
|
|
|
|
|
|
rdata(3);
|
|
|
|
}
|
|
curCount++; //加载下一页后计数器+1
|
|
}
|
|
if (curScrollHeight < scrollHeight) {
|
|
curScrollHeight = pageHeight - showHeight;//滚动到页面底部时,重设当前滚动位置
|
|
curCount = 1;
|
|
}
|
|
|
|
});
|
|
}
|
|
function rdata(ag) {
|
|
|
|
|
|
userId = getlocalStorage("userId");
|
|
LoginId = getlocalStorage("LoginId");
|
|
|
|
var Start = $("#sysnew .databox").length;
|
|
if (ag != 3) {
|
|
Start = 0;
|
|
}
|
|
if (ag == 0 || ag == 3) {
|
|
$(".ajaxLoader").removeClass("uhide");
|
|
|
|
}
|
|
$.ajax({
|
|
type: 'GET',
|
|
url: "/apiajax.ashx?action=getksddata&ifweb=1&t=" + t + "&Start=" + Start + "&userId=" + (userId != null ? userId : "") + "&LoginId=" + (LoginId != null ? LoginId : ""),
|
|
dataType: "json",
|
|
success: function (data) {
|
|
if (ag == 0 || ag == 3) {
|
|
$(".ajaxLoader").addClass("uhide");
|
|
}
|
|
if (data) {
|
|
|
|
if (data.status == '1') {
|
|
|
|
rdatato(ag, data);
|
|
|
|
} else {
|
|
tishi3(data.msg);
|
|
if (data.msg == "您未登录") {
|
|
clearlocalStorage("userId");
|
|
clearlocalStorage("LoginId");
|
|
}
|
|
}
|
|
} else {
|
|
|
|
tishi3("读取数据错误0");
|
|
}
|
|
},
|
|
error: function (xhr, type) {
|
|
tishi3("读取数据错误");
|
|
}
|
|
});
|
|
|
|
}
|
|
function rdatato(ag, data) {
|
|
var Start = $("#sysnew .databox").length;
|
|
if (ag != 3) {
|
|
Start = 0;
|
|
}
|
|
$(".more_box").html("");
|
|
|
|
var html = "";
|
|
if (Start == 0 && (ag == 0 || ag == 1)) {
|
|
$("#fil-count0").html(data.userInfo.ksdye);
|
|
$("#fil-count1").html(data.jyjg);
|
|
$("#mcjg").html(data.jyjg);
|
|
$("#jysxf").html(data.userInfo.jysxf + "%");
|
|
getje();
|
|
}
|
|
html = '';
|
|
if (data.data.length > 0) {
|
|
for (i = 0; i < data.data.length; i++) {
|
|
var bifshow = 0;
|
|
if (ag == 3) {
|
|
if ($("#databox_" + data.data[i].id).length == 0) {
|
|
bifshow = 1;
|
|
}
|
|
} else {
|
|
bifshow = 1;
|
|
}
|
|
if (bifshow == 1) {
|
|
|
|
html += addMsg(data.data[i]);
|
|
|
|
}
|
|
}
|
|
|
|
if (ag != 3) {
|
|
$("#sysnew").html(html);
|
|
if (ag == 0 || ag == 1) {
|
|
onScroll0();
|
|
}
|
|
} else {
|
|
$("#sysnew").append(html);
|
|
}
|
|
$(".more_box").html("");
|
|
|
|
} else {
|
|
isload = false;
|
|
if (ag != 3) {
|
|
|
|
$('#sysnew').html(html);
|
|
}
|
|
if (Start > 0) {
|
|
if (Start > 10) {
|
|
$(".more_box").html("亲!找不到更多了");
|
|
}
|
|
} else {
|
|
|
|
$(".more_box").html("暂无信息");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (data.iflogin == 2) {
|
|
clearlocalStorage("userId");
|
|
clearlocalStorage("LoginId");
|
|
}
|
|
else if (data.iflogin == 1) {
|
|
setlocalStorage("userinfo", JSON.stringify(data.userInfo));
|
|
if (data.CloseEnable != null) {
|
|
if (data.CloseEnable == "1") {
|
|
clearlocalStorage("userId");
|
|
clearlocalStorage("LoginId");
|
|
api.openWin("login", "/");
|
|
}
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
function addMsg(param) {
|
|
|
|
var html = '<div class="mybalance-item databox" id="databox_' + param.id + '">';
|
|
html += '<div class="Total">';
|
|
html += '<div>' + param.BZContent + '</div>';
|
|
html += '<div class="right"><span>' + param.Addmoney + '</span></div>';
|
|
html += '</div>';
|
|
html += '<div class="Total0">';
|
|
html += '<div>' + judgetime(param.addtime) + '</div>';
|
|
html += '</div>';
|
|
html += '</div>';
|
|
html += '<div class="clear"></div>';
|
|
return html;
|
|
}
|
|
|
|
|
|
function getje() {
|
|
var je = fTrim($("#mcnum").val());
|
|
var jg = fTrim($("#mcjg").html());
|
|
if (je != "" && jg!="") {
|
|
var sjnum = parseFloat((parseFloat(je) * parseFloat(jg)).toFixed(2));
|
|
var jysxf = (parseFloat($("#jysxf").html().replace("%", "")) / 100 * sjnum);
|
|
sjnum = parseFloat((sjnum - jysxf).toFixed(2));
|
|
$("#mcsjnum").html("" + sjnum);
|
|
|
|
ifyzm = 0;
|
|
}
|
|
}
|
|
function qymj() {
|
|
var ifb = true;
|
|
var id = fTrim($("#txtid").val());
|
|
var pwd = fTrim($('#txtpwd').val());
|
|
var code = "";
|
|
if (ifyzm == 1) {
|
|
code = fTrim($('#usercode').val());
|
|
if (ifb) {
|
|
if (code == "") {
|
|
tishi3("验证码不能为空!");
|
|
$("#usercode").focus();
|
|
ifb = false;
|
|
}
|
|
}
|
|
}
|
|
if (ifb) {
|
|
if (pwd == "") {
|
|
tishi3("安全密码不能为空!");
|
|
$("#txtpwd").focus();
|
|
ifb = false;
|
|
}
|
|
}
|
|
if (ifb) {
|
|
if ($("#btntj1").val() != "确认") {
|
|
ifb = false;
|
|
}
|
|
}
|
|
if (ifb) {
|
|
$("#btntj1").attr("disabled");
|
|
$("#btntj1").val("请稍候...");
|
|
|
|
try {
|
|
var datas = {
|
|
action: "qymj",
|
|
userId: userId,
|
|
LoginId: LoginId,
|
|
pwd: pwd,
|
|
code: code,
|
|
id: id
|
|
};
|
|
$.ajax({
|
|
type: 'POST',
|
|
url: "/apiajax.ashx?ifweb=1",
|
|
data: datas,
|
|
dataType: "json",
|
|
error: function (xhr) {
|
|
tishi3("发生错误:" + JSON.stringify(xhr));
|
|
},
|
|
success: function (data) {
|
|
|
|
$("#btntj1").removeAttr("disabled");
|
|
$("#btntj1").val("确认");
|
|
if (data) {
|
|
if (data.status == 1) {
|
|
tishi3(data.msg);
|
|
$('#txtje').val("");
|
|
setlocalStorage("userinfo", JSON.stringify(data.userInfo));
|
|
hideshowthjto(1);
|
|
hideshowthjto(2);
|
|
rdata();
|
|
ifyzm = 0;
|
|
onlink("yydd_view.html?id=" + id);
|
|
} if (data.status == 0) {
|
|
tishi3(data.msg);
|
|
if (data.msg == "请先修改安全密码!") {
|
|
var closeInterval = setInterval(function () {
|
|
onlink("editpwd.html?t=1");
|
|
layer.closeAll();
|
|
clearInterval(closeInterval);
|
|
}, 500);
|
|
}
|
|
if (data.msg == "请先绑定支付!") {
|
|
var closeInterval = setInterval(function () {
|
|
onlink("mybindpay.html");
|
|
layer.closeAll();
|
|
clearInterval(closeInterval);
|
|
}, 500);
|
|
}
|
|
if (data.msg == "必须先验证手机号码!") {
|
|
var closeInterval = setInterval(function () {
|
|
showbox(2);
|
|
$("#userphone").val(data.phone);
|
|
ifyzm = 1;
|
|
hideshowthjto(1);
|
|
layer.closeAll();
|
|
clearInterval(closeInterval);
|
|
}, 500);
|
|
}
|
|
}
|
|
} else {
|
|
tishi3('网络异常,请稍后重试');
|
|
}
|
|
}
|
|
});
|
|
} catch (err) {
|
|
tishi3(err);
|
|
}
|
|
}
|
|
|
|
}
|
|
function qymc() {
|
|
var ifb = true;
|
|
var je = fTrim($("#mcnum").val());
|
|
var pwd = fTrim($('#txtpwd0').val());
|
|
var code = "";
|
|
if (ifyzm == 1) {
|
|
code = fTrim($('#usercode').val());
|
|
if (ifb) {
|
|
if (code == "") {
|
|
tishi3("验证码不能为空!");
|
|
$("#usercode").focus();
|
|
ifb = false;
|
|
}
|
|
}
|
|
}
|
|
if (ifb) {
|
|
if (je == "") {
|
|
tishi3("卖出数量不能为空!");
|
|
$("#txtje").focus();
|
|
ifb = false;
|
|
}
|
|
}
|
|
if (ifb) {
|
|
if (pwd == "") {
|
|
tishi3("安全密码不能为空!");
|
|
$("#txtpwd").focus();
|
|
ifb = false;
|
|
}
|
|
}
|
|
if (ifb) {
|
|
if ($("#btntj").val() != "确认") {
|
|
ifb = false;
|
|
}
|
|
}
|
|
if (ifb) {
|
|
$("#btntj").attr("disabled");
|
|
$("#btntj").val("请稍候...");
|
|
|
|
try {
|
|
var datas = {
|
|
action: "qymc",
|
|
userId: userId,
|
|
LoginId: LoginId,
|
|
pwd: pwd,
|
|
code: code,
|
|
je: je
|
|
};
|
|
$.ajax({
|
|
type: 'POST',
|
|
url: "/apiajax.ashx?ifweb=1",
|
|
data: datas,
|
|
dataType: "json",
|
|
error: function (xhr) {
|
|
tishi3("发生错误:" + JSON.stringify(xhr));
|
|
},
|
|
success: function (data) {
|
|
|
|
$("#btntj").removeAttr("disabled");
|
|
$("#btntj").val("确认");
|
|
if (data) {
|
|
if (data.status == 1) {
|
|
tishi3(data.msg);
|
|
$('#txtje').val("");
|
|
setlocalStorage("userinfo", JSON.stringify(data.userInfo));
|
|
hideshowthjto(0);
|
|
hideshowthjto(2);
|
|
ifyzm = 0;
|
|
rdata(0);
|
|
} if (data.status == 0) {
|
|
tishi3(data.msg);
|
|
if (data.msg == "请先修改安全密码!") {
|
|
var closeInterval = setInterval(function () {
|
|
onlink("editpwd.html?t=1");
|
|
layer.closeAll();
|
|
clearInterval(closeInterval);
|
|
}, 500);
|
|
}
|
|
if (data.msg == "请先绑定支付!") {
|
|
var closeInterval = setInterval(function () {
|
|
onlink("mybindpay.html");
|
|
layer.closeAll();
|
|
clearInterval(closeInterval);
|
|
}, 500);
|
|
}
|
|
if (data.msg == "必须先验证手机号码!") {
|
|
var closeInterval = setInterval(function () {
|
|
showbox(2);
|
|
$("#userphone").val(data.phone);
|
|
ifyzm = 1;
|
|
hideshowthjto(0);
|
|
layer.closeAll();
|
|
clearInterval(closeInterval);
|
|
}, 500);
|
|
}
|
|
}
|
|
} else {
|
|
tishi3('网络异常,请稍后重试');
|
|
}
|
|
}
|
|
});
|
|
} catch (err) {
|
|
tishi3(err);
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
function showhtml(index) {
|
|
navindex = index;
|
|
var h = 0;
|
|
if (navindex == 0) {
|
|
$("#index_content").css("display", "block");
|
|
$("#index_content0").css("display", "none");
|
|
h = $("#index_content").height();
|
|
} else {
|
|
$("#index_content0").css("display", "block");
|
|
$("#index_content").css("display", "none");
|
|
getlist(1);
|
|
h = $("#index_content0").height();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
function onread(id) {
|
|
onlink("news_details.html?id=" + id);
|
|
}
|
|
|
|
function showbox(type) {
|
|
$("#showthjto" + type).removeClass("uhide");
|
|
}
|
|
function hideshowthjto(type) {
|
|
$("#showthjto" + type).addClass("uhide");
|
|
}
|
|
function stopPropagation(e) {
|
|
if (e.stopPropagation)
|
|
e.stopPropagation();
|
|
else
|
|
e.cancelBubble = true;
|
|
}
|
|
function onksd() {
|
|
userId = getlocalStorage("userId");
|
|
LoginId = getlocalStorage("LoginId");
|
|
if (userId != null) {
|
|
onlink("http://www.ksd2023.com/?userId=" + userId + "&LoginId=" + LoginId + "&app=" + ifapp);
|
|
} else {
|
|
onlink("/");
|
|
}
|
|
}
|
|
|
|
</script>
|
|
</head>
|
|
|
|
<body class="wrap" style="background: url(../image/headbg.png) no-repeat 0 0; background-size:100% 8em;">
|
|
<header style="background:none;">
|
|
<div class="ub">
|
|
<!--<div class="nav-btn" id="nav-left" style=" margin:0; padding:0; min-width:8.8em">
|
|
|
|
<img src="/image/header_logo.png" style="margin-left:0.8em; margin-top:0.9em; height:2em;width:8em;" />
|
|
|
|
|
|
</div>-->
|
|
<h1 class="ub-f1">KSD</h1>
|
|
<!-- <div class="nav-btn blue" id="nav-right" style=" margin:0; padding:0; min-width:3.5em">
|
|
<div class="msgbox" onclick="onlink('message.html')">
|
|
<span class="msgbox_ico"></span>
|
|
<span class="yuanquan_maxbox hover" id="MsgCount">0</span>
|
|
</div>
|
|
|
|
</div>-->
|
|
</div>
|
|
|
|
|
|
</header>
|
|
<section class="ub-f1" id="wrapper">
|
|
<div id="content" class="ub ub-ver" style="padding:0 0.8em;">
|
|
|
|
|
|
|
|
<div class="nav2_box">
|
|
<ul class="nav2">
|
|
<li>
|
|
<div>
|
|
<div>可用KSD</div><span id="fil-count0">0</span>
|
|
<div class="mybtn ksdbtn" onclick='onloginlink("zhuanzhang.html?t=5")'>赠送</div>
|
|
<div class="mybtn ksdbtn" onclick='onloginlink("zhuanhuan.html?t=3")'>划转</div>
|
|
<div class="mybtn ksdbtn" onclick='onloginlink("chongzhi.html")'>转入</div>
|
|
<div class="mybtn ksdbtn" onclick='onloginlink("tixian.html?t=1")'>转出</div>
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<div>
|
|
<div>参考价</div><span id="fil-count1">0</span>
|
|
<div class="mybtn" onclick='onloginlink("zhuanchu.html")'>转到OTC交易</div>
|
|
</div>
|
|
</li>
|
|
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="logs_box" style="margin-top:0.8em;">
|
|
<div class="tab flex-around">
|
|
<a class="on">全部</a>
|
|
<a>收入</a>
|
|
<a>支出</a>
|
|
</div>
|
|
<div class="ub ub-ver" id="sysnew" style="padding:0.8em 0"></div>
|
|
|
|
<div class="clear"></div>
|
|
<div class="more_box"></div>
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</section>
|
|
<footer style="">
|
|
<!--overflow:hidden;box-sizing:border-box;-->
|
|
<div class="ub">
|
|
<div class="pos_re ub ub-f1 footer-box">
|
|
<div id="index_1" class="ub-f1 ub ub-ver" onclick='onloginlink("/mobile/")'>
|
|
<div class="ub-img5 icon"></div>
|
|
<div class="uinn-a13 tx-c">
|
|
任务
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="pos_re ub ub-f1 footer-box">
|
|
<div id="index_0" class="ub-f1 ub ub-ver" onclick='onloginlink("dvideo.html")'>
|
|
<div class="ub-img5 icon"></div>
|
|
<div class="uinn-a13 tx-c">
|
|
短视频
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!--<div class="pos_re ub ub-f1 footer-box" onclick='tishi3("正在建设中...")'>
|
|
<div class="footer-center-box">
|
|
<img src="/image/center.png?t=2">
|
|
</div>
|
|
</div>-->
|
|
<div class="pos_re ub ub-f1 footer-box">
|
|
<div id="index_3" class="ub-f1 ub ub-ver" onclick='onloginlink("ksd.html")'>
|
|
<div class="ub-img5 icon icon_act"></div>
|
|
<div class="uinn-a13 uinn-a13-hover tx-c">
|
|
KSD
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="pos_re ub ub-f1 footer-box">
|
|
<div id="index_2" class="ub-f1 ub ub-ver " onclick='onloginlink("shop.html")'>
|
|
<div class="ub-img5 icon"></div>
|
|
<div class="uinn-a13 tx-c">
|
|
商城
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
<div class="ajaxLoader ub ub-ac uhide" onclick="reload()">
|
|
<div class="ub ub-ac ub-ver"><img src="/image/load.gif" /><br>正在加载...</div>
|
|
</div>
|
|
|
|
<div class="showthjto uhide" id="showthjto0" onclick='hideshowthjto(0);'>
|
|
<div class="showthjto_box" onclick="stopPropagation(event)">
|
|
<h3><span>用户服务协议和隐私政策</span><!--<span class="close" onclick='hideshowthjto(0);'>X</span>--></h3>
|
|
|
|
<div class="ub ub-ac" id="showthjto_body" style="background-color: #FFFFFF; color:#848484; margin-bottom: .08em; padding:0.8em 0;">
|
|
请您务必审慎阅读、充分理解<span class="blue" onclick="onread(341)">《用户服务协议》</span>和<span class="blue" onclick="onread(141107)">《隐私政策》</span>各条款,
|
|
包括但不限于:为了更好的向您提供服务,我们需要收集您的设备标识、操作日志等信息用于分析、优化应用性能。您可阅读
|
|
<span class="blue" onclick="onread(341)">《用户服务协议》</span>和<span class="blue" onclick="onread(141107)">《隐私政策》</span>了解详细信息。如果您同意,请点击
|
|
下面按钮开始接受我们的服务。
|
|
</div>
|
|
|
|
<div class="ub ub-ac ub-pc btn_box">
|
|
|
|
<input type="button" class="mybtn hovered" id="btnqx" onclick='hideshowthjto(0);' value="取消" />
|
|
<input type="button" class="mybtn" id="btntj" onclick="setreadprivacy()" value="确认" />
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="showthjto uhide" id="showthjto1">
|
|
<span class="showthjto_box" onclick="stopPropagation(event)">
|
|
<h3><span>确认购买</span><span class="close" onclick='hideshowthjto(1);'><img src="../image/close.png" /></span></h3>
|
|
|
|
<div class="ub ub-ver">
|
|
<div class="ub ub-ac">
|
|
<div class="ub font_box" style="padding:0.8em 0em;width:6em;">
|
|
参数
|
|
</div>
|
|
|
|
<div class="ub ub-f1 input_box" id="mjjg" style="padding-top:0.4em;">
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div class="ub ub-ac">
|
|
<div class="ub font_box" style="padding:0.8em 0em;width:6em;">
|
|
购买数量
|
|
</div>
|
|
|
|
<div class="ub ub-f1 input_box" id="mjnum" style="padding-top:0.4em;">
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div class="ub ub-ac">
|
|
<div class="ub font_box" style="padding:0.8em 0em;width:6em;">
|
|
实际到账
|
|
</div>
|
|
|
|
<div class="ub ub-f1 input_box" id="mjsjnum" style="padding-top:0.4em;">
|
|
|
|
</div>
|
|
</div>
|
|
<div class="ub ub-ac">
|
|
<div class="ub font_box" style="padding:0.8em 0em;width:6em;">
|
|
安全密码
|
|
</div>
|
|
|
|
<div class="ub ub-f1 input_box" style="">
|
|
<input type="password" id="txtpwd" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="ub ub-ac ub-pc btn_box">
|
|
<input type="button" class="mybtn hovered" id="btnqx1" onclick='hideshowthjto(1);' value="取消" />
|
|
<input type="button" class="mybtn" id="btntj1" onclick="qymj()" value="确认" />
|
|
|
|
|
|
</div>
|
|
<input type="hidden" id="txtid" />
|
|
|
|
</div>
|
|
<div class="showthjto uhide" id="showthjto2">
|
|
<div class="showthjto_box" onclick="stopPropagation(event)">
|
|
<h3><span class="title">手机号码验证</span><span class="close" onclick='hideshowthjto(2);'><img src="../image/close.png" /></span></h3>
|
|
<div class="ub ub-ac" style="margin-top: .4em;" id="phone_box">
|
|
<div class="ub font_box" id="phone_title" style="padding:0.8em 0em;width:6em;">
|
|
您的手机号
|
|
</div>
|
|
|
|
<div class=" ub-f1 input_box">
|
|
<input id="userphone" type="text" disabled value="" style=" border:0;" />
|
|
|
|
</div>
|
|
</div>
|
|
<div class="ub ub-ac" style="margin-top: .4em;" id="yzm_box">
|
|
<div class="ub font_box" id="phonesms_title" style="padding:0.8em 0em;width:6em;">
|
|
手机验证码
|
|
</div>
|
|
<div class="ub ub-f1 input_box" style="background-color: #F0F0F0; border-radius: .4em; ">
|
|
<div class="ub-f1">
|
|
<input id="usercode" type="text" style="border-radius: 0.4em 0 0 0.4em; " />
|
|
</div>
|
|
<div class="ub" style="width: 7.5em; background-color: #fff;border:1px solid #dfdfdf; border-radius: 0 0.4em 0.4em 0;box-sizing:border-box; ">
|
|
<input id="getcode" type="button" style="width:100%;margin:0;height:100%;border:0;background:none; border-radius: 0 0.4em 0.4em 0;" value="获取验证码" onclick="getcode()" />
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="ub ub-ac ub-pc btn_box" style="margin-bottom: .8em;">
|
|
<input type="button" class="btntj mybtn hovered" id="btnqx" onclick='hideshowthjto(2);' value="取消" />
|
|
<input type="button" class="btntj mybtn" id="btntj" onclick='qymj()' value="确认" />
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div class="showthjto uhide" id="showthjto3">
|
|
<span class="showthjto_box" onclick="stopPropagation(event)">
|
|
<h3><span>确认转赠</span><span class="close" onclick='hideshowthjto(3);'><img src="../image/close.png" /></span></h3>
|
|
|
|
<div class="ub ub-ver">
|
|
<div class="ub ub-ac">
|
|
<div class="ub font_box" style="padding:0.8em 0em;width:6em;">
|
|
参考价
|
|
</div>
|
|
|
|
<div class="ub ub-f1 input_box" id="mcjg" style="padding-top:0.4em;">
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div class="ub ub-ac">
|
|
<div class="ub font_box" style="padding:0.8em 0em;width:6em;">
|
|
交易手续费
|
|
</div>
|
|
|
|
<div class="ub ub-f1 input_box" id="jysxf" style="padding-top:0.4em;">
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div class="ub ub-ac">
|
|
<div class="ub font_box" style="padding:0.8em 0em;width:6em;">
|
|
卖出数量
|
|
</div>
|
|
|
|
<div class="ub ub-f1 input_box" style="padding-top:0.4em;">
|
|
<input type="text" id="mcnum" onblur="getje()" onkeydown="getje()" onkeyup="getje()" />
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="ub ub-ac">
|
|
<div class="ub font_box" style="padding:0.8em 0em;width:6em;">
|
|
实际到账
|
|
</div>
|
|
|
|
<div class="ub ub-f1 input_box" id="mcsjnum" style="padding-top:0.4em;">
|
|
|
|
</div>
|
|
</div>
|
|
<div class="ub ub-ac">
|
|
<div class="ub font_box" style="padding:0.8em 0em;width:6em;">
|
|
安全密码
|
|
</div>
|
|
|
|
<div class="ub ub-f1 input_box" style="">
|
|
<input type="password" id="txtpwd0" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="ub ub-ac ub-pc btn_box">
|
|
<input type="button" class="mybtn hovered" id="btnqx" onclick='hideshowthjto(3);' value="取消" />
|
|
<input type="button" class="mybtn" id="btntj" onclick="qymc()" value="确认" />
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|