Browse Source

style

pull/6/head
pengda 8 months ago
parent
commit
6966103d3d
  1. 2
      src/components/cardSecretQuery.vue

2
src/components/cardSecretQuery.vue

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

Loading…
Cancel
Save