Commit b9e8d21c by 展昭

pay

parent 8db7dc3c
Showing with 1 additions and 0 deletions
...@@ -513,6 +513,7 @@ export default { ...@@ -513,6 +513,7 @@ export default {
}, },
async created() { async created() {
this.payUrl = localStorage.getItem("payUrl"); this.payUrl = localStorage.getItem("payUrl");
console.log('this.payUrl=',this.payUrl);
if (!this.payUrl) { if (!this.payUrl) {
this.payUrl = await this.loadPayUrl(); this.payUrl = await this.loadPayUrl();
localStorage.setItem("payUrl", payUrl); localStorage.setItem("payUrl", payUrl);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment