style:样式重构

This commit is contained in:
2025-10-18 09:24:35 +08:00
parent 729eba5a3b
commit 179be8f8b0
30 changed files with 880 additions and 423 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
<script setup>
import { ref, onMounted, onUnmounted } from 'vue'
import { onLoad, onUnload } from '@dcloudio/uni-app'
import { getOrderByOrderNoScorePayStatus, cancelOrder } from '@/config/user.js'
import { getOrderByOrderNoScorePayStatus, cancelOrder } from '@/config/api/order.js'
const progress = ref(0)
const leftRotateDeg = ref(0)