From b501abb64da23384a85081c246e9c906c6962efd Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期四, 23 三月 2023 15:59:04 +0800
Subject: [PATCH] 用户头像修改
---
miniprogram/pages/user/loginInfo/index.ts | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/miniprogram/pages/user/loginInfo/index.ts b/miniprogram/pages/user/loginInfo/index.ts
index 1308f7a..c0534c1 100644
--- a/miniprogram/pages/user/loginInfo/index.ts
+++ b/miniprogram/pages/user/loginInfo/index.ts
@@ -109,13 +109,13 @@
'content-type': 'application/json'
},
success:(res)=>{
- // 鎴愬姛閫氱煡
- Notify({ type: 'primary', message: '閲囬泦鎴愬姛' });
const result = JSON.parse(res.data)
this.setData({
pic:result.data,
isShow:true
})
+ // 鎴愬姛閫氱煡
+ Notify({ type: 'primary', message: '閲囬泦鎴愬姛' });
}
})
}
--
Gitblit v1.8.0