mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +08:00
兴趣采集弹框
This commit is contained in:
@@ -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') //对比时间
|
||||
|
||||
Reference in New Issue
Block a user