Commit 0778885561bbfefd8be8ca875cec4b6a11765712

Authored by season
1 parent 9b8b6c1c

商品详情去掉右边领券两个字

pages/goods/goodsInfo/goodsInfo.wxml
@@ -421,7 +421,7 @@ @@ -421,7 +421,7 @@
421 <view class="circle xc-circular xc-two"></view> 421 <view class="circle xc-circular xc-two"></view>
422 </view> 422 </view>
423 423
424 - <view data-coupon="1" bindtap="switchCoupon" class="cx-obtain-coupon wsize">领券 424 + <view data-coupon="1" bindtap="switchCoupon" class="cx-obtain-coupon wsize">
425 <text class="bg_jj"></text> 425 <text class="bg_jj"></text>
426 </view> 426 </view>
427 </view> 427 </view>
pages/goods/goodsInfo/goodsInfo.wxss
@@ -1321,7 +1321,7 @@ left:31rpx;} @@ -1321,7 +1321,7 @@ left:31rpx;}
1321 } 1321 }
1322 1322
1323 .cx-obtain-coupon{ 1323 .cx-obtain-coupon{
1324 - width: 133rpx; 1324 + width: 65rpx;
1325 height: 100%; 1325 height: 100%;
1326 padding-left:15rpx; 1326 padding-left:15rpx;
1327 color: #d70025; 1327 color: #d70025;