Commit 5b5fd983 by 展昭

update

parent 2bf8e984
Showing with 2 additions and 1 deletions
...@@ -510,8 +510,9 @@ export default { ...@@ -510,8 +510,9 @@ export default {
this.setBarHeightLowBee(); this.setBarHeightLowBee();
this.globalNavLeftArrowClick(this.navLeftArrowClick); this.globalNavLeftArrowClick(this.navLeftArrowClick);
await this.loadPeriodData(); await this.loadPeriodData();
}, },
async created() { async created() {
this.payUrl = localStorage.getItem("payUrl"); this.payUrl = localStorage.getItem("payUrl");
console.log('this.payUrl=',this.payUrl); console.log('this.payUrl=',this.payUrl);
if (!this.payUrl) { if (!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