| | |
| | | import Share from './popup/share.vue'; |
| | | import Album from './popup/album.vue'; // 相册 |
| | | import uniPopup from '@/components/uni-popup.vue'; |
| | | import utils from '@/common/utils.js'; |
| | | export default { |
| | | components: { |
| | | RegForm, |
| | |
| | | }, |
| | | onLoad(e) { |
| | | /*活动id*/ |
| | | if (typeof e.activity_id != 'undefined') { |
| | | this.activity_id = e.activity_id; |
| | | } else { |
| | | let scene = utils.getSceneData(e); |
| | | this.activity_id = scene.activity_id; |
| | | } |
| | | let scene = utils.getSceneData(e); |
| | | this.activity_id = e.activity_id ? e.activity_id : scene.activity_id; |
| | | }, |
| | | onShow() { |
| | | this.getUserLocation(); |