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
8cd1155e
Commit
8cd1155e
authored
Mar 30, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
26160e26
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
message.vue
pages/blindDate/message.vue
+1
-0
postDetails.vue
pages/blindDate/postDetails.vue
+8
-4
No files found.
pages/blindDate/message.vue
View file @
8cd1155e
...
@@ -60,6 +60,7 @@
...
@@ -60,6 +60,7 @@
})
})
},
},
getMiaiMessageCenter
(){
getMiaiMessageCenter
(){
console
.
log
(
'进入更新'
)
this
.
request2
(
this
.
request2
(
{
{
url
:
'/api/AppletMiai/GetMiaiMessageCenter'
,
url
:
'/api/AppletMiai/GetMiaiMessageCenter'
,
...
...
pages/blindDate/postDetails.vue
View file @
8cd1155e
...
@@ -558,7 +558,6 @@
...
@@ -558,7 +558,6 @@
</view>
</view>
</view>
</view>
</view>
</view>
</scroll-view>
</scroll-view>
</view>
</view>
<view
class=
"comment"
>
<view
class=
"comment"
>
...
@@ -911,6 +910,7 @@
...
@@ -911,6 +910,7 @@
}
}
);
);
}
}
this
.
initialize
()
}
else
{
}
else
{
this
.
request2
(
this
.
request2
(
{
{
...
@@ -924,13 +924,13 @@
...
@@ -924,13 +924,13 @@
}
}
}
}
);
);
this
.
initialize
();
this
.
initialize
(
2
);
this
.
sendMsg
.
ParentId
=
this
.
twodata
.
Id
this
.
sendMsg
.
ParentId
=
this
.
twodata
.
Id
this
.
ParentName
=
''
;
this
.
ParentName
=
''
;
this
.
sendMsg
.
Content
=
''
this
.
sendMsg
.
Content
=
''
}
}
this
.
getCount
()
this
.
getCount
()
this
.
initialize
()
}
}
);
);
}
}
...
@@ -970,8 +970,12 @@
...
@@ -970,8 +970,12 @@
},
},
initialize
(
type
=
1
){
//初始值发送的内容
initialize
(
type
=
1
){
//初始值发送的内容
this
.
sendMsg
.
Content
=
''
;
this
.
sendMsg
.
Content
=
''
;
this
.
sendMsg
.
ParentId
=
0
;
if
(
type
==
1
){
this
.
sendMsg
.
ParentId
=
0
;
}
this
.
sendMsg
.
ImageList
=
[];
this
.
sendMsg
.
ImageList
=
[];
this
.
sendMsg
.
ReplyUserId
=
0
;
this
.
ParentName
=
''
;
this
.
ParentName
=
''
;
this
.
showreply
=
false
this
.
showreply
=
false
this
.
showreply2
=
false
this
.
showreply2
=
false
...
...
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