Compare commits

..

No commits in common. "39ab1eeaf0d872257f52008c35fc66fce0bfb58e" and "2ca3ddd95914e0085900cb160f788c623bd80b37" have entirely different histories.

2 changed files with 7 additions and 36 deletions

View File

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

View File

@ -144,23 +144,11 @@
</u-button>
<view class="showBtn-view" v-if="gengBtnShow==true" :style="gengNum==index?{display:'inline-block'}:{display:'none'}">
<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"
<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>
@ -170,7 +158,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">
@ -496,7 +484,7 @@
//
getOrderList() {
let curTab = this.tabs[this.tabIndex].status
this.gengBtnShow=false;
let data = {
status: curTab,
page: this.page,
@ -804,19 +792,6 @@
</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;
}