|
|
@@ -26,7 +26,7 @@
|
|
|
<script>
|
|
|
import { getMallRechargeShortLink } from "@/api/recharge";
|
|
|
export default {
|
|
|
- name: "shPayCp",
|
|
|
+ name: "balanceCp",
|
|
|
data() {
|
|
|
return {
|
|
|
orderInfo:[],
|
|
|
@@ -51,7 +51,7 @@ export default {
|
|
|
if(res.code == 1){
|
|
|
let rechargeAccountLink = res.data.rechargeAccountLink ? res.data.rechargeAccountLink:''
|
|
|
let orderLink = res.data.orderLink?res.data.orderLink:''
|
|
|
- this.copyText = "售后金额¥"+amount+"元,已退回到你的余额\n点击下面链接查看你的余额\n余额 "+rechargeAccountLink+"\n订单 "+orderLink+"\n链接30天后失效"
|
|
|
+ this.copyText = "售后金额¥"+amount+"元,已退回到你的余额\n点击下面链接查看你的余额\n\n余额 "+rechargeAccountLink+"\n\n订单 "+orderLink+"\n\n链接30天后失效"
|
|
|
}
|
|
|
})
|
|
|
},
|