bug
This commit is contained in:
@@ -170,7 +170,6 @@ export default {
|
|||||||
imgUrl: this.info.headPicture,
|
imgUrl: this.info.headPicture,
|
||||||
enableIdTrans: 0
|
enableIdTrans: 0
|
||||||
}, e => {
|
}, e => {
|
||||||
console.log(e)
|
|
||||||
this.isShow = false
|
this.isShow = false
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
@@ -181,7 +180,6 @@ export default {
|
|||||||
imgUrl: this.info.headPicture,
|
imgUrl: this.info.headPicture,
|
||||||
enableIdTrans: 0
|
enableIdTrans: 0
|
||||||
}, e => {
|
}, e => {
|
||||||
console.log(e)
|
|
||||||
this.isShow = false
|
this.isShow = false
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="myOrderList">
|
<div class="myOrderList">
|
||||||
<div class="fixed-top">
|
<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>
|
active-color="#1D2229 " :bar-style="barStyle" @change="changeTab" ></u-tabs>
|
||||||
</div>
|
</div>
|
||||||
<div class="list-content" v-if="list.length">
|
<div class="list-content" v-if="list.length">
|
||||||
@@ -77,7 +77,7 @@ export default {
|
|||||||
this.getList()
|
this.getList()
|
||||||
},
|
},
|
||||||
getList() {
|
getList() {
|
||||||
this.$http.post(`/app/appintegralsupermarketorder/listForXCX`, null, {
|
this.$http.post(`/app/appintegralsupermarketorder/listForXCX?type=0`, null, {
|
||||||
params: {
|
params: {
|
||||||
current: this.current,
|
current: this.current,
|
||||||
status: this.currentTabs == 0 ? '' : this.currentTabs - 1,
|
status: this.currentTabs == 0 ? '' : this.currentTabs - 1,
|
||||||
@@ -102,7 +102,7 @@ export default {
|
|||||||
confirmColor: "#2D7DFF",
|
confirmColor: "#2D7DFF",
|
||||||
cancelColor: "#2D7DFF",
|
cancelColor: "#2D7DFF",
|
||||||
cancelText: "我在想想",
|
cancelText: "我在想想",
|
||||||
confirmText: "确认取消",
|
confirmText: "确认取消",
|
||||||
success: (res) => {
|
success: (res) => {
|
||||||
if (res.confirm) {
|
if (res.confirm) {
|
||||||
this.cancelOrder(item)
|
this.cancelOrder(item)
|
||||||
@@ -206,7 +206,7 @@ export default {
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
-webkit-line-clamp: 2;
|
-webkit-line-clamp: 2;
|
||||||
line-clamp: 2;
|
line-clamp: 2;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
margin-bottom: 50px;
|
margin-bottom: 50px;
|
||||||
}
|
}
|
||||||
@@ -236,7 +236,7 @@ export default {
|
|||||||
line-height: 48px;
|
line-height: 48px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.tips {
|
.tips {
|
||||||
@@ -303,6 +303,6 @@ export default {
|
|||||||
padding-top: 112px;
|
padding-top: 112px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user