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