Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
施宇
/
icsalesProgram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
bff2d0d5
authored
Sep 29, 2019
by
施宇
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
11
parent
0b5e25a5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
pages/detail/chat/index.js
pages/tab/message/message.js
pages/detail/chat/index.js
View file @
bff2d0d5
...
...
@@ -16,7 +16,6 @@ Page({
onLoad
(
options
)
{
let
username
=
JSON
.
parse
(
options
.
username
);
this
.
setData
({
username
:
username
});
console
.
log
(
username
)
if
(
getApp
().
globalData
.
customerNum
==
username
.
your
){
wx
.
setNavigationBarTitle
({
title
:
'芯掌柜客服'
...
...
pages/tab/message/message.js
View file @
bff2d0d5
...
...
@@ -133,7 +133,6 @@ Page({
img
:
detail
.
ext
.
img
,
img1
:
detail
.
ext
.
img1
};
console
.
log
(
nameList
)
wx
.
navigateTo
({
url
:
"/pages/detail/chat/index?username="
+
JSON
.
stringify
(
nameList
)
});
...
...
@@ -182,7 +181,6 @@ Page({
* 生命周期函数--监听页面隐藏
*/
onHide
:
function
()
{
console
.
log
(
wx
)
wx
.
removeStorageSync
(
'is_ShowModal'
)
},
...
...
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