From 883878cb9b4c13c2bf863b0e8bd1bec503d3dbb6 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 01 八月 2024 18:21:03 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

---
 wechat_jiaxuan/api/index.js |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/wechat_jiaxuan/api/index.js b/wechat_jiaxuan/api/index.js
index 8c58fb5..f8a3a98 100644
--- a/wechat_jiaxuan/api/index.js
+++ b/wechat_jiaxuan/api/index.js
@@ -34,9 +34,10 @@
   })
 }
 // 鑾峰彇浼氬憳淇℃伅
-export const getMemberInfo = () => {
+export const getMemberInfo = (data) => {
   return request({
     url: '/web/customer/getMemberInfo',
+    data
   })
 }
 // 棣栭〉 蹇楄瑁呬慨
@@ -210,7 +211,8 @@
 export const actionDo = (data) => {
   return request({
     url: '/web/customer/actionDo',
-    data
+    data,
+    loading: '0'
   })
 }
 // 鎴戠殑 棰勭害鍒楄〃

--
Gitblit v1.9.3