Compare commits

...

2 Commits

Author SHA1 Message Date
Mr.jiang 39ab1eeaf0 Merge branch 'master' of http://47.115.223.229:8888/yangjun/sadjv3_user 2024-07-04 13:54:45 +08:00
Mr.jiang 61d057a9d2 订单 2024-07-04 13:54:14 +08:00
2 changed files with 36 additions and 7 deletions

View File

@ -39,9 +39,13 @@
<view class="item-view-bottom-qian">
<span></span>
<span>{{item.price}}</span>
<span>/</span>
<span v-if="item.typeName!='项目'">/{{item.typeName=='次卡'?'':item.typeName=='疗程'?'':item.typeName=='套餐'?'':''}}</span>
<span v-else></span>
<span></span>
<span>{{item.oldPrice}}</span>
<span>
{{item.oldPrice}}
<span v-if="item.typeName!='项目'" style="color: #848484;">/{{item.typeName=='次卡'?'':item.typeName=='疗程'?'':item.typeName=='套餐'?'':''}}</span>
</span>
</view>
<view class="item-view-bottom-btn">
查看

View File

@ -144,11 +144,23 @@
</u-button>
<view class="showBtn-view" v-if="gengBtnShow==true" :style="gengNum==index?{display:'inline-block'}:{display:'none'}">
<u-button :custom-style="customStyle1" shape="circle" :plain="true"
<view @click="goNav('/my/order/pay?ordersId='+item.ordersId)" class="gengduoBtn">
联系客服
</view>
<view @click="goNav('/my/order/pay?ordersId='+item.ordersId)" class="gengduoBtn">
服务升级
</view>
<view @click="goNav('/my/order/pay?ordersId='+item.ordersId)" class="gengduoBtn">
去投诉
</view>
<view @click="goNav('/my/order/pay?ordersId='+item.ordersId)" class="gengduoBtn">
提前结束
</view>
<!-- <u-button :custom-style="customStyle1" shape="circle" :plain="true"
@click="goNav('/my/order/pay?ordersId='+item.ordersId)" class="btnsH xianshi">
联系客服
</u-button>
<u-button v-if="item.oldOrdersId==null && item.addNum==null" :custom-style="customStyle1" class="btns" shape="circle" :plain="true"
</u-button> -->
<!-- <u-button v-if="item.oldOrdersId==null && item.addNum==null" :custom-style="customStyle1" class="btns" shape="circle" :plain="true"
@click="goNav('/my/order/pay?ordersId='+item.ordersId,item)">
服务升级
</u-button>
@ -158,7 +170,7 @@
<u-button :custom-style="customStyle1" class="btns" shape="circle" :plain="true"
@click="toggle('center',item)">
提前结束
</u-button>
</u-button> -->
</view>
</view>
<view class="showBtn" v-if="item.status ==7">
@ -484,7 +496,7 @@
//
getOrderList() {
let curTab = this.tabs[this.tabIndex].status
this.gengBtnShow=false;
let data = {
status: curTab,
page: this.page,
@ -792,6 +804,19 @@
</script>
<style lang="scss" scoped>
.gengduoBtn{
background: #fff;
color: #019C88;
width: 69px;
height: 30px;
line-height: 30px;
border-radius: 40px;
font-size: 12px;
overflow: visible;
text-align: center;
border: 1px solid;
margin-top: 5px;
}
.content{
padding-bottom: 100px;
}