Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
A
az-uniapp-wechat-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李智书
az-uniapp-wechat-web
Commits
ebfd5ec1
Commit
ebfd5ec1
authored
Sep 16, 2021
by
符伟
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
https://git.xiaopay.net/lizhishu/az-uniapp-wechat-web
into dev
parents
b25475ee
a7fd8a12
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
34 additions
and
30 deletions
+34
-30
pages/AgreementICBC/personal/main.vue
pages/AgreementICBC/personal/main.vue
+9
-9
pages/AgreementXZF/rule/main.vue
pages/AgreementXZF/rule/main.vue
+1
-1
pages/IcbcModule/Recharge/Recharge.vue
pages/IcbcModule/Recharge/Recharge.vue
+8
-4
pages/IcbcModule/Reflect/Reflect.vue
pages/IcbcModule/Reflect/Reflect.vue
+15
-15
template.h5.html
template.h5.html
+1
-1
No files found.
pages/AgreementICBC/personal/main.vue
View file @
ebfd5ec1
This diff is collapsed.
Click to expand it.
pages/AgreementXZF/rule/main.vue
View file @
ebfd5ec1
...
...
@@ -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"
>
...
...
pages/IcbcModule/Recharge/Recharge.vue
View file @
ebfd5ec1
...
...
@@ -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:
50
0px) {
@media (min-height:
65
0px) {
.bottomdiv {
position: fixed;
left: 0;
...
...
pages/IcbcModule/Reflect/Reflect.vue
View file @
ebfd5ec1
...
...
@@ -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,16 +215,16 @@
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
})
}
...
...
@@ -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
})
},
...
...
template.h5.html
View file @
ebfd5ec1
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment