首页标题

This commit is contained in:
仲么了
2023-08-03 14:51:36 +08:00
parent f798c64930
commit 192bd44c7a
28 changed files with 246 additions and 174 deletions

View File

@@ -361,7 +361,7 @@ export default {
console.log(res)
this.$util.toast('提交成功')
setTimeout(() => {
uni.navigateBack({ delta: 1 })
uni.navigateBack({ delta: 2 })
}, 1500)
})
},
@@ -378,7 +378,7 @@ export default {
justify-content: center;
margin: 80rpx auto 0;
width: 320rpx;
background: $uni-theme-blue;
background: $uni-theme-color;
color: #fff;
height: 80rpx;
border-radius: 12rpx;
@@ -422,7 +422,7 @@ export default {
width: 100%;
height: 100%;
box-sizing: border-box;
border: 8rpx solid $uni-theme-blue;
border: 8rpx solid $uni-theme-color;
// background: rgba(3, 3, 3, .5);
}
@@ -437,7 +437,7 @@ export default {
align-items: center;
justify-content: center;
flex: 1;
background: $uni-theme-blue;
background: $uni-theme-color;
color: #fff;
height: 80rpx;
border-radius: 12rpx;