Browse Source

修改

master
396316021 1 year ago
parent
commit
9efa56c2eb
  1. 46
      pages/CardDetail/index.vue
  2. 17
      pages/Feed/index.vue
  3. 2
      pages/OrderDetail/index.vue
  4. 8
      pages/OrderPage/index.vue

46
pages/CardDetail/index.vue

@ -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('请选择地址');

17
pages/Feed/index.vue

@ -75,16 +75,12 @@
<view class="footer-content">
<view class="footer-contact">联系我们</view>
<view class="footer-wechat row">
<view class="foot-title">微信公众号</view>
<view class="foot-url">{{ footer.gzh }} <text @click="copyContent(footer.gzh)">复制</text></view>
<view class="foot-title">联系电话</view>
<view class="foot-url" @click="callPhone(footer.phone)">{{ footer.phone }}</view>
</view>
<view class="footer-wechat row">
<view class="foot-title">官方邮箱</view>
<view class="foot-url">{{ footer.kefu_mail }} <text @click="copyContent(footer.kefu_mail)">复制</text></view>
</view>
<view class="footer-wechat row">
<view class="foot-title">官方邮箱</view>
<view class="foot-url">{{ footer.kefu_mail }} <text @click="copyContent(footer.kefu_mail)">复制</text></view>
<view class="foot-title">投诉电话</view>
<view class="foot-url" @click="callPhone(footer.kefu_mail)">{{ footer.kefu_mail }}</view>
</view>
<view class="footer-wechat row">
<view class="foot-title">公司地址</view>
@ -153,6 +149,11 @@ export default {
},
},
methods: {
callPhone(phone){
uni.makePhoneCall({
phoneNumber: phone.toString()
});
},
getBaseConfig(){
getConfig('footer').then(res => {
this.footer = res.data;

2
pages/OrderDetail/index.vue

@ -202,7 +202,7 @@
<FomItem @showBigImage="showBigImage" @showBigVideo="showBigVideo" :data="service.startservice.worker_confirm" name="宠物师确认" type="media"></FomItem>
<FomItem @showBigImage="showBigImage" @showBigVideo="showBigVideo" :data="service.startservice.hand_disinfect" name="手部消毒" type="media"></FomItem>
<FomItem @showBigImage="showBigImage" @showBigVideo="showBigVideo" :data="service.startservice.body_disinfect" name="全身消毒" type="media"></FomItem>
<FomItem @showBigImage="showBigImage" @showBigVideo="showBigVideo" :data="service.startservice.key" name="钥匙开启/收取" type="default"></FomItem>
<FomItem @showBigImage="showBigImage" @showBigVideo="showBigVideo" :data="service.startservice.key" name="钥匙开启/收取" type="media"></FomItem>
<FomItem @showBigImage="showBigImage" @showBigVideo="showBigVideo" :data="service.startservice.key_info" name="钥匙描述" type="text"></FomItem>
<FomItem @showBigImage="showBigImage" @showBigVideo="showBigVideo" :data="service.startservice.service_tools" name="服务工具" type="text"></FomItem>
</view>

8
pages/OrderPage/index.vue

@ -271,15 +271,15 @@
<!-- <u-text text="协议内容" size="38" color="#191919"></u-text>-->
<view class="" style="position: relative;display:inline-block;">
<view v-if="type===1" style="color:#191919;font-size:38rpx;display:inline-block;position: relative;z-index: 2;">喂养协议</view>
<view v-else style="color:#191919;font-size:38rpx;display:inline-block;position: relative;z-index: 2;">洗护协议</view>
<view v-if="type==1" style="color:#191919;font-size:38rpx;display:inline-block;position: relative;z-index: 2;">购买须知</view>
<view v-else 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="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>
<view v-if="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>

Loading…
Cancel
Save