兼容性提交

This commit is contained in:
wong
2025-09-25 10:50:43 +08:00
parent ebc24432ff
commit 31dad88078
8 changed files with 38 additions and 37 deletions

View File

@@ -1,5 +1,5 @@
<template>
<view class="supply-chain-wrapper">
<view v-if="show" class="supply-chain-container">
<!-- 头部 -->
<view class="header">
@@ -69,15 +69,17 @@
<u-empty text="暂无供应商数据" mode="data"></u-empty>
</view>
</view>
<!-- 套餐详情页面 -->
<supply-item-detail
:show="showPackageDetail"
:package-data="currentPackage"
@close="closePackageDetail"
></supply-item-detail>
</view>
<!-- 套餐详情页面 -->
<supply-item-detail
:show="showPackageDetail"
:package-data="currentPackage"
@close="closePackageDetail"
></supply-item-detail>
</view>
</template>
<script>