소스 검색

订单详情页新增“已完成”

DELL 3 년 전
부모
커밋
7976b41356
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      pages/order/index.vue

+ 0 - 1
pages/order/index.vue

@@ -104,7 +104,6 @@
 					status: this.status
 				}).then(res => {
 					uni.hideLoading();
-					console.log(res)
 					this.loading = false
 					if (res.code == 0) {
 						res.rows.forEach(item => {