From cf17c2f7012fc4351f66c71d66a4aa3a9fe9e34a Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期四, 30 四月 2026 15:24:17 +0800
Subject: [PATCH] 代码生成

---
 small-program/shop/pages/write-off/write-off.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/small-program/shop/pages/write-off/write-off.vue b/small-program/shop/pages/write-off/write-off.vue
index f001417..71898cc 100644
--- a/small-program/shop/pages/write-off/write-off.vue
+++ b/small-program/shop/pages/write-off/write-off.vue
@@ -97,7 +97,7 @@
 						console.log(res)
 						if (res.code === 200) {
 							that.info = res.data 
-							if(res.data.status === 1 || res.data.status === 5 || res.data.status === 3){
+							if(res.data.status === 1 || res.data.status === 5 || res.data.status === 4 || res.data.status === 3){
 								that.jumpWriteoffA(0)
 							} else{
 								this.show1 = !this.show1

--
Gitblit v1.9.3