This commit is contained in:
@@ -27,10 +27,6 @@
|
||||
<text class="field-tag">订单号</text>
|
||||
<text class="order-no">{{ item.order_no }}</text>
|
||||
</view>
|
||||
<view class="header-row" v-if="item.order_id">
|
||||
<text class="field-tag">订单ID</text>
|
||||
<text class="order-id">{{ item.order_id }}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="status-badge" :class="getStatusClass(item.payment_status)">
|
||||
{{ item.payment_status_name }}
|
||||
@@ -52,10 +48,9 @@
|
||||
<view class="divider"></view>
|
||||
|
||||
<view class="package-section">
|
||||
<view class="section-label">套餐信息</view>
|
||||
<view class="section-label">套餐名称</view>
|
||||
<view class="package-list">
|
||||
<view class="package-item" v-for="(pkgName, pIndex) in item.package_names" :key="pIndex">
|
||||
<text class="field-tag">套餐名称</text>
|
||||
<text class="package-name">{{ pkgName }}</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user