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"> <style scoped lang="scss">
.hjf-assets-page { .hjf-assets-page {
min-height: 100vh; min-height: 100vh;
background-color: #db5d02; background-color: #f4f5f7;
padding-bottom: 60rpx; padding-bottom: 60rpx;
} }
.assets-wrapper { .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; padding-bottom: 4rpx;
} }

View File

@@ -167,7 +167,7 @@
说明: <text class="num">每笔佣金的冻结期为{{userInfo.broken_day}}到期后可提现</text> 说明: <text class="num">每笔佣金的冻结期为{{userInfo.broken_day}}到期后可提现</text>
</view> </view>
<view class='tip tip-warning'> <view class='tip tip-warning'>
温馨提示: <text class="num">公排退款提现需收取 <text class="fee">{{withdraw_fee}}%</text> 手续费实际到账金额以扣除手续费后为准</text> 温馨提示: <text class="num">提现需收取 <text class="fee">{{withdraw_fee}}%</text> 手续费实际到账金额以扣除手续费后为准</text>
</view> </view>
</view> </view>
<button formType="submit" class='bnt bg-color'>立即提现</button> <button formType="submit" class='bnt bg-color'>立即提现</button>
@@ -223,7 +223,7 @@
说明: <text class="num">每笔佣金的冻结期为{{userInfo.broken_day}}到期后可提现</text> 说明: <text class="num">每笔佣金的冻结期为{{userInfo.broken_day}}到期后可提现</text>
</view> </view>
<view class='tip tip-warning'> <view class='tip tip-warning'>
温馨提示: <text class="num">公排退款提现需收取 <text class="fee">{{withdraw_fee}}%</text> 手续费实际到账金额以扣除手续费后为准</text> 温馨提示: <text class="num">提现需收取 <text class="fee">{{withdraw_fee}}%</text> 手续费实际到账金额以扣除手续费后为准</text>
</view> </view>
</view> </view>
<button formType="submit" class='bnt bg-color'>立即提现</button> <button formType="submit" class='bnt bg-color'>立即提现</button>