Compare commits
No commits in common. "39ab1eeaf0d872257f52008c35fc66fce0bfb58e" and "2ca3ddd95914e0085900cb160f788c623bd80b37" have entirely different histories.
39ab1eeaf0
...
2ca3ddd959
|
@ -39,13 +39,9 @@
|
||||||
<view class="item-view-bottom-qian">
|
<view class="item-view-bottom-qian">
|
||||||
<span>¥</span>
|
<span>¥</span>
|
||||||
<span>{{item.price}}</span>
|
<span>{{item.price}}</span>
|
||||||
<span v-if="item.typeName!='项目'">/{{item.typeName=='次卡'?'次':item.typeName=='疗程'?'次':item.typeName=='套餐'?'套':'套'}}</span>
|
<span>/套</span>
|
||||||
<span v-else></span>
|
|
||||||
<span>¥</span>
|
<span>¥</span>
|
||||||
<span>
|
<span>{{item.oldPrice}}</span>
|
||||||
{{item.oldPrice}}
|
|
||||||
<span v-if="item.typeName!='项目'" style="color: #848484;">/{{item.typeName=='次卡'?'次':item.typeName=='疗程'?'次':item.typeName=='套餐'?'套':'套'}}</span>
|
|
||||||
</span>
|
|
||||||
</view>
|
</view>
|
||||||
<view class="item-view-bottom-btn">
|
<view class="item-view-bottom-btn">
|
||||||
查看
|
查看
|
||||||
|
|
|
@ -144,23 +144,11 @@
|
||||||
</u-button>
|
</u-button>
|
||||||
|
|
||||||
<view class="showBtn-view" v-if="gengBtnShow==true" :style="gengNum==index?{display:'inline-block'}:{display:'none'}">
|
<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">
|
<u-button :custom-style="customStyle1" shape="circle" :plain="true"
|
||||||
联系客服
|
|
||||||
</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">
|
@click="goNav('/my/order/pay?ordersId='+item.ordersId)" class="btnsH xianshi">
|
||||||
联系客服
|
联系客服
|
||||||
</u-button> -->
|
</u-button>
|
||||||
<!-- <u-button v-if="item.oldOrdersId==null && item.addNum==null" :custom-style="customStyle1" class="btns" shape="circle" :plain="true"
|
<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)">
|
@click="goNav('/my/order/pay?ordersId='+item.ordersId,item)">
|
||||||
服务升级
|
服务升级
|
||||||
</u-button>
|
</u-button>
|
||||||
|
@ -170,7 +158,7 @@
|
||||||
<u-button :custom-style="customStyle1" class="btns" shape="circle" :plain="true"
|
<u-button :custom-style="customStyle1" class="btns" shape="circle" :plain="true"
|
||||||
@click="toggle('center',item)">
|
@click="toggle('center',item)">
|
||||||
提前结束
|
提前结束
|
||||||
</u-button> -->
|
</u-button>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="showBtn" v-if="item.status ==7">
|
<view class="showBtn" v-if="item.status ==7">
|
||||||
|
@ -496,7 +484,7 @@
|
||||||
//获取列表数据
|
//获取列表数据
|
||||||
getOrderList() {
|
getOrderList() {
|
||||||
let curTab = this.tabs[this.tabIndex].status
|
let curTab = this.tabs[this.tabIndex].status
|
||||||
this.gengBtnShow=false;
|
|
||||||
let data = {
|
let data = {
|
||||||
status: curTab,
|
status: curTab,
|
||||||
page: this.page,
|
page: this.page,
|
||||||
|
@ -804,19 +792,6 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<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{
|
.content{
|
||||||
padding-bottom: 100px;
|
padding-bottom: 100px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue