diff --git a/view/molistar/modules/h5Income/js/shareGive.js b/view/molistar/modules/h5Income/js/shareGive.js
index fb99f80..b337acd 100644
--- a/view/molistar/modules/h5Income/js/shareGive.js
+++ b/view/molistar/modules/h5Income/js/shareGive.js
@@ -52,7 +52,7 @@ function getUser() {
networkRequest({
type: 'GET',
url: urlPrefix + '/user/get',
- data: { uid: urlDate.uid },
+ data: { uid: pubInfo.uid },
success(res) {
if (res.code === 200) {
$('.myInfo img').attr('src', res.data.avatar);
diff --git a/view/molistar/modules/h5Income/singapore.html b/view/molistar/modules/h5Income/singapore.html
index e594018..12d4fcc 100644
--- a/view/molistar/modules/h5Income/singapore.html
+++ b/view/molistar/modules/h5Income/singapore.html
@@ -114,4 +114,4 @@
-
\ No newline at end of file
+
\ No newline at end of file