pages/order/order-detail.vue
@@ -111,7 +111,13 @@ }, methods: { // 商品评论 commentButtonClick(){ // 跳转的到评论列表 uni.navigateTo({ url: '/pages/order/comment/order-comment?orderId='+this.id }) }, openbrand(item) { //也要判断一下是否重复进入 //判断堆栈,如果是店铺,就直接返回 @@ -312,6 +318,8 @@ this.$message.hideLoading() if (code === 0) { this.getDetail() this.$store.dispatch('getCurrentInfo') this.$message.showToast('收货成功') } }