Commit 326d5cb8fba99a45a66c6c35539dfe91d72d4e94
1 parent
00dbf556
分销功能颜色样式修改
Showing
1 changed file
with
3 additions
and
3 deletions
packageA/pages/distribution/main/main.wxml
... | ... | @@ -81,7 +81,7 @@ |
81 | 81 | <view class="icon-container"><text class="iconfont icon-huiyuan1"></text></view> |
82 | 82 | <view>仅限PLUS卡({{item.conditonRemark}})的会员, <text class="c-red" bindtap="goto" data-url="/pages/user/cardinfo/cardinfo">立即升级</text></view> |
83 | 83 | </view> |
84 | - <text class="iconfont {{item.pass ? 'icon-yes c-green':'icon-yuanquan c-c7'}}"></text> | |
84 | + <text class="iconfont {{item.pass ? 'icon-yes c-red':'icon-yuanquan c-c7'}}"></text> | |
85 | 85 | </view> |
86 | 86 | <view class="item" wx:if="{{item.type == 2}}"> |
87 | 87 | <view class="left f1"> |
... | ... | @@ -91,14 +91,14 @@ |
91 | 91 | <view class="verify" wx:if="{{!item.pass}}" bindtap="verify" data-pass="{{item.pass}}">验证</view> |
92 | 92 | </view> |
93 | 93 | </view> |
94 | - <text class="iconfont {{item.pass ? 'icon-yes c-green':'icon-yuanquan c-c7'}}"></text> | |
94 | + <text class="iconfont {{item.pass ? 'icon-yes c-red':'icon-yuanquan c-c7'}}"></text> | |
95 | 95 | </view> |
96 | 96 | <view class="item" wx:if="{{item.type == 3}}"> |
97 | 97 | <view class="left f1"> |
98 | 98 | <view class="icon-container"><text class="iconfont icon-gouwu"></text></view> |
99 | 99 | <text>{{item.conditonRemark}}</text> |
100 | 100 | </view> |
101 | - <text class="iconfont {{item.pass ? 'icon-yes c-green':'icon-yuanquan c-c7'}}"></text> | |
101 | + <text class="iconfont {{item.pass ? 'icon-yes c-red':'icon-yuanquan c-c7'}}"></text> | |
102 | 102 | </view> |
103 | 103 | </block> |
104 | 104 | <view class="item" data-url="1"> | ... | ... |