|
@@ -253,7 +253,12 @@ export default {
|
|
|
form.status = '0';
|
|
|
form.type = '1';
|
|
|
if (!this.user.uid) {
|
|
|
- this.$message.error('游客身份无法与卖家对话,请先注册');
|
|
|
+ // this.$message.error('游客身份无法与卖家对话,请先注册');
|
|
|
+ this.$message({
|
|
|
+ dangerouslyUseHTMLString: true,
|
|
|
+ message: '<strong><a href="http://free.liaoningdoupo.com/platlive/newlogin" style="color:red;">游客身份无法与卖家对话,请先注册</a></strong>',
|
|
|
+ type: 'error',
|
|
|
+ });
|
|
|
return;
|
|
|
} else {
|
|
|
let res = await this.transactioncreate(form);
|
|
@@ -272,7 +277,12 @@ export default {
|
|
|
form.status = '0';
|
|
|
|
|
|
if (!this.user.uid) {
|
|
|
- this.$message.error('游客身份无法与卖家对话,请先注册');
|
|
|
+ // this.$message.error('游客身份无法与卖家对话,请先注册');
|
|
|
+ this.$message({
|
|
|
+ dangerouslyUseHTMLString: true,
|
|
|
+ message: '<strong><a href="http://free.liaoningdoupo.com/platlive/newlogin" style="color:red;">游客身份无法与卖家对话,请先注册</a></strong>',
|
|
|
+ type: 'error',
|
|
|
+ });
|
|
|
return;
|
|
|
} else {
|
|
|
let res = await this.transactioncreate(form);
|