Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
longhui_web
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
杨硕
longhui_web
Commits
5ab3b7c9
Commit
5ab3b7c9
authored
Jun 29, 2023
by
高宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
会员权益添加等级卡片和描述卡片
parent
a164611d
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
130 additions
and
30 deletions
+130
-30
activityadd.vue
src/views/activity/activityadd.vue
+3
-0
businessadd.vue
src/views/business/businessadd.vue
+5
-0
index.vue
src/views/business/index.vue
+122
-30
No files found.
src/views/activity/activityadd.vue
View file @
5ab3b7c9
...
...
@@ -172,6 +172,7 @@ export default {
}
}
return
{
srcList
:
[],
pickoptions
:
{
disabledDate
:
time
=>
{
const
oneDay
=
60
*
60
*
24
*
1000
...
...
@@ -285,6 +286,8 @@ export default {
this
.
formdisable
=
true
// this.endtimedisable = true
this
.
numinputdisable
=
true
this
.
uploaddisable
=
true
this
.
srcList
.
push
(
this
.
imageUrl
)
this
.
form
.
activityDetails
=
this
.
form
.
activityDetails
.
replace
(
/\<p/gi
,
'<p style=" margin: 0px;" '
)
this
.
form
.
activityDetails
=
this
.
form
.
activityDetails
.
replace
(
/\<img/gi
,
...
...
src/views/business/businessadd.vue
View file @
5ab3b7c9
...
...
@@ -118,6 +118,9 @@ export default {
validMobile
(
value
)
?
callback
()
:
callback
(
new
Error
(
'手机号格式不正确'
))
}
return
{
baseURL
:
'http://192.144.239.97:20043/file/'
,
imgageList
:
[],
imgList
:
[],
imgUrl
:
''
,
imgageUrl
:
''
,
// 表单数据
...
...
@@ -174,6 +177,8 @@ export default {
queryDetailById
(
id
).
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
this
.
form
=
res
.
data
this
.
uploaddisable1
=
true
this
.
uploaddisable
=
true
// this.imgUrl = baseURL + this.form.imgUrl
if
(
this
.
form
.
imgUrl
===
null
)
{
this
.
imgUrl
=
baseURL
+
'/static/images/login/denglu_icon_logo.png'
...
...
src/views/business/index.vue
View file @
5ab3b7c9
This diff is collapsed.
Click to expand it.
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