Commit 054f9539e7bb4beaf4ee2d1644ac95f1e6c039f2

Authored by taiyuan
2 parents f67f871b aae6e634

Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into dev

pages/team/team_success/team_success.wxml
... ... @@ -333,10 +333,10 @@
333 333 <image src="{{shareImgPath}}" class="poster-img" show-menu-by-longpress></image>
334 334 <view class="btn-close" catchtap="closePoster"><text class="iconfont icon-close"></text></view>
335 335 </view>
336   - <!-- <view class="btn-container">
337   - <button class="btn-share" open-type="share" bindtap="">微信好友分享</button>
  336 + <view class="btn-container">
  337 + <!--<button class="btn-share" open-type="share" bindtap="">微信好友分享</button>-->
338 338 <button class="btn-share" bindtap="savePic">保存到相册</button>
339   - </view> -->
  339 + </view>
340 340 </view>
341 341 </view>
342 342 </view>
... ...
pages/team/team_success/team_success.wxss
... ... @@ -901,7 +901,7 @@ height:40rpx;
901 901 top: 50%;
902 902 left: 50%;
903 903 transform: translate(-50%, -50%);
904   - width: calc(100% - 120rpx);
  904 + width: calc(100% - 210rpx);
905 905 z-index: 1000;
906 906 }
907 907 .mask {
... ... @@ -920,7 +920,7 @@ height:40rpx;
920 920 .poster {
921 921 box-sizing: border-box;
922 922 width: 100%;
923   - height: 1055rpx;
  923 + height: 915rpx;
924 924 border-radius: 20rpx;
925 925 /* box-shadow: 0 8px 12px #666; */
926 926 position: relative;
... ...