小欧追 2 년 전
부모
커밋
62ed62cba3
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      .DS_Store
  2. 3 1
      pages/order/video.vue

BIN
.DS_Store


+ 3 - 1
pages/order/video.vue

@@ -142,7 +142,9 @@
 					success: (res) => {
 						uni.showLoading({
 							title: "正在上传中...",
-						});
+						});
+						
+						console.log(this.url);
 						uni.uploadFile({
 							url: this.url + "/common/upload", //图片上传接口
 							filePath: res.tempFilePath,