From 04283fafb8216c26d705db21cb0f31a28a5cc68c Mon Sep 17 00:00:00 2001
From: leo <182004222@qq.com>
Date: 星期四, 19 五月 2022 21:54:56 +0800
Subject: [PATCH] 增加派单流程20220519FX

---
 GoldC/pages/home/home.js |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/GoldC/pages/home/home.js b/GoldC/pages/home/home.js
index 00739c9..975098a 100644
--- a/GoldC/pages/home/home.js
+++ b/GoldC/pages/home/home.js
@@ -98,6 +98,11 @@
           showtwo: true
         })
         break;
+      case 13:
+        this.setData({
+          showone: true
+        })
+        break;
     }
   },
   // 璺宠浆闂涓婃姤
@@ -184,7 +189,7 @@
               newsnum:res.data.Data.length+numOne
             })
           }
-        })  
+        })
       }
     })
   },
@@ -223,4 +228,4 @@
   onShareAppMessage: function () {
 
   }
-})
\ No newline at end of file
+})

--
Gitblit v1.8.0