增加转桌功能,删除部分图片,修复订单列表显示价格不对问题

This commit is contained in:
2026-03-28 13:27:47 +08:00
parent ce84ecc537
commit fa001aaff1
22 changed files with 1818 additions and 1556 deletions

View File

@@ -31,7 +31,7 @@
<view> 领券后{{ item.validDays }}天过期 </view>
</view>
<view class="JQclass">
<image :src="'/static/coupon/qrcode.svg'" mode="scaleToFill" />
<image :src="qrcode" mode="scaleToFill" />
</view>
</view>
<view class="couponContentListcontent2">
@@ -69,6 +69,7 @@
</template>
<script setup>
import {qrcode} from '@/data/icon.js'
import { reactive, ref } from 'vue';
import { onShow } from '@dcloudio/uni-app';
import go from '@/commons/utils/go.js'