This commit is contained in:
parent
b6004caab7
commit
43f2d0ed9d
3
App.vue
3
App.vue
|
@ -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{
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue