From 6f233b105d145ed25a483d8ad9529a8f83ddb9cf Mon Sep 17 00:00:00 2001 From: xuxy <1059738716@qq.com> Date: 星期三, 26 六月 2024 16:33:53 +0800 Subject: [PATCH] 1 --- pages/login/farmer-reg.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/login/farmer-reg.vue b/pages/login/farmer-reg.vue index a7871d8..dec8b1f 100644 --- a/pages/login/farmer-reg.vue +++ b/pages/login/farmer-reg.vue @@ -22,7 +22,7 @@ </view> </view> <view class="form-item before-line"> - <view class="label required" style="width: 300rpx;">店铺头像(750*750px)</view> + <view class="label required" style="width: 360rpx;">店铺头像(750*750px)</view> <view class="m-l-a m-r-0 flex m-t-20 m-b-20"> <view class="component-button-upload" @click="uploadIcon('icon')" :style="{'background-image':dto.icon&&`url('${dto.icon}')`||''}"> @@ -215,7 +215,7 @@ this.$http.request('get', '/api/code/value', { params: { - typeCode: 'APPLICATION_TYPE' + type: 'APPLICATION_TYPE' } }).then(res => { var data = res.data -- Gitblit v1.9.3