From 41d647bbc26e1c9647664437e1ad0e9e0c3847d2 Mon Sep 17 00:00:00 2001
From: zmj <1493694146@qq.com>
Date: Thu, 16 Nov 2023 13:53:52 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
api/file.js | 1 +
pages/logistics/deliveryDetil.vue | 7 ++--
subpkg/buyShare/buyShare.vue | 64 +++++++++++++++++++++++--------
3 files changed, 53 insertions(+), 19 deletions(-)
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}`)">
-->
+
-