diff --git a/pages/admin/cancellate_result/index.vue b/pages/admin/cancellate_result/index.vue index 2192136..46993a4 100644 --- a/pages/admin/cancellate_result/index.vue +++ b/pages/admin/cancellate_result/index.vue @@ -6,7 +6,7 @@ 订单号:{{orderData.order_sn}} 上一步 - + @@ -23,7 +23,7 @@ - + @@ -39,7 +39,7 @@ {{goods.refund_num}} + - + @@ -58,7 +58,7 @@
- + @@ -147,14 +147,15 @@ this.$set(item, "check", true); }) }).catch(res => { - that.$util.Tips({ - title: res - }); - setTimeout(()=>{ - uni.navigateTo({ - url: '/pages/admin/orderList/index?types=4&merId='+that.mer_id - }); - },500) + // that.$util.Tips({ + // title: res + // }); + uni.navigateBack(); + // setTimeout(()=>{ + // uni.navigateTo({ + // url: '/pages/admin/order/index?mer_id='+that.mer_id + // }); + // },500) }) }, // 商品递减 @@ -170,7 +171,7 @@ goods.numAdd = false; } } - + }, // 商品增加 addCart(goods) { @@ -211,7 +212,7 @@ },500) }); } - + }, // 获取选中的商品 getSelectedProduct(){ @@ -251,13 +252,13 @@ item.check = this.isAllSelect if(item.check)tempArr.push(item) }) - } + } // 全选 this.isAllSelect = tempArr.length == calArr.length ? true : false }, }, onReachBottom() { - + }, // 滚动监听 onPageScroll(e) { @@ -268,7 +269,7 @@