Commit 9fa31bdc by 展昭

update

parent 17ef2724
...@@ -39,11 +39,8 @@ export default { ...@@ -39,11 +39,8 @@ export default {
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
.iosStyle {
@supports (padding-top: constant(safe-area-inset-top)) { padding-top: constant(safe-area-inset-top);
.iosStyle {
padding-top: constant(safe-area-inset-top);
}
} }
.header-warp { .header-warp {
......
...@@ -173,7 +173,7 @@ export default { ...@@ -173,7 +173,7 @@ export default {
currentPerId: 0, currentPerId: 0,
currentPerName: "", currentPerName: "",
period: [{ name: "" }], period: [{ name: "" }],
payUrl:'', payUrl: "",
data: { data: {
balance: 0, balance: 0,
waitPay: 0, waitPay: 0,
...@@ -232,9 +232,16 @@ export default { ...@@ -232,9 +232,16 @@ export default {
"savePerBeginDate", "savePerBeginDate",
"loadPayUrl" "loadPayUrl"
]), ]),
toPay(){ toPay() {
let payUrl = let payUrl =
this.payUrl + "&accountType=1&payType=3&selected=1&failUrl=" + encodeURIComponent('https://pay.qinqinxiaobao.com/callback/fail') + "&successUrl="+ encodeURIComponent('https://pay.qinqinxiaobao.com/callback/success') +"" + "&periodId=" + this.currentPerId; this.payUrl +
"&accountType=1&payType=3&selected=1&failUrl=" +
encodeURIComponent("https://pay.qinqinxiaobao.com/callback/fail") +
"&successUrl=" +
encodeURIComponent("https://pay.qinqinxiaobao.com/callback/success") +
"" +
"&periodId=" +
this.currentPerId;
window.open(payUrl); window.open(payUrl);
}, },
toPage(flag) { toPage(flag) {
...@@ -480,6 +487,7 @@ export default { ...@@ -480,6 +487,7 @@ export default {
.header_content { .header_content {
height: 122px; height: 122px;
.fund { .fund {
margin-top: constant(safe-area-inset-top);
width: 50%; width: 50%;
float: left; float: left;
} }
......
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 sign in to comment