Commit 4944f069 by 展昭

this

parent 853ab2ed
Showing with 1 additions and 1 deletions
...@@ -516,7 +516,7 @@ export default { ...@@ -516,7 +516,7 @@ export default {
console.log('this.payUrl=',this.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", this.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