From a225314c158fcdd9daec8f265349fbd244000fbd Mon Sep 17 00:00:00 2001 From: zenghaibo <1009410596@qq.com> Date: Fri, 29 Sep 2023 10:08:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9B=BE=E7=89=87=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/indexEntry/consult/pubConsult/pubConsult.vue | 25 +++++++++++----------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/pages/indexEntry/consult/pubConsult/pubConsult.vue b/pages/indexEntry/consult/pubConsult/pubConsult.vue index b0758fd..fdb6267 100644 --- a/pages/indexEntry/consult/pubConsult/pubConsult.vue +++ b/pages/indexEntry/consult/pubConsult/pubConsult.vue @@ -31,14 +31,14 @@ - + 联系电话 {{ this.vuex_userInfo.mobile }} - + 提交 @@ -92,8 +92,7 @@ }, uploadImgApi(filePath) { console.log(filePath) - // let token = 'Bearer '+ this.$store.state.user.vuex_loginInfo.accessToken - let token = 'Bearer 15409b4b67574665bbc4a3e16dd3debb' + let token = 'Bearer '+ this.$store.state.user.vuex_loginInfo.accessToken let _this = this let name = new Date() * 1 // 上传图片到服务器 @@ -101,7 +100,7 @@ url: _url + 'app-api/infra/file/upload',//接口 filePath: filePath,//要上传的图片的本地路径 name: 'file', - + formData: { path: 'complain/'+name, type: 1, @@ -137,7 +136,7 @@ font-weight: 600; line-height: 96rpx; } - + .textareaBg { min-height: 364rpx; background: #F8F8F8; @@ -154,10 +153,10 @@ height: 24rpx; margin: 0 14rpx 0 24rpx; } - + .inputBox { flex: 1; - + } /deep/ .inputBox .u-textarea { padding: 0 !important; @@ -166,7 +165,7 @@ font-size: 24rpx } } - + .phoneBox { display: flex; padding: 0 10rpx 20rpx 20rpx; @@ -186,11 +185,11 @@ right: -14rpx; top: -20rpx; z-index: 9; - + } } } - + .phone { border: 2rpx dashed #CDCED0; width: 160rpx; @@ -206,7 +205,7 @@ width: 60rpx; height: 60rpx; } - + .lab { font-size: 20rpx; color: #686B73; @@ -245,4 +244,4 @@ } } } - \ No newline at end of file +