Commit c75ea9f9584c10e395d38e5a08f8328b8c284acc

Authored by WXD-SEASON\season
1 parent 93923747

会员权益商品

pages/user/user_spsy/user_spsy.wxml
... ... @@ -12,7 +12,7 @@
12 12 <!-- <view wx:if="{{details.isget}}" data-type="1" class="btn" style="background-color:#aaa;color: #fff">
13 13 已使用{{list[0].freebh}}
14 14 </view> -->
15   - <view wx:if="{{is_use}}" class="btn">已使用</view>
  15 + <view wx:if="{{is_use}}" class="btn1">已使用</view>
16 16 <view wx:else bindtap="show_hxm" data-type="1" class="btn">立即使用</view>
17 17 <!-- <view bindtap="right_use" class="btn">立即使用</view></view> -->
18 18 </view>
... ...
pages/user/user_spsy/user_spsy.wxss
... ... @@ -27,4 +27,10 @@ page{
27 27 text-align: center;
28 28 /* border-radius: 8rpx; */
29 29 }
30   -
  30 +.btn1 {
  31 + background-color: #ccc;
  32 + color: white;
  33 + padding: 26rpx;
  34 + text-align: center;
  35 + /* border-radius: 8rpx; */
  36 +}
... ...