Commit ebfd5ec1 authored by 符伟's avatar 符伟
parents b25475ee a7fd8a12
This diff is collapsed.
......@@ -156,7 +156,7 @@
<div class="t bold">七、我们如何保护未成年人的信息</div>
<p>1.我们期望监护人(比如未成年人的父母)指导未成年人使用我们的服务。我们将根据国家相关法律法规的规定保护未成年人的信息的保密性及安全性。</p>
<p>2.如您为未满14周岁的未成年人,建议请您的监护人阅读本政策,并在征得您监护人的书面同意的前提下使用我们的服务或向我们提供您的信息。对于经监护人同意而收集您的信息的情况,我们只会在受到法律允许、您的监护人明确同意或者保护您的权益所必要的情况下使用或公开披露此信息。如您的监护人不同意您按照本政策使用我们的服务或向我们提供信息,请您立即终止使用我们的服务并及时通知我们,以便我们采取相应的措施。</p>
<p>3.如您为未成年人的监护人,当您对您所监护的未成年人的信息处理存在疑问时,请通过上文中第五款第5项的联系方式联系我们。更多详情,敬请查阅《笑脸校园未成年人个人信息保护规则》。</p>
<p>3.如您为未成年人的监护人,当您对您所监护的未成年人的信息处理存在疑问时,请通过上文中第五款第5项的联系方式联系我们。更多详情,敬请查阅《校智付未成年人个人信息保护规则》。</p>
</div>
<div class="paragraph">
......
......@@ -436,6 +436,10 @@
return false
}
uni.showLoading({
mask: true,
title: "处理中......"
})
$.ajax({
url: gHost + '/bank-wechat/icbc/account/exchange/recharge',
type: "POST",
......@@ -453,7 +457,7 @@
'sessionid': sessionID,
},
success: function(res5) {
loading.clear();
uni.hideLoading()
if (res5.code == "10000") {
this_.close();
wx.showModal({
......@@ -466,7 +470,7 @@
}
},
error: function(err) {
loading.clear();
uni.hideLoading()
},
});
},
......@@ -507,7 +511,7 @@
} else {
uni.showModal({
title: "系统提示",
content: appStatus == '1' ? '申请已受理' : '申请失败'
content: appStatus == '1' ? '申请已受理' : res5.message
})
}
} else {
......@@ -1082,7 +1086,7 @@
}
@media (min-height: 500px) {
@media (min-height: 650px) {
.bottomdiv {
position: fixed;
left: 0;
......
......@@ -20,7 +20,7 @@
每日仅可提现一次,请明日再来。
</view>
<view class="bottomdiv">
<view class="DepositID" @click="toDeposit(0)" v-bind:style="Money!=''?'':'opacity: 0.5 !important;'">
<view class="DepositID" @click="toDeposit(0)" v-bind:style="inputOtherM>0?'':'opacity: 0.5 !important;'">
<span>提现</span>
</view>
<view class="switchbankCard" @click="BackToMini('TxHistory')">提现记录</view>
......@@ -99,11 +99,11 @@
let this_ = this
this.inputOtherM = this.cardBalanceTx * 1
this.$nextTick(function() {
if (this_.inputOtherM == '' || this_.inputOtherM * 1 < 3) {
$('.DepositID').attr('style', 'background: rgb(230, 230, 230) !important;');
} else {
$('.DepositID').removeAttr('style');
}
// if (this_.inputOtherM == '' || this_.inputOtherM * 1 < 3) {
// $('.DepositID').attr('style', 'background: rgb(230, 230, 230) !important;');
// } else {
// $('.DepositID').removeAttr('style');
// }
})
},
//查询一类卡绑定列表
......@@ -215,19 +215,19 @@
loading.hide();
if (res5.code == "10000") {
let appStatus = res5.results.appStatus;
if(appStatus == '4'){
if (appStatus == '4') {
uni.showModal({
title: "系统提示",
content: "提现成功!"
})
uni.navigateBack({})
}else{
} else {
uni.showModal({
title: "系统提示",
content: appStatus == '1' ? '申请已受理' : '申请失败'
content: appStatus == '1' ? '申请已受理' : res5.message
})
}
} else {
weui.topTips(res5.message)
uni.showModal({
......@@ -252,11 +252,11 @@
obj.value = obj.value.replace(".", "$#$").replace(/\./g, "").replace("$#$", "."); //只允许输入一个小数点
obj.value = obj.value.replace(/^(\-)*(\d+)\.(\d\d).*$/, '$1$2.$3'); //只能输入两个小数
obj.value = obj.value * 1 > 2000 ? 2000 : obj.value;
if (obj.value == '' || obj.value * 1 < 3) {
$('.DepositID').attr('style', 'background: rgb(230, 230, 230) !important;');
} else {
$('.DepositID').removeAttr('style');
}
// if (obj.value == '' || obj.value * 1 < 3) {
// $('.DepositID').attr('style', 'background: rgb(230, 230, 230) !important;');
// } else {
// $('.DepositID').removeAttr('style');
// }
this_.inputOtherM = obj.value
})
},
......
......@@ -24,7 +24,7 @@
<script src="//cdn.bootcdn.net/ajax/libs/clipboard.js/2.0.6/clipboard.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/eruda" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
eruda.init();
// eruda.init();
</script>
</head>
<body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment