修改首页

This commit is contained in:
2026-02-08 17:26:51 +08:00
parent 3676313439
commit fb33e5a1f6
7 changed files with 705 additions and 273 deletions

View File

@ -96,11 +96,11 @@
title: '提交成功',
duration: 2000
});
uni.switchTab({
url: '/pages/index'
});
}
}).finally(() => this.loading = false)
uni.switchTab({
url: '/pages/ticket/list'
});
}
}).finally(() => this.loading = false)
},
// 获取上传状态
@ -211,4 +211,4 @@
.submit-button {
font-size: 28rpx;
}
</style>
</style>