Sfoglia il codice sorgente

抢购设置色值

kk.shi 3 anni fa
parent
commit
6f09cd84d0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      pages/welfareMall/activityInfo/activityInfo.wxml

+ 1 - 1
pages/welfareMall/activityInfo/activityInfo.wxml

@@ -66,7 +66,7 @@
     <view class="bottom_button" >
       <block wx:if="{{detail.status ==2 && detail.stock !=0}}">
         <view class="now_buy" style="background-color: {{config.mainColor?config.mainColor:'#B01717'}};" bindtap="nowBuy" wx:if="{{userMobile.length>0}}">{{buttonText}}</view>
-        <button class="now_buy_button" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber" wx:else>{{buttonText}}</button>
+        <button class="now_buy_button" style="background-color: {{config.mainColor?config.mainColor:'#B01717'}};" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber" wx:else>{{buttonText}}</button>
       </block>
       <view class="go_buy"  style="background-color:#bdbdbd" wx:else>{{statusShowText}}</view>
     </view>