页面修改

This commit is contained in:
zmj 2023-11-18 13:34:18 +08:00
parent 6f34382e75
commit eca744e099
2 changed files with 6 additions and 1 deletions

View File

@ -355,9 +355,10 @@
order_sn: sn
}).then((res, err) => {
this.showToast = true
this.subNVue.show(300)
setTimeout(() => {
this.subNVue.show(300)
this.showToast = false
this.subNVue.hide()
uni.navigateBack()
}, 1000)
}).catch(err => {

View File

@ -575,4 +575,8 @@
font-size: 35.05rpx;
}
}
.slot-content {
padding-left: 155rpx;
}
</style>