|
@@ -175,7 +175,8 @@ export default {
|
|
|
// });
|
|
|
this.$message({
|
|
|
dangerouslyUseHTMLString: true,
|
|
|
- message: '<strong><a href="http://free.liaoningdoupo.com/platlive/newlogin" style="color:red;">游客身份无法与卖家对话,请先注册</a></strong>',
|
|
|
+ message:
|
|
|
+ '<strong><a href="http://free.liaoningdoupo.com/platlive/newlogin" style="color:red;text-decoration:none;">游客身份无法与卖家对话,请先注册</a></strong>',
|
|
|
type: 'error',
|
|
|
});
|
|
|
return;
|
|
@@ -215,7 +216,8 @@ export default {
|
|
|
// });
|
|
|
this.$message({
|
|
|
dangerouslyUseHTMLString: true,
|
|
|
- message: '<strong><a href="http://free.liaoningdoupo.com/platlive/newlogin" style="color:red;">游客身份无法与卖家对话,请先注册</a></strong>',
|
|
|
+ message:
|
|
|
+ '<strong><a href="http://free.liaoningdoupo.com/platlive/newlogin" style="color:red;text-decoration:none;">游客身份无法与卖家对话,请先注册</a></strong>',
|
|
|
type: 'error',
|
|
|
});
|
|
|
return;
|