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
ecdeea70
Commit
ecdeea70
authored
Sep 01, 2021
by
罗超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/viitto/mallapp
into master
parents
3cf7e9e0
505dd1b4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
7 deletions
+30
-7
index.vue
components/tradeActivity/index.vue
+20
-3
activeSignUp.vue
pages/kotra/activeSignUp.vue
+10
-4
No files found.
components/tradeActivity/index.vue
View file @
ecdeea70
...
...
@@ -5,7 +5,14 @@
{{
item
.
ActivityName
}}
<img
:src=
"item.CoverImg"
style=
"margin-bottom:-4px"
mode=
"widthFix"
/>
</view>
<u-button
size=
"80"
:ripple=
"true"
shape=
"circle"
:custom-style=
"
{
backgroundColor: mc,
height: '80rpx',
color: '#FFF',
fontSize: '14px',
margin: '0 3vw',
width: '40vw',
}" @click="goSignUp()">立即报名
</u-button>
</view>
</
template
>
...
...
@@ -14,14 +21,24 @@
props
:
[
"dataObj"
],
data
()
{
return
{
tradeData
:
this
.
dataObj
mc
:
''
,
tradeData
:
this
.
dataObj
,
Ids
:
'7,8,9'
}
},
mounted
()
{
this
.
mc
=
this
.
$uiConfig
.
mainColor
;
},
created
()
{
console
.
log
(
"tradeData"
,
this
.
tradeData
);
},
methods
:
{
//跳转报名
goSignUp
(){
uni
.
navigateTo
({
url
:
"/pages/kotra/activeSignUp?Id="
+
this
.
Ids
});
}
},
};
</
script
>
...
...
pages/kotra/activeSignUp.vue
View file @
ecdeea70
...
...
@@ -131,11 +131,16 @@
natureList
:
[],
//性质数组
commonIndex
:
-
1
,
signMsg
:{
ActivityIds
:
''
,
CompanyName
:
''
,
Nature
:
''
,
ActivityIds
:
'
7,8,9
'
,
CompanyName
:
'
成都微途科技
'
,
Nature
:
'
1
'
,
Remark
:
''
,
FirstShopLinkManList
:[]
FirstShopLinkManList
:[{
LinkMan
:
'张三'
,
LinkTel
:
'12345678'
,
Post
:
'总经理'
,
CountryInfo
:
'中国四川省成都市'
}]
}
}
},
...
...
@@ -145,6 +150,7 @@
this
.
getNatureList
();
},
onLoad
(
options
)
{
console
.
log
(
options
,
'optionssss'
);
uni
.
setNavigationBarTitle
({
title
:
"活动报名"
,
});
...
...
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