Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
3814456e
Commit
3814456e
authored
Apr 20, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
8f2791b6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
11 deletions
+13
-11
editData.vue
pages/blindDate/editData.vue
+10
-8
persondetails.vue
pages/blindDate/persondetails.vue
+3
-3
No files found.
pages/blindDate/editData.vue
View file @
3814456e
...
...
@@ -99,13 +99,14 @@
</view>
</view>
<view
class=
"conBox"
v-if=
"item.type==3"
>
<textarea
v-model=
"data[item.field]"
class=
"textareaBox"
maxlength=
'
45
0'
:placeholder=
"item.placehloder"
/>
<textarea
v-model=
"data[item.field]"
class=
"textareaBox"
maxlength=
'
50
0'
:placeholder=
"item.placehloder"
/>
</view>
</view>
</view>
<view
style=
"font-size: 17px;color:#111111;font-weight: bold;"
>
请上传身份证正反面
</view>
<view
style=
"font-size: 11px;color:#888;"
>
注:身份证正反面没上传无法发布朋友圈和拼拼Plus!
</view>
<view
class=
"sfz"
>
<view>
<view
class=
"sfz-l-title"
>
头像面
</view>
...
...
@@ -297,11 +298,6 @@
field
:
"Hobby"
,
placehloder
:
"唱歌、跳街舞、拍照、旅游、看电影、画画、自驾游、等"
,
type
:
3
},{
name
:
"活动区域"
,
field
:
"ActivityRegion"
,
placehloder
:
"自己最近的活动区域"
,
type
:
3
},{
name
:
"喜欢的食物"
,
field
:
"LikeFood"
,
...
...
@@ -361,8 +357,14 @@
placehloder
:
"请填写方便的地点"
,
subType
:
1
,
showType
:
"text"
},]
},
},
]
},{
name
:
"活动区域"
,
field
:
"ActivityRegion"
,
placehloder
:
"自己最近的活动区域"
,
type
:
3
}
],
photoDemo
:
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/camera.png"
,
//占位图片
data
:{
...
...
pages/blindDate/persondetails.vue
View file @
3814456e
...
...
@@ -438,8 +438,8 @@
<rich-text
v-if=
"dataList.HopeYou!=''"
:nodes=
"dataList.HopeYou"
style=
"font-size: 12px;color: #000;"
></rich-text>
</u-read-more>
</view>
<view
style=
"font-size: 17px;color:#111111;font-weight: bold;margin-top: 10px;"
>
身份证正反面
</view>
<view
class=
"sfz"
>
<view
style=
"font-size: 17px;color:#111111;font-weight: bold;margin-top: 10px;"
v-if=
"mall_UserInfo.UserId == dataList.Id"
>
身份证正反面
</view>
<view
class=
"sfz"
v-if=
"mall_UserInfo.UserId == dataList.Id"
>
<view>
<view
class=
"sfz-l-title"
>
头像面
</view>
<view
class=
"sfz-l-c"
>
您的身份证头像面
</view>
...
...
@@ -449,7 +449,7 @@
<image
:src=
"dataList.IDCard"
style=
"width: 100%;Height: 100%;"
v-else
></image>
</view>
</view>
<view
class=
"sfz"
>
<view
class=
"sfz"
v-if=
"mall_UserInfo.UserId == dataList.Id"
>
<view>
<view
class=
"sfz-l-title"
>
国徽面
</view>
<view
class=
"sfz-l-c"
>
您的身份证国徽面
</view>
...
...
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