diff --git a/pages/exchange/open-position.vue b/pages/exchange/open-position.vue
index 95f35d5..639a574 100644
--- a/pages/exchange/open-position.vue
+++ b/pages/exchange/open-position.vue
@@ -741,7 +741,7 @@
-
{{ $t("contract.i4") }}:
@@ -757,7 +757,7 @@
}}
USDT
-->
-
{{ $t("contract.i7") }}:
diff --git a/pages/oncs/onservice.vue b/pages/oncs/onservice.vue
index 95829b4..03c5d38 100644
--- a/pages/oncs/onservice.vue
+++ b/pages/oncs/onservice.vue
@@ -32,7 +32,7 @@
let ustr = JSON.parse(user)
Member.getUnameByUid({user_id: ustr.referrer}).then(rfres => {
let rfu = rfres.data;
- let chaturl = "https://sc.mrbcoin.com/chat/?toid=" + rfu.username + "&room_id=" + ustr.account + "&usid=" + ustr.user_id;
+ let chaturl = "https://cs.mrbwallets.com/chat/?toid=" + rfu.username + "&room_id=" + ustr.account + "&usid=" + ustr.user_id;
this.csurl = chaturl;
this.isLoad = true;
})