Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
ybf
Project
Project
Details
Activity
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
xulili
ybf
Commits
3530561f
Commit
3530561f
authored
Apr 05, 2020
by
xulili
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改消息
parent
69e60f0c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
index.vue
wx_application/src/views/mainSale/me/main/index.vue
+6
-1
index.vue
wx_application/src/views/mainSale/message/index.vue
+0
-1
No files found.
wx_application/src/views/mainSale/me/main/index.vue
View file @
3530561f
...
...
@@ -6,7 +6,7 @@
<div
class=
"infos"
>
<div
class=
"info"
>
<div
class=
"info-logos"
>
<img
class=
"info-logo"
:src=
"
cache.icon.testImg
"
/>
<img
class=
"info-logo"
:src=
"
avatarUrl
"
/>
</div>
<div
class=
"info-msgs"
>
<div
class=
"msg"
>
...
...
@@ -157,6 +157,11 @@
},
menuCase
()
{
this
.
$router
.
push
({
path
:
"/case"
});
},
handleDetail
(
type
){
if
(
type
===
'message'
){
this
.
$router
.
push
(
'/message'
)
}
}
}
};
...
...
wx_application/src/views/mainSale/message/index.vue
View file @
3530561f
...
...
@@ -38,7 +38,6 @@
handleGetMessageByClerkId
()
{
let
_this
=
this
let
requestRarams
=
{
userId
:
_this
.
userId
}
alert
(
JSON
.
stringify
(
requestRarams
))
getMessageByUserId
(
requestRarams
)
.
then
(
res
=>
{
if
(
res
.
result
==
'success'
)
{
...
...
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