Skip to content

Commit

Permalink
style: [pay]修改一月会员价格
Browse files Browse the repository at this point in the history
  • Loading branch information
Hope committed Mar 11, 2018
1 parent a281ccc commit 39c0ad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/my/pay.wpy
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</view>
<view class="zan-panel">
<view class="zan-cell" bindtap="_buy(1)">
<view class="zan-cell__bd zan-font-16"><text class="zan-font-30">¥29 </text>/月</view>
<view class="zan-cell__bd zan-font-16"><text class="zan-font-30">¥9.9 </text>/月</view>
</view>
<view class="zan-cell" bindtap="_buy(2)">
<view class="zan-cell__bd zan-font-16"><text class="zan-font-30">¥149 </text>/半年</view>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/my/vip.wpy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<view class="container">
<view class="zan-panel zan-center" style="padding:30px 0;margin-top: 0;">
<view style="padding:5px 0"><text style="color:#3fc6c6">支付提示</text></view>
<view style="padding:15px 0"><text class="zan-c-black zan-font-30">¥29/月</text></view>
<view style="padding:15px 0"><text class="zan-c-black zan-font-30">¥9.9/月</text></view>
<view style="padding:5px 0"><text class="zan-c-gray-dark zan-font-22">首次支付30天内无理由全额退款</text></view>
</view>
<view class="footer" style="margin-top: 20px;">
Expand Down

0 comments on commit 39c0ad5

Please sign in to comment.