Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
邱骏
6 years ago
Commit
e7cb064ffb2bfa8e0deccbcf10c3c2225c25cdc8
1 parent
3d7f831c
update
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
apps/about/views/action/contact.hbs
public/js/service/client.page.js
apps/about/views/action/contact.hbs
View file @
e7cb064
...
...
@@ -14,7 +14,7 @@
<p>
<strong>
客户服务:
</strong><br/>
电话:4008899646
<br/>
EMAIL:service#yoho.cn (发送邮件时请将#换成@)
EMAIL:
yoho-
service#yoho.cn (发送邮件时请将#换成@)
</p><br/>
<p>
<strong>
广告服务:
</strong><br/>
...
...
public/js/service/client.page.js
View file @
e7cb064
...
...
@@ -303,7 +303,7 @@ function _loadPage() {
image
.
onload
=
function
()
{
msgAppend
(
dom
);
};
}
else
{
}
else
if
(
msgType
===
1
||
msgType
===
10
)
{
dom
=
cusTpl
({
userHead
:
rec
.
userHead
,
userName
:
rec
.
userName
,
...
...
@@ -354,7 +354,7 @@ function _loadPage() {
image
.
onload
=
function
()
{
msgAppend
(
dom
);
};
}
else
{
}
else
if
(
msgType
===
1
||
msgType
===
10
)
{
dom
=
csTpl
({
csHead
:
rec
.
csHead
,
csName
:
rec
.
csName
,
...
...
Please
register
or
login
to post a comment