|
@ -83,7 +83,7 @@ export default { |
|
|
if (response.data.status) { |
|
|
if (response.data.status) { |
|
|
this.cardid = response.data.data.cardid; |
|
|
this.cardid = response.data.data.cardid; |
|
|
this.secret = response.data.data.secret; |
|
|
this.secret = response.data.data.secret; |
|
|
this.copyText = "订单编号:" + this.orderid + "\n" + "卡号:" + this.cardid; |
|
|
this.copyText = "订单编号:" + this.orderid + "\n" + "卡号:" + this.cardid + "\n" + "密码:" + this.secret; |
|
|
} else { |
|
|
} else { |
|
|
this.promptshow(response.data.info); |
|
|
this.promptshow(response.data.info); |
|
|
} |
|
|
} |
|
|