Commit 0778885561bbfefd8be8ca875cec4b6a11765712
1 parent
9b8b6c1c
商品详情去掉右边领券两个字
Showing
2 changed files
with
2 additions
and
2 deletions
pages/goods/goodsInfo/goodsInfo.wxml
| ... | ... | @@ -421,7 +421,7 @@ |
| 421 | 421 | <view class="circle xc-circular xc-two"></view> |
| 422 | 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 | 425 | <text class="bg_jj"></text> |
| 426 | 426 | </view> |
| 427 | 427 | </view> | ... | ... |