Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
9 years ago
Commit
9596d28eb5d8b168dfe01d5a93d2b6da34c81bf0
1 parent
6be996ef
service online link
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
apps/me/views/action/index.hbs
apps/me/views/partial/exchange-detail.hbs
apps/me/views/partial/refund-detail.hbs
apps/shopping/models/order.js
config/common.js
apps/me/views/action/index.hbs
View file @
9596d28
...
...
@@ -85,7 +85,7 @@
{{!-- 在线客服和返回顶部 --}}
<div
class=
"service-top"
>
<a
class=
"service"
href=
"http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=
620092&configID=149091&jid=8732423409
"
target=
"_blank"
>
<a
class=
"service"
href=
"http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=
703953&configID=149819&jid=1099911094
"
target=
"_blank"
>
<span
class=
"iconfont"
>

</span>
<span
class=
"hover-text hide"
>
在线
<br>
客服
</span>
</a>
...
...
apps/me/views/partial/exchange-detail.hbs
View file @
9596d28
...
...
@@ -30,7 +30,7 @@
<div
class=
"way"
>
{{#if
takeGoods
}}
<p
class=
"contact"
>
我们会尽快将您的商品发出,请耐心等待,如有疑问,请联系
<a
href=
"http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=
620092&configID=149091&jid=8732423409
"
><span
class=
"iconfont"
>

</span>
在线客服
</p></a>
<p
class=
"contact"
>
我们会尽快将您的商品发出,请耐心等待,如有疑问,请联系
<a
href=
"http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=
703953&configID=149819&jid=1099911094
"
><span
class=
"iconfont"
>

</span>
在线客服
</p></a>
{{/if}}
{{#if
reminder
}}
...
...
apps/me/views/partial/refund-detail.hbs
View file @
9596d28
...
...
@@ -36,7 +36,7 @@
</p>
<p>
我们会在入库后的1-3个工作日内处理您的退款,如有疑问,请联系
<a
href=
"http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=
620092&configID=149091&jid=8732423409
"
class=
"online-service"
target=
"_blank"
>
<a
href=
"http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=
703953&configID=149819&jid=1099911094
"
class=
"online-service"
target=
"_blank"
>
<span
class=
"iconfont blue"
>

</span>
<span
class=
"blue"
>
在线客服
</span>
</a>
...
...
apps/shopping/models/order.js
View file @
9596d28
...
...
@@ -105,7 +105,7 @@ const _computeApi = (uid, deliveryWay, paymentType, yohoCoin) => api.get('', {
*/
const
compute
=
(
uid
,
yohoCoin
)
=>
{
// 目前仅支持普通快递和在线支付
let
deliveryWay
=
1
;
let
deliveryWay
=
2
;
let
paymentType
=
1
;
let
coin
;
...
...
config/common.js
View file @
9596d28
...
...
@@ -22,8 +22,8 @@ module.exports = {
},
cookieDomain
:
'yohobuy.com'
,
domains
:
{
api
:
'http://testapi.yoho.cn:28078/'
,
// devapi.yoho.cn:58078 testapi.yoho.cn:28078 devapi.yoho.cn:58078
service
:
'http://testservice.yoho.cn:28077/'
,
// testservice.yoho.cn:28077 devservice.yoho.cn:58077
api
:
'http://devapi.yoho.cn:58078/'
,
// devapi.yoho.cn:58078 testapi.yoho.cn:28078 devapi.yoho.cn:58078
service
:
'http://devservice.yoho.cn:58077/'
,
// testservice.yoho.cn:28077 devservice.yoho.cn:58077
search
:
'http://192.168.102.216:8080/yohosearch/'
},
useOneapm
:
false
,
...
...
Please
register
or
login
to post a comment