Authored by 李奇

fix

@@ -104,7 +104,10 @@ App({ @@ -104,7 +104,10 @@ App({
104 this.reportData.awakeReported = true; 104 this.reportData.awakeReported = true;
105 } 105 }
106 106
107 - this.getUnionShop(); 107 + verify.gen().then(() => {
  108 + this.getUnionShop();
  109 + });
  110 +
108 }, 111 },
109 onHide() { 112 onHide() {
110 yas.report('YB_ENTER_BACKGROUND'); 113 yas.report('YB_ENTER_BACKGROUND');