zhongtianhaoyuan 3 years ago
parent
commit
fb0cc4bb9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/mine/driverCertification.vue

+ 1 - 1
pages/mine/driverCertification.vue

@@ -694,7 +694,7 @@
 						sourceType: this.$helper.chooseImage.sourceType,
 						success: function(res) {
 							console.log(JSON.stringify(res.tempFilePaths));
-							uploadImage(res.tempFilePaths[0], 'appData/',
+							uploadImage("images",res.tempFilePaths[0], 'appData/',
 								result => {
 									// 上传成功回调函数
 									console.log('图片地址', result)