|
|
@ -65,7 +65,7 @@ |
|
|
</button> |
|
|
</button> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<view class="lf-p-r-32 lf-p-l-32 lf-m-t-30"> |
|
|
|
|
|
|
|
|
<view class="lf-p-r-32 lf-p-l-32 lf-m-t-30" v-if="goods_details.deposit != '0.00'"> |
|
|
<button class="cu-btn bg-white margin-self" :class="pay_type==2?'border-green':'border'" @tap="payStatus(2)"> |
|
|
<button class="cu-btn bg-white margin-self" :class="pay_type==2?'border-green':'border'" @tap="payStatus(2)"> |
|
|
<text class="lf-font-32" :class="pay_type==2?'text-green':'lf-color-333'">订金支付</text> |
|
|
<text class="lf-font-32" :class="pay_type==2?'text-green':'lf-color-333'">订金支付</text> |
|
|
<text class="lf-iconfont lf-icon-dui lf-font-44 lf-color-primary" v-if="pay_type==2" style="position: absolute;right: 22rpx;"></text> |
|
|
<text class="lf-iconfont lf-icon-dui lf-font-44 lf-color-primary" v-if="pay_type==2" style="position: absolute;right: 22rpx;"></text> |
|
|
@ -73,18 +73,18 @@ |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<view class="lf-p-r-32 lf-p-l-32 lf-m-t-30"> |
|
|
<view class="lf-p-r-32 lf-p-l-32 lf-m-t-30"> |
|
|
<button class="cu-btn bg-white margin-self" :class="pay_type==3?'border-green':'border'" @tap="payStatus(3)"> |
|
|
|
|
|
|
|
|
<button class="cu-btn bg-white margin-self" v-if="goods_details.earnest != '0.00'" :class="pay_type==3?'border-green':'border'" @tap="payStatus(3)"> |
|
|
<text class="lf-font-32" :class="pay_type==3?'text-green':'lf-color-333'">定金支付</text> |
|
|
<text class="lf-font-32" :class="pay_type==3?'text-green':'lf-color-333'">定金支付</text> |
|
|
<text class="lf-iconfont lf-icon-dui lf-font-44 lf-color-primary" v-if="pay_type==3" style="position: absolute;right: 22rpx;"></text> |
|
|
<text class="lf-iconfont lf-icon-dui lf-font-44 lf-color-primary" v-if="pay_type==3" style="position: absolute;right: 22rpx;"></text> |
|
|
</button> |
|
|
</button> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<view class="lf-p-r-32 lf-p-l-32 lf-m-t-30"> |
|
|
|
|
|
|
|
|
<!-- <view class="lf-p-r-32 lf-p-l-32 lf-m-t-30"> |
|
|
<button class="cu-btn bg-white margin-self" :class="pay_type==4?'border-green':'border'" @tap="payStatus(4)"> |
|
|
<button class="cu-btn bg-white margin-self" :class="pay_type==4?'border-green':'border'" @tap="payStatus(4)"> |
|
|
<text class="lf-font-32" :class="pay_type==4?'text-green':'lf-color-333'">首款支付</text> |
|
|
<text class="lf-font-32" :class="pay_type==4?'text-green':'lf-color-333'">首款支付</text> |
|
|
<text class="lf-iconfont lf-icon-dui lf-font-44 lf-color-primary" v-if="pay_type==4" style="position: absolute;right: 22rpx;"></text> |
|
|
<text class="lf-iconfont lf-icon-dui lf-font-44 lf-color-primary" v-if="pay_type==4" style="position: absolute;right: 22rpx;"></text> |
|
|
</button> |
|
|
</button> |
|
|
</view> |
|
|
|
|
|
|
|
|
</view> --> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|