|
@@ -179,10 +179,14 @@ export default {
|
|
|
//TODO 请求房间号
|
|
|
let obj = {};
|
|
|
if (!this.user.uid) {
|
|
|
- this.$message.error({
|
|
|
+ // this.$message.error({
|
|
|
+ // dangerouslyUseHTMLString: true,
|
|
|
+ // message: '<strong><a href="/login" >游客身份无法与卖家对话,请先注册<a></strong>',
|
|
|
+ // });
|
|
|
+ this.$message({
|
|
|
dangerouslyUseHTMLString: true,
|
|
|
- message: '<strong>游客身份无法与卖家对话,请先注册<a href="/login" >注册<a> </strong>',
|
|
|
- // <el-link :underline="false"
|
|
|
+ message: '<strong><a href="http://free.liaoningdoupo.com/platlive/newlogin" style="color:red;">游客身份无法与卖家对话,请先注册</a></strong>',
|
|
|
+ type: 'error',
|
|
|
});
|
|
|
return;
|
|
|
} else {
|
|
@@ -215,9 +219,14 @@ export default {
|
|
|
form.status = '0';
|
|
|
if (!this.user.uid) {
|
|
|
// this.$message.error('游客身份无法与卖家对话,请先注册');
|
|
|
- this.$message.error({
|
|
|
+ // this.$message.error({
|
|
|
+ // dangerouslyUseHTMLString: true,
|
|
|
+ // message: '<strong>游客身份无法与卖家对话,请先注册<a href="/login" >注册<a> </strong>',
|
|
|
+ // });
|
|
|
+ this.$message({
|
|
|
dangerouslyUseHTMLString: true,
|
|
|
- message: '<strong>游客身份无法与卖家对话,请先注册<a href="/login" >注册<a> </strong>',
|
|
|
+ message: '<strong><a href="http://free.liaoningdoupo.com/platlive/newlogin" style="color:red;">游客身份无法与卖家对话,请先注册</a></strong>',
|
|
|
+ type: 'error',
|
|
|
});
|
|
|
return;
|
|
|
} else {
|