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; // background-color: #f7f7f7 !important;
// } // }
page { page {
background-color: #FFFFFF; height: 100%;
background-color: #f7f7f7;
color: #343546; color: #343546;
} }
/deep/uni-tabbar .uni-tabbar__icon.uni-tabbar__icon__diff{ /deep/uni-tabbar .uni-tabbar__icon.uni-tabbar__icon__diff{

View File

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

View File

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