Commit 2c6856e1e7a4c844f8a8bbe198f27ca1780eac98
1 parent
011efa44
立即参团按钮样式
Showing
1 changed file
with
1 additions
and
1 deletions
packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo.wxml
... | ... | @@ -921,7 +921,7 @@ |
921 | 921 | <!-- data-ind="2" --> |
922 | 922 | <!-- openSpecModel_pt --> |
923 | 923 | <view class="xc-ash-b f1 flex ai-center jc-center white fs26" wx:if="{{isTimeUp}}">活动已经结束</view> |
924 | - <view wx:elif="{{noLogin}}" bindtap="openSpecModel_pt">立即参团</view> | |
924 | + <view wx:elif="{{noLogin}}" class="btn-red f1 flex ai-center jc-center" bindtap="openSpecModel_pt">立即参团</view> | |
925 | 925 | <block wx:else> |
926 | 926 | <view class="btn-red f1 flex ai-center jc-center" bindtap="go" data-it="0" data-url="/packageC/pages/luckyGo/luckyGo_details/luckyGo_details?group_id={{luckGoInfo.id}}&goods_id={{luckGoInfo.goods_id}}&goods_name={{data.goods_name}}&team_id={{buyInfo.team_id}}" wx:if="{{showDetails}}">查看详情</view> |
927 | 927 | <view class="btn-red f1 flex ai-center jc-center" bindtap="openSpecModel_pt" data-it="0" wx:elif="{{!showDetails && surplus != 0 && canBuy}}">立即参团</view> | ... | ... |