Explorar o código

feat(福利Go)卡券中心

xing.li %!s(int64=3) %!d(string=hai) anos
pai
achega
c880915f22
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      pages/welfareMall/activityList/activityList.js

+ 3 - 0
pages/welfareMall/activityList/activityList.js

@@ -1,6 +1,7 @@
 // pages/welfareMall/activityList/activityList.js
 
 import WelfareMall from '../../../api/welfareMall';
+const app = getApp();
 Page({
 
   /**
@@ -69,6 +70,8 @@ Page({
       })
       if(this.data.init){
         this.getActivityList()
+      }else{
+        app.showToast ('亲,到底了!');
       }
       
   },