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
4d2cb2d0
Commit
4d2cb2d0
authored
Sep 03, 2021
by
罗超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/viitto/mallapp
into master
parents
dec37243
442ea7d6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
36 deletions
+43
-36
listsignUp.vue
pages/kotra/billboard/listsignUp.vue
+43
-36
No files found.
pages/kotra/billboard/listsignUp.vue
View file @
4d2cb2d0
...
...
@@ -2,9 +2,9 @@
.listsignUp
{
width
:
100%
;
height
:
100vh
;
/* overflow-y: auto; */
overflow-y
:
auto
;
background
:
#F6F6F6
;
padding
:
18px
;
}
.listsignUp
.single_Phone
{
...
...
@@ -40,37 +40,40 @@
}
</
style
>
<
template
>
<view
class=
"listsignUp"
v-if=
"!loading"
>
<view
style=
"width: 100%;padding: 15px;border-radius: 15px;background: #FFF;"
>
<view>
<view
class=
"single_Phone"
style=
"margin-top: 0;"
>
<span
style=
"color:red;margin-right:5rpx;"
>
*
</span>
参与品牌/载体
</view>
<view
class=
"single_Input"
@
click=
"show=true"
style=
"width: 100%;display: flex;align-items: center;justify-content: space-between;"
>
<input
style=
"width: 90%"
v-model=
"ObjectName"
:disabled=
"true"
placeholder=
"请选择"
/>
<u-icon
name=
"arrow"
color=
"#909399"
size=
"36"
></u-icon>
<view
class=
"listsignUp"
v-if=
"!loading"
>
<view
style=
"width: 100%;height: 100%;padding: 18px;"
>
<view
style=
"width: 100%;padding: 15px;border-radius: 15px;background: #FFF;"
>
<view>
<view
class=
"single_Phone"
style=
"margin-top: 0;"
>
<span
style=
"color:red;margin-right:5rpx;"
>
*
</span>
参与品牌/载体
</view>
<view
class=
"single_Input"
@
click=
"show=true"
style=
"width: 100%;display: flex;align-items: center;justify-content: space-between;"
>
<input
style=
"width: 90%"
v-model=
"ObjectName"
:disabled=
"true"
placeholder=
"请选择"
/>
<u-icon
name=
"arrow"
color=
"#909399"
size=
"36"
></u-icon>
</view>
<u-picker
v-model=
"show"
mode=
"selector"
:range=
"CarrierList"
range-key=
"Name"
@
confirm=
'confirm'
></u-picker>
</view>
<
u-picker
v-model=
"show"
mode=
"selector"
:range=
"CarrierList"
range-key=
"Name"
@
confirm=
'confirm'
></u-picker>
</view>
<template
v-for=
"(item,index) in dataList"
>
<singleText
v-if=
"item.CompKey=='SingleLineText'"
:CompData=
"item.CompData"
:index=
'index'
@
success=
"datasuccess()"
></singleText>
<multipleText
v-if=
"item.CompKey=='MultiLineText'"
:CompData=
"item.CompData"
:index=
'index'
@
success=
"datasuccess()"
></multipleText>
<selectChoice
v-if=
"item.CompKey=='DorpDownList'"
:CompData=
"item.CompData"
:index=
'index'
@
success=
"datasuccess()"
></selectChoice>
<pictureUpload
v-if=
"item.CompKey=='ImageUploadComp'"
:CompData=
"item.CompData"
:index=
'index'
@
success=
"datasuccess()"
></pictureUpload>
<videoUpload
v-if=
"item.CompKey=='VideoUploadComp'"
:CompData=
"item.CompData"
:index=
'index'
@
success=
"datasuccess()"
></videoUpload
>
<
fileType
v-if=
"item.CompKey=='CommonUploadComp'"
:CompData=
"item.CompData"
:index=
'index'
@
success=
"datasuccess()"
></fileType>
</
template
>
<view
class=
"btn"
@
click=
"setapply()"
>
提交申请
</view>
</view>
<
template
v-for=
"(item,index) in dataList"
>
<singleText
v-if=
"item.CompKey=='SingleLineText'"
:CompData=
"item.CompData"
:index=
'index'
@
success=
"datasuccess()"
></singleText>
<multipleText
v-if=
"item.CompKey=='MultiLineText'"
:CompData=
"item.CompData"
:index=
'index'
@
success=
"datasuccess()"
></multipleText>
<selectChoice
v-if=
"item.CompKey=='DorpDownList'"
:CompData=
"item.CompData"
:index=
'index'
@
success=
"datasuccess()"
></selectChoice>
<pictureUpload
v-if=
"item.CompKey=='ImageUploadComp'"
:CompData=
"item.CompData"
:index=
'index'
@
success=
"datasuccess()"
></pictureUpload>
<videoUpload
v-if=
"item.CompKey=='VideoUploadComp'"
:CompData=
"item.CompData"
:index=
'index'
@
success=
"datasuccess()"
></videoUpload>
<fileType
v-if=
"item.CompKey=='CommonUploadComp'"
:CompData=
"item.CompData"
:index=
'index'
@
success=
"datasuccess()"
></fileType
>
<
/
template
>
<view
class=
"btn"
@
click=
"setapply()"
>
提交申请
</view>
</view>
</view>
<u-modal
v-model=
"rzshow"
content=
"还未进行认证,现在去认证"
...
...
@@ -290,8 +293,8 @@
}
let
dataList
=
JSON
.
parse
((
JSON
.
stringify
(
this
.
dataList
)))
dataList
.
map
(
x
=>
{
if
(
show
==
true
)
{
return
if
(
show
==
true
)
{
return
}
if
(
x
.
CompKey
==
'DorpDownList'
&&
x
.
CompData
.
IsMultiple
==
true
){
if
(
Array
.
isArray
(
x
.
CompData
.
OptionValue
)){
...
...
@@ -313,13 +316,17 @@
uni
.
showToast
({
title
:
'请选择'
+
x
.
CompData
.
Name
,
icon
:
'none'
})
})
show
=
true
return
}
}
})
console
.
log
(
'调用接口'
)
if
(
show
==
true
)
{
return
}
this
.
addMsg
.
Content
=
JSON
.
stringify
(
dataList
)
let
that
=
this
...
...
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