This commit is contained in:
yanran200730
2023-07-07 09:41:16 +08:00
parent d75c39fb49
commit e380e5f1e2
2 changed files with 6 additions and 8 deletions

View File

@@ -170,7 +170,6 @@ export default {
imgUrl: this.info.headPicture,
enableIdTrans: 0
}, e => {
console.log(e)
this.isShow = false
})
} else {
@@ -181,7 +180,6 @@ export default {
imgUrl: this.info.headPicture,
enableIdTrans: 0
}, e => {
console.log(e)
this.isShow = false
})
}

View File

@@ -1,7 +1,7 @@
<template>
<div class="myOrderList">
<div class="fixed-top">
<u-tabs :list="tabList" :is-scroll="false" :current="currentTabs" height="90" font-size="28" bg-color="#fff" inactive-color="#8891A1"
<u-tabs :list="tabList" :is-scroll="false" :current="currentTabs" height="90" font-size="28" bg-color="#fff" inactive-color="#8891A1"
active-color="#1D2229 " :bar-style="barStyle" @change="changeTab" ></u-tabs>
</div>
<div class="list-content" v-if="list.length">
@@ -77,7 +77,7 @@ export default {
this.getList()
},
getList() {
this.$http.post(`/app/appintegralsupermarketorder/listForXCX`, null, {
this.$http.post(`/app/appintegralsupermarketorder/listForXCX?type=0`, null, {
params: {
current: this.current,
status: this.currentTabs == 0 ? '' : this.currentTabs - 1,
@@ -102,7 +102,7 @@ export default {
confirmColor: "#2D7DFF",
cancelColor: "#2D7DFF",
cancelText: "我在想想",
confirmText: "确认取消",
confirmText: "确认取消",
success: (res) => {
if (res.confirm) {
this.cancelOrder(item)
@@ -206,7 +206,7 @@ export default {
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
margin-bottom: 50px;
}
@@ -236,7 +236,7 @@ export default {
line-height: 48px;
}
}
}
}
.tips {
@@ -303,6 +303,6 @@ export default {
padding-top: 112px;
}
}
</style>