From ec90cbd7680a6f927cb1cea43f33ab7df6d0864c Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期二, 11 十一月 2025 09:23:22 +0800
Subject: [PATCH] -
---
src/pages/order/worker.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pages/order/worker.vue b/src/pages/order/worker.vue
index 022b53f..72fc3b3 100644
--- a/src/pages/order/worker.vue
+++ b/src/pages/order/worker.vue
@@ -15,7 +15,7 @@
</view>
</up-list>
<view class="tabbtns">
- <up-button color='#fece01' class="text-69" text="纭"></up-button>
+ <up-button color='#fece01' text="纭" :loading='isLoading' loadingText="纭涓�"></up-button>
</view>
</view>
</view>
@@ -29,7 +29,7 @@
let state = reactive({
currentIdex: 0
})
-
+ let isLoading = ref(false)
const list2 = reactive([{
id: 1,
time: '鏄庡ぉ 19:00-23:00',
--
Gitblit v1.9.1