兴趣采集弹框

This commit is contained in:
zhaofang
2022-09-19 12:13:32 +08:00
parent 7c01bccf4b
commit 85bb68a0ba
8 changed files with 183 additions and 6 deletions

View File

@@ -99,8 +99,8 @@
<area shape="rectangle" name="link2" coords="150,400,300,500" target="_blank" href="https://boehrsurvey.wjx.cn/vm/PmreuFN.aspx" />
</map>
</div>
</el-dialog>
<interest-Collection></interest-Collection>
</div>
</template>
@@ -108,9 +108,12 @@
import { mapGetters } from 'vuex';
import desk from '@/api/console.js';
import Cookies from 'vue-cookies';
import InterestCollection from '@/components/Portal/interestCollection.vue'
export default {
components:{InterestCollection},
data() {
return {
interestShow:false,
checked:true,
signInShow: false,
signLocalTimesKey:'xboe_sign_dlg_times',
@@ -137,6 +140,7 @@ export default {
}
},
mounted() {
this.interestShow = true;
//控制弹出窗口的代码
let now = new Date() //当前时间
let end = new Date('2022/08/14 00:00:00') //对比时间