Skip to content

Commit

Permalink
style: 修改文案
Browse files Browse the repository at this point in the history
  • Loading branch information
HOPE committed Mar 12, 2018
1 parent 2914ee7 commit 2af2815
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion dist/pages/my/pay.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
</view>
<view class="zan-panel">
<view class="zan-cell" bindtap="_buy" data-wpy_buy-a="4">
<view class="zan-cell__bd zan-font-16"><text class="zan-font-30">¥9.9 </text>/月</view>
<view class="zan-cell__bd zan-font-16">
<text class="zan-font-30">¥9.9 </text>/月
<text class="zan-c-gray-dark" style="text-decoration:line-through">¥29</text>
</view>
<view class="zan-cell__ft">
<button class="zan-btn zan-btn--small" style="background:#ff7042;color:#fff;">限时优惠</button>
</view>
Expand Down
5 changes: 4 additions & 1 deletion src/pages/my/pay.wpy
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
</view>
<view class="zan-panel">
<view class="zan-cell" bindtap="_buy(4)">
<view class="zan-cell__bd zan-font-16"><text class="zan-font-30">¥9.9 </text>/月</view>
<view class="zan-cell__bd zan-font-16">
<text class="zan-font-30">¥9.9 </text>/月
<text class="zan-c-gray-dark" style="text-decoration:line-through">¥29</text>
</view>
<view class="zan-cell__ft">
<button class="zan-btn zan-btn--small" style="background:#ff7042;color:#fff;">限时优惠</button>
</view>
Expand Down

0 comments on commit 2af2815

Please sign in to comment.