Browse Source

分享调整2

junyuanz 5 years ago
parent
commit
e511e3d7d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/projects/project-detail/project-detail.js

+ 1 - 1
pages/projects/project-detail/project-detail.js

@@ -528,7 +528,7 @@ Page({
 			        }
 			      })
 			      wx.getImageInfo({
-			        src: res.data.wx_head,
+			        src: res2.data.wx_head,
 			        success: function (res2) {
 			          that.posterImage.head = res2
 			          that.posterLoading++