Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
tjty-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王永飞
tjty-app
Commits
96876c15
Commit
96876c15
authored
Nov 25, 2022
by
王宝峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
上传作品pc端图片无法回显问题修复;留言咨询姓名长度限制问题修复
parent
4ee2853e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
tity_message_consult.vue
...s_new_media/tity_message_consult/tity_message_consult.vue
+2
-2
tity_upload_port.vue
...app/pages_new_media/tity_upload_port/tity_upload_port.vue
+2
-1
No files found.
tjty-app/pages_new_media/tity_message_consult/tity_message_consult.vue
View file @
96876c15
...
@@ -5,12 +5,12 @@
...
@@ -5,12 +5,12 @@
<uni-forms
ref=
"form"
:modelValue=
"personnel"
label-position=
"top"
>
<uni-forms
ref=
"form"
:modelValue=
"personnel"
label-position=
"top"
>
<uni-forms-item
name=
"consultContent"
>
<uni-forms-item
name=
"consultContent"
>
<uni-easyinput
type=
"textarea"
:inputBorder=
"false"
v-model=
"personnel.consultContent"
<uni-easyinput
type=
"textarea"
:inputBorder=
"false"
v-model=
"personnel.consultContent"
placeholder=
"请输入留言内容"
:trim=
"both"
@
focus=
"contentFlag = false"
/>
placeholder=
"请输入留言内容"
:trim=
"both"
@
focus=
"contentFlag = false"
maxlength=
"140"
/>
<view
v-if=
"contentFlag"
class=
"contentVerify"
>
内容不能为空格或回车
</view>
<view
v-if=
"contentFlag"
class=
"contentVerify"
>
内容不能为空格或回车
</view>
</uni-forms-item>
</uni-forms-item>
<uni-forms-item
label=
"姓名"
:required=
"true"
name=
"nickName"
>
<uni-forms-item
label=
"姓名"
:required=
"true"
name=
"nickName"
>
<uni-easyinput
:inputBorder=
"false"
type=
"text"
v-model=
"personnel.nickName"
<uni-easyinput
:inputBorder=
"false"
type=
"text"
v-model=
"personnel.nickName"
maxlength=
"1
0
"
placeholder=
"请输入姓名"
/>
maxlength=
"1
6
"
placeholder=
"请输入姓名"
/>
</uni-forms-item>
</uni-forms-item>
<uni-forms-item
label=
"手机号"
:required=
"true"
name=
"phone"
>
<uni-forms-item
label=
"手机号"
:required=
"true"
name=
"phone"
>
<uni-easyinput
:inputBorder=
"false"
type=
"text"
v-model=
"personnel.phone"
maxlength=
"11"
<uni-easyinput
:inputBorder=
"false"
type=
"text"
v-model=
"personnel.phone"
maxlength=
"11"
...
...
tjty-app/pages_new_media/tity_upload_port/tity_upload_port.vue
View file @
96876c15
...
@@ -116,7 +116,8 @@
...
@@ -116,7 +116,8 @@
// 活动需要的作品形式(1--图片, 2--视频)
// 活动需要的作品形式(1--图片, 2--视频)
fileType
:
'1'
,
fileType
:
'1'
,
url
:
'https://www.aiwanyundong.com/api/tjt-activity/picture/addPicture'
,
// url: 'https://www.aiwanyundong.com/api/tjt-activity/picture/addPicture',
url
:
'https://www.aiwanyundong.com/stage-api/tjt-activity/picture/addPicture'
,
clearIcon
:
'../../static/upload-img-icons/conteng_icon_del.png'
,
clearIcon
:
'../../static/upload-img-icons/conteng_icon_del.png'
,
selectfile
:
'data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCB4PSIuMjUiIHk9Ii4yNSIgd2lkdGg9IjYzLjUiIGhlaWdodD0iNjMuNSIgcng9IjMuNzUiIGZpbGw9IiNGMkYyRjIiIHN0cm9rZT0iI0YyRjJGMiIgc3Ryb2tlLXdpZHRoPSIuNSIvPjxyZWN0IHg9IjE2IiB5PSIzMSIgd2lkdGg9IjMyIiBoZWlnaHQ9IjIiIHJ4PSIxIiBmaWxsPSIjQkZCRkJGIi8+PHJlY3QgeD0iMzMiIHk9IjE2IiB3aWR0aD0iMzIiIGhlaWdodD0iMiIgcng9IjEiIHRyYW5zZm9ybT0icm90YXRlKDkwIDMzIDE2KSIgZmlsbD0iI0JGQkZCRiIvPjwvc3ZnPg=='
,
selectfile
:
'data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCB4PSIuMjUiIHk9Ii4yNSIgd2lkdGg9IjYzLjUiIGhlaWdodD0iNjMuNSIgcng9IjMuNzUiIGZpbGw9IiNGMkYyRjIiIHN0cm9rZT0iI0YyRjJGMiIgc3Ryb2tlLXdpZHRoPSIuNSIvPjxyZWN0IHg9IjE2IiB5PSIzMSIgd2lkdGg9IjMyIiBoZWlnaHQ9IjIiIHJ4PSIxIiBmaWxsPSIjQkZCRkJGIi8+PHJlY3QgeD0iMzMiIHk9IjE2IiB3aWR0aD0iMzIiIGhlaWdodD0iMiIgcng9IjEiIHRyYW5zZm9ybT0icm90YXRlKDkwIDMzIDE2KSIgZmlsbD0iI0JGQkZCRiIvPjwvc3ZnPg=='
,
VideoOfImagesShow
:
true
,
// 页面图片或视频数量超出后,拍照按钮隐藏
VideoOfImagesShow
:
true
,
// 页面图片或视频数量超出后,拍照按钮隐藏
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment