fix: ui
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 1m0s

This commit is contained in:
luo
2026-07-30 12:49:14 +08:00
parent 2fb95b3257
commit 502b2723db
18 changed files with 57 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
<template>
<view class="container">
<view v-if="!exchangeData && !loading" class="empty-state">
<image class="empty-icon" src="/static/change.png" mode="aspectFit" alt="换货"></image>
<image class="empty-icon" src="/static/change-shop.png" mode="aspectFit" alt="换货"></image>
<view class="empty-title">暂无换货记录</view>
<view class="empty-desc">当前账号下暂无换货记录</view>
</view>