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

This commit is contained in:
sexygoat
2026-05-14 15:06:40 +08:00
parent 0be325e379
commit dcc8c0ccd6
3 changed files with 5 additions and 5 deletions

View File

@@ -75,9 +75,9 @@
<view class="function-item interactive card-interactive" <view class="function-item interactive card-interactive"
@tap="$emit('enter', 'device-exchange')" role="button" tabindex="0"> @tap="$emit('enter', 'device-exchange')" role="button" tabindex="0">
<view class="function-icon"> <view class="function-icon">
<image src="/static/change.png" mode="aspectFit" alt="设备换货"></image> <image src="/static/change.png" mode="aspectFit" alt="换货"></image>
</view> </view>
<view class="function-name">设备换货</view> <view class="function-name">换货</view>
</view> </view>
<view class="function-item interactive card-interactive" @tap="$emit('enter', 'wallet')" role="button" <view class="function-item interactive card-interactive" @tap="$emit('enter', 'wallet')" role="button"
tabindex="0"> tabindex="0">

View File

@@ -60,7 +60,7 @@
{ {
"path": "pages/device-exchange/device-exchange", "path": "pages/device-exchange/device-exchange",
"style": { "style": {
"navigationBarTitleText": "设备换货" "navigationBarTitleText": "换货"
} }
}, },
{ {

View File

@@ -1,9 +1,9 @@
<template> <template>
<view class="container"> <view class="container">
<view v-if="!exchangeData && !loading" class="empty-state"> <view v-if="!exchangeData && !loading" class="empty-state">
<view class="empty-icon">📧</view> <view class="empty-icon"></view>
<view class="empty-title">暂无换货记录</view> <view class="empty-title">暂无换货记录</view>
<view class="empty-desc">当前账号下暂无设备换货记录</view> <view class="empty-desc">当前账号下暂无换货记录</view>
</view> </view>
<view v-else-if="exchangeData" class="card exchange-card"> <view v-else-if="exchangeData" class="card exchange-card">