Commit d011df3fb79dc2e44d4e29b70c02303398381137

Authored by F5VT98DI7XY4X12\Administrator
1 parent 5c8a9666

分享图,和拼团成功页

pages/goods/goodsInfo/goodsInfo.js
... ... @@ -2390,7 +2390,7 @@ Page({
2390 2390 wx.hideLoading();
2391 2391 }
2392 2392 })
2393   - },200)
  2393 + },500)
2394 2394  
2395 2395 });
2396 2396 });
... ...
pages/team/team_success/team_success.js
... ... @@ -539,7 +539,7 @@ Page({
539 539 wx.hideLoading();
540 540 }
541 541 })
542   - },200)
  542 + },500)
543 543 });
544 544 });
545 545 }
... ...
pages/team/team_success/team_success.wxml
... ... @@ -152,9 +152,9 @@
152 152 <!-- <block wx:if="{{pay_f!=1 && order.pt_status<2}}"> -->
153 153 <!----/ // // // //按钮---->
154 154  
155   - <view wx:if="{{teamlist.kttype==3}}" style='background-color:#fab55a; color:#fff' class='bodybutton' bindtap='cmeng'>
  155 + <view wx:if="{{teamlist.kttype==3}}" class='bodybutton' bindtap='cmeng'>
156 156 <!-- 阶梯团 -->
157   - <button wx:if="{{p_status==1}}">
  157 + <button wx:if="{{p_status==1}}" style='background-color:#fab55a; color:#fff'>
158 158 邀请好友参团
159 159 </button>
160 160 <button style='background-color:#42c780;' wx:if="{{p_status==2}}">
... ...