Commit e90d0615f85b5fe5805ae503d053b2f8df2f3046
Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into dev
Showing
3 changed files
with
9 additions
and
1 deletions
packageB/pages/zuhegou/index/index.js
| ... | ... | @@ -647,6 +647,7 @@ Page({ |
| 647 | 647 | } else { |
| 648 | 648 | //获取头像的分享 |
| 649 | 649 | th.get_head_temp(function () { |
| 650 | + var imgDraw = th.data.imgDraw; | |
| 650 | 651 | var txt = th.data.act.zhprice + "元" + th.data.act.zhbuyqty + "件"; |
| 651 | 652 | imgDraw.views[0].url = th.data.share_head; |
| 652 | 653 | imgDraw.views[1].text = userInfo.nickname; | ... | ... |
packageB/pages/zuhegou/index/index.wxml
| ... | ... | @@ -146,7 +146,7 @@ |
| 146 | 146 | <view class="t-r pdb20 white2"> |
| 147 | 147 | <text class="iconfont icon-close fs40" bindtap="closePoster"></text> |
| 148 | 148 | </view> |
| 149 | - <image src="{{myimg}}" class="poster" show-menu-by-longpress></image> | |
| 149 | + <image src="{{myimg}}" class="{{act.share_imgurl?'poster333':'poster'}}" show-menu-by-longpress></image> | |
| 150 | 150 | <view class="pdt10 fs26 white2"> |
| 151 | 151 | <text class="iconfont icon-zhiwen"></text> |
| 152 | 152 | 长按图片保存至相册 | ... | ... |
packageB/pages/zuhegou/index/index.wxss