fix(uniapp): 资产页背景恢复与提现提示文案

- assets: 页面背景改为 #f4f5f7 并恢复柔和顶部渐变
- user_cash: 提现提示文案去除“公排退款”限定

Made-with: Cursor
This commit is contained in:
apple
2026-03-31 15:58:24 +08:00
parent 752ea4c54b
commit 1b4e69cd83
2 changed files with 4 additions and 4 deletions

View File

@@ -221,12 +221,12 @@ export default {
<style scoped lang="scss">
.hjf-assets-page {
min-height: 100vh;
background-color: #db5d02;
background-color: #f4f5f7;
padding-bottom: 60rpx;
}
.assets-wrapper {
// background: linear-gradient(180deg, rgba(233, 51, 35, 0.18) 0%, rgba(247, 107, 28, 0.08) 45%, #f4f5f7 75%);
background: linear-gradient(180deg, rgba(233, 51, 35, 0.18) 0%, rgba(247, 107, 28, 0.08) 45%, #f4f5f7 75%);
padding-bottom: 4rpx;
}