1
0

popupAd.js 213 B

1234567891011
  1. export default {
  2. list: {},
  3. show: null,
  4. first: {},
  5. is_storage: false,
  6. setList(mark) {
  7. if (typeof this.list[mark] === 'undefined') {
  8. this.list[mark] = true;
  9. }
  10. },
  11. }