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
2c2ae368
Commit
2c2ae368
authored
Nov 25, 2022
by
王永阿飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了bug
parent
773342f3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
activity_detail.vue
tjty-app/pages_activity/activity_detail/activity_detail.vue
+3
-4
activity_immedSignIn.vue
...es_activity/activity_immedSignIn/activity_immedSignIn.vue
+2
-2
No files found.
tjty-app/pages_activity/activity_detail/activity_detail.vue
View file @
2c2ae368
...
...
@@ -128,10 +128,9 @@
console
.
log
(
this
.
activityId
)
this
.
getList
(
this
.
activityId
)
},
// onShow() {
// console.log('onShow')
// this.getList(this.activityId)
// },
onShow
()
{
this
.
getList
(
this
.
activityId
)
},
filters
:
{
ellipsis
(
value
){
if
(
!
value
)
return
''
;
...
...
tjty-app/pages_activity/activity_immedSignIn/activity_immedSignIn.vue
View file @
2c2ae368
...
...
@@ -26,7 +26,7 @@
<uni-easyinput
:inputBorder=
"false"
v-model=
"info.idCard"
placeholder=
"请输入证件号"
:clearable=
"false"
>
</uni-easyinput>
</uni-forms-item>
<uni-forms-item
label=
"
活动
分类"
required
name=
"projectId"
>
<uni-forms-item
label=
"
项目
分类"
required
name=
"projectId"
>
<picker
@
change=
"projectPickerChange"
:value=
"projectIndex"
:range=
"projectList"
range-key=
"projectName"
:disabled=
"projectDisable"
@
cancel=
"projectCancel"
>
<view
v-if=
"projectIndex ===projectList.length"
class=
"uni-input"
>
请选择项目
...
...
@@ -244,7 +244,7 @@ import {
this
.
info
.
status
=
'0'
addsignInInfo
(
this
.
info
).
then
(
response
=>
{
console
.
log
(
response
)
//存在的话就返回报错
if
(
response
.
data
.
code
===
500
)
if
(
response
.
code
===
500
)
return
uni
.
$showMsg
(
response
.
msg
)
this
.
orderVo
.
signupId
=
response
.
data
.
signupId
this
.
orderVo
.
wechatId
=
this
.
info
.
wechatId
...
...
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