|
|
|
@ -102,7 +102,7 @@
|
|
|
|
|
</view> |
|
|
|
|
<view class="foot-menu-title"> |
|
|
|
|
<text @click="readInfo = !readInfo">我已阅读并同意</text> |
|
|
|
|
<text class="foot-menu-url" v-if="cardDetail.order_type === 1" @click="showAgreement">《上门喂养次卡须知》</text> |
|
|
|
|
<text class="foot-menu-url" v-if="cardDetail.order_type == 1" @click="showAgreement">《上门喂养次卡须知》</text> |
|
|
|
|
<text class="foot-menu-url" v-else @click="showAgreement">《上门洗护次卡须知》</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -112,7 +112,7 @@
|
|
|
|
|
button-color="#4DC3B8" |
|
|
|
|
font-color="#FFFFFF" |
|
|
|
|
button-width="200rpx" |
|
|
|
|
@click="readInfo ? $refs.confirmPOP.open() :$u.toast('请先同意协议')" |
|
|
|
|
@click="readInfo ? $refs.confirmPOP.open() :readTip()" |
|
|
|
|
> |
|
|
|
|
</MzButton> |
|
|
|
|
</view> |
|
|
|
@ -190,18 +190,26 @@
|
|
|
|
|
<view class="coupons-item row"> |
|
|
|
|
<view class="coupons-left "> |
|
|
|
|
<view class="coupons-big-title-group row"> |
|
|
|
|
<view class="coupons-big-title">{{ cardDetail.deduction }}</view> |
|
|
|
|
<view class="coupons-big-desc">元</view> |
|
|
|
|
<view class="coupons-big-title"> |
|
|
|
|
<view class=""> |
|
|
|
|
<u-text :text="cardDetail.deduction" :bold="true" color="#fff" size="55rpx" line-height="55rpx"></u-text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view> |
|
|
|
|
<view class="coupons-big-desc"> |
|
|
|
|
<u-text align="right" text="元" size="32rpx" color="#fff" line-height="32rpx"></u-text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="coupons-cause"> |
|
|
|
|
{{ cardDetail.min_price }} |
|
|
|
|
<u-text size="26rpx" align="center" color="#fff" :text="'满'+cardDetail.min_price+'元使用'"></u-text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="coupons-right col row"> |
|
|
|
|
<view class=" row"> |
|
|
|
|
<view class="coupons-title-group col-12 row"> |
|
|
|
|
<view class="coupons-title"> |
|
|
|
|
{{ cardDetail.coupons_title }} |
|
|
|
|
<u-text :text="cardDetail.coupons_title" size="26rpx" color="#161616"></u-text> |
|
|
|
|
</view> |
|
|
|
|
<view class="coupons-btn"> |
|
|
|
|
{{ cardDetail.coupons_number }}张 |
|
|
|
@ -230,6 +238,23 @@
|
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</uv-popup> |
|
|
|
|
<uv-popup z-index="10000" ref="agreementPop" mode="center" round="20rpx" closeable safeAreaInsetTop safeAreaInsetBottom custom-style="width:80%;position:relative;"> |
|
|
|
|
<view class="title row" style="position:absolute;justify-content: flex-start;width:100%;top:20rpx;left:0;"> |
|
|
|
|
<view class="value col" style="position: relative;text-align: center;"> |
|
|
|
|
|
|
|
|
|
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>--> |
|
|
|
|
<view class="" style="position: relative;display:inline-block;"> |
|
|
|
|
<view style="color:#191919;font-size:38rpx;display:inline-block;position: relative;z-index: 2;">购买须知</view> |
|
|
|
|
<view class="background" style="width:100%;height:50%;position: absolute;bottom:0;left:0;background-color:rgba(227, 191, 119, 0.6);display:inline-block;z-index:1;"></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view style="padding:30rpx;max-height:700rpx;overflow: auto;"> |
|
|
|
|
<view v-if="cardDetail.order_type == 1" style="height:200rpx;display: flex;align-items: center;">是否同意 <text @click="showAgreement" style="color:#4DC3B8;">《上门喂养须知》</text></view> |
|
|
|
|
<view v-else style="height:200rpx;display: flex;align-items: center;">是否同意 <text @click="showAgreement" style="color:#4DC3B8;">《上门洗护须知》</text></view> |
|
|
|
|
<MzButton title="确认" @click="agreeHandle" button-color="#4DC3B8" font-color="#fff"></MzButton> |
|
|
|
|
</view> |
|
|
|
|
</uv-popup> |
|
|
|
|
<!-- <RightNav></RightNav> --> |
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
@ -321,6 +346,9 @@ export default {
|
|
|
|
|
// this.$refs.address.open(); |
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
readTip(){ |
|
|
|
|
this.$refs.agreementPop.open(); |
|
|
|
|
}, |
|
|
|
|
selectPet(petList) { |
|
|
|
|
this.petChecked = petList; |
|
|
|
|
}, |
|
|
|
@ -329,7 +357,7 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
showAgreement() { |
|
|
|
|
let type; |
|
|
|
|
if(this.cardDetail.order_type === 1){ |
|
|
|
|
if(this.cardDetail.order_type == 1){ |
|
|
|
|
type = 'PayCardPolicy'; |
|
|
|
|
}else{ |
|
|
|
|
type = 'bathe_card'; |
|
|
|
@ -339,6 +367,10 @@ export default {
|
|
|
|
|
}) |
|
|
|
|
this.$refs.agreement.open(); |
|
|
|
|
}, |
|
|
|
|
agreeHandle(){ |
|
|
|
|
this.readInfo = true; |
|
|
|
|
this.$refs.agreementPop.close(); |
|
|
|
|
}, |
|
|
|
|
cardPay() { |
|
|
|
|
if (!this.address.id) { |
|
|
|
|
api.error('请选择地址'); |
|
|
|
|