@@ -121,7 +121,7 @@ export default {
})
},
gotoDetail() {
-
+ this.pageTo({url:`/admin/order/detail?id=${this.option.orderId}`, type: 2})
getCategoryList(){
categoryListB().then(res => {
@@ -36,7 +36,7 @@ export default {
computed: {
imgUrl() {
if (this.$util.isEmpty(this.info)) return ''
- return this.info.smallCoverUrl ? this.info.smallCoverUrl : this.info.smallImgList[0]
+ return this.info.smallCoverUrl ? this.info.smallCoverUrl : ''
}
mounted() {
@@ -50,6 +50,7 @@ export default {
} else {
++this.list.page
+ console.log(this.list)