暂时提交

This commit is contained in:
2026-07-24 10:46:00 +08:00
parent 070f3bab4f
commit 9bf70e785e
15 changed files with 1133 additions and 630 deletions

View File

@@ -86,7 +86,7 @@
},
async onShow() {
try {
await this.$checkToken(this.$getToken())
// await this.$checkToken(this.$getToken())
this.fetchContractList()
} catch (e) {
return
@@ -259,7 +259,7 @@
.submit-btn {
width: 100%;
height: 80rpx;
background: linear-gradient(90deg, #FF6F63 0%, #FB392A 100%);
background: #0088FE;
border-radius: 10rpx;
color: #ffffff;
font-size: 32rpx;