mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-11 03:46:47 +08:00
添加弹出公告窗口
This commit is contained in:
@@ -189,7 +189,7 @@
|
||||
<view >
|
||||
<uni-load-more :status="loadStatus"></uni-load-more>
|
||||
</view>
|
||||
<u-overlay :show="signInShow">
|
||||
<!-- <u-overlay :show="signInShow">
|
||||
<view style="padding-top: 180upx;">
|
||||
<view style="margin-top: 180upx;width:624upx;margin: 0px auto;position: relative;">
|
||||
<img usemap="#HotMap" src="/mobile/static/images/dlg.png" style="width:624upx;height: 864upx;">
|
||||
@@ -197,7 +197,8 @@
|
||||
<mapelement></mapelement>
|
||||
</view>
|
||||
</view>
|
||||
</u-overlay>
|
||||
</u-overlay> -->
|
||||
<gonggao></gonggao>
|
||||
</view>
|
||||
</template>
|
||||
<script>
|
||||
@@ -212,6 +213,7 @@
|
||||
import apiMessage from '@/api/system/message.js'
|
||||
import {toScore} from '@/utils/tools.js'
|
||||
import apiBoeCourse from '@/api/boe/course.js'
|
||||
import gonggao from '@/components/gonggao/index.vue'
|
||||
export default {
|
||||
data(){
|
||||
return {
|
||||
@@ -281,6 +283,7 @@
|
||||
this.countNoReadMsg();
|
||||
},
|
||||
components:{
|
||||
gonggao,
|
||||
'mapelement': {
|
||||
render: function(createElement) {
|
||||
|
||||
|
||||
@@ -292,20 +292,19 @@
|
||||
</view>
|
||||
</view>
|
||||
</u-overlay>
|
||||
<gonggao></gonggao>
|
||||
</view>
|
||||
</template>
|
||||
<script>
|
||||
import apicourseStudy from "../../api/modules/courseStudy.js"
|
||||
import apiCoursePortal from '@/api/modules/coursePortal.js'
|
||||
import apiBoeCourse from '@/api/boe/course.js';
|
||||
import {
|
||||
formatDate
|
||||
} from '@/utils/tools.js';
|
||||
import {formatDate} from '@/utils/tools.js';
|
||||
import apiUser from '@/api/system/user.js'
|
||||
import {
|
||||
mapGetters
|
||||
} from 'vuex'
|
||||
import {mapGetters} from 'vuex'
|
||||
import gonggao from '@/components/gonggao/index.vue'
|
||||
export default {
|
||||
components:{gonggao},
|
||||
computed: {
|
||||
...mapGetters(['userInfo', 'isOneStady'])
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user