diff --git a/view/molistar/modules/h5Income/give.html b/view/molistar/modules/h5Income/give.html
index beb611c..523d90b 100644
--- a/view/molistar/modules/h5Income/give.html
+++ b/view/molistar/modules/h5Income/give.html
@@ -41,4 +41,4 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/view/molistar/modules/h5Income/js/give.js b/view/molistar/modules/h5Income/js/give.js
index 4563216..17d5dfe 100644
--- a/view/molistar/modules/h5Income/js/give.js
+++ b/view/molistar/modules/h5Income/js/give.js
@@ -95,7 +95,8 @@ function searchUser(erbanNo) {
networkRequest({
type: 'post',
url: urlPrefix + '/user/diamond/searchUser',
- data: { erbanNo, uid: pubInfo.uid, },//ticket: pubInfo.h5_token
+ // data: { erbanNo, uid: pubInfo.uid, },//ticket: pubInfo.h5_token
+ data: { erbanNo, uid: pubInfo.uid, },
success(res) {
if (res.code === 200) {
window.location.href = `./shareGive.html?uid=${res.data.uid}&erbanNo=${erbanNo}`