新增分享,找回密码,实名认证,签约
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
</view>
|
||||
</block>
|
||||
</view>
|
||||
|
||||
<!-- 规格 -->
|
||||
<view class="label">
|
||||
<view class="label-item">
|
||||
@@ -54,13 +55,7 @@
|
||||
<view class="number">
|
||||
<view class="number-vip">合计:</view>
|
||||
<text>¥</text>
|
||||
<view class="number-price">{{amount}}</view>
|
||||
<view class="number-price">{{total}}</view>
|
||||
</view>
|
||||
<view class="btn" bindtap="buyTap" wx:if="{{disabled}}">立即支付</view>
|
||||
<view class="btn active" wx:else>立即支付</view>
|
||||
<view class="btn {{disabled ? '': 'active'}}" bindtap="buyTap">立即支付</view>
|
||||
</view>
|
||||
|
||||
<!-- <view class="pack-center pages-hint grey" wx:if="{{paySuccess}}">
|
||||
<image src="/static/icons/loadingGif.gif"></image>
|
||||
<view>疯狂加载中...</view>
|
||||
</view> -->
|
||||
Reference in New Issue
Block a user