caiyuqin 1 月之前
父节点
当前提交
1477b2ab1f
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      pages/order/record.vue

+ 5 - 0
pages/order/record.vue

@@ -187,6 +187,11 @@
 							this.isRefuse = false
 							this.getRecord()
 							// this.list = res.data.result
+						}else{
+							uni.showToast({
+								icon: 'none',
+								title: res.data.message || '拒绝成功'
+							})
 						}
 					})
 				}