Parcourir la source

分享调整2

junyuanz il y a 5 ans
Parent
commit
e511e3d7d4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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++