Commit d011df3fb79dc2e44d4e29b70c02303398381137
1 parent
5c8a9666
分享图,和拼团成功页
Showing
3 changed files
with
4 additions
and
4 deletions
pages/goods/goodsInfo/goodsInfo.js
pages/team/team_success/team_success.js
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}}"> | ... | ... |