diff --git a/api/file.js b/api/file.js index fa09bf5..3fca6b9 100644 --- a/api/file.js +++ b/api/file.js @@ -45,6 +45,7 @@ export const upLoadImage = (data) => { export const VIDEO_URL = HTTP_REQUEST_URL_THREE + '/api/upload/video' export const FILE_URL = HTTP_REQUEST_URL_THREE + '/api/upload/file' +export const IMG_URL = HTTP_REQUEST_URL_THREE + '/api/upload/image' // im文件上传 // export const VIDEO_URL_IM = HTTP_REQUEST_URL_THREE + '/api/upload/video' export const FILE_URL_IM = HTTP_REQUEST_URL_THREE + '/common/im/sendFileMsg' \ No newline at end of file diff --git a/pages/logistics/deliveryDetil.vue b/pages/logistics/deliveryDetil.vue index b3ae757..1707904 100644 --- a/pages/logistics/deliveryDetil.vue +++ b/pages/logistics/deliveryDetil.vue @@ -10,10 +10,11 @@ - - + + + @@ -76,7 +77,7 @@ + width="100rpx" height="100rpx"> {{item.goods_name}} diff --git a/subpkg/buyShare/buyShare.vue b/subpkg/buyShare/buyShare.vue index 82fb076..b411f08 100644 --- a/subpkg/buyShare/buyShare.vue +++ b/subpkg/buyShare/buyShare.vue @@ -37,15 +37,18 @@ - 请选择PDF类型的发票 + style="margin-top: 28rpx;" :debug="false" :formats="'png,jpg,jpeg,pdf,webp'" :multiple="false" + :count="1" :instantly="false" @change="changeFile" @uploadEnd="onuploadEnd"> + 上传凭证 - + + + @@ -75,8 +78,8 @@ @click="navTo(`/subpkg/topUp/topUp?task_id=${task_id}`)"> --> + -