From b555f5a7d80de77de5ce43c1643ea2a6983a3586 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 24 七月 2024 17:35:14 +0800
Subject: [PATCH] 提交

---
 wechat_jiaxuan/app.js |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/wechat_jiaxuan/app.js b/wechat_jiaxuan/app.js
index e56016f..b72e299 100644
--- a/wechat_jiaxuan/app.js
+++ b/wechat_jiaxuan/app.js
@@ -1,4 +1,6 @@
-import { wxLoginCustomer } from './api/index'
+import {
+  wxLoginCustomer
+} from './api/index'
 App({
   globalData: {
     primary: '#B08771',
@@ -10,7 +12,7 @@
     if (WindowInfo.safeArea.top > 20) {
       this.globalData.bottomLift = WindowInfo.screenHeight - WindowInfo.safeArea.bottom;
     }
-    // 
+    // 鎺堟潈鐧诲綍
     wx.login({
       timeout: 5000,
       success(res) {
@@ -37,5 +39,8 @@
         console.log(err)
       }
     })
+
+
+
   }
 })
\ No newline at end of file

--
Gitblit v1.9.3