This commit is contained in:
Mr.jiang 2024-06-25 10:50:05 +08:00
parent b6004caab7
commit 43f2d0ed9d
3 changed files with 11 additions and 6 deletions

View File

@ -490,7 +490,8 @@
// background-color: #f7f7f7 !important;
// }
page {
background-color: #FFFFFF;
height: 100%;
background-color: #f7f7f7;
color: #343546;
}
/deep/uni-tabbar .uni-tabbar__icon.uni-tabbar__icon__diff{

View File

@ -689,10 +689,10 @@
uni.showToast({
title: '支付成功!'
});
const div = document.createElement('div')
div.innerHTML = res.data //form
document.body.appendChild(div)
document.forms[0].submit()
// const div = document.createElement('div')
// div.innerHTML = res.data //form
// document.body.appendChild(div)
// document.forms[0].submit()
// setTimeout(d => {
// uni.navigateBack(1)

View File

@ -808,8 +808,12 @@
font-size: 24upx;
text-align: center;
}
/deep/uni-page-body{
height: 100%;
background-color: #F7F7F7;
}
page {
height: 100%;
background-color: #F7F7F7;
}