diff --git a/exchange.html b/exchange.html index a04a6de..36d82c0 100644 --- a/exchange.html +++ b/exchange.html @@ -324,7 +324,7 @@ // 查询订单接口 if (this.goodInfo.product_type === 2) { if (this.goodInfo.card_show == 2) { - this.successTip = '兑换成功,请到订单列表查看卡密信息!'; + this.successTip = '兑换成功,请到页面左下角“订单”(订单列表处)查看卡密信息!'; } else { this.successTip = '兑换成功,请到注意查收手机短信!'; }