@@ -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 ('亲,到底了!');
}
},