fix: extract order from membership and stored value create response

This commit is contained in:
gqt
2026-07-12 20:46:56 +08:00
parent 62d59a2f03
commit 1cc96633ad
4 changed files with 6 additions and 4 deletions
@@ -1,5 +1,7 @@
<template>
<view class="mall-page">
<view v-if="isLoading" class="load-more-tip">加载中...</view>
<view class="section">
<view class="section-header">
<text class="section-title">次卡套餐</text>
@@ -53,8 +55,6 @@
<view v-if="!isLoading && cards.length === 0" class="empty-state">暂无可购买的储蓄卡</view>
</view>
</view>
<view v-if="isLoading" class="load-more-tip">加载中...</view>
</view>
</template>