mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-10 19:36:47 +08:00
去掉首页的弹窗
This commit is contained in:
@@ -162,7 +162,7 @@
|
|||||||
<view v-show="conType != 0">
|
<view v-show="conType != 0">
|
||||||
<uni-load-more :status="loadStatus"></uni-load-more>
|
<uni-load-more :status="loadStatus"></uni-load-more>
|
||||||
</view>
|
</view>
|
||||||
<u-overlay :show="signInShow">
|
<!-- <u-overlay :show="signInShow">
|
||||||
<view style="padding-top: 180upx;">
|
<view style="padding-top: 180upx;">
|
||||||
<view style="margin-top: 180upx;width:624upx;margin: 0px auto;position: relative;">
|
<view style="margin-top: 180upx;width:624upx;margin: 0px auto;position: relative;">
|
||||||
<img usemap="#HotMap" :src="`${context}/static/images/dlg.png`" style="width:624upx;height: 864upx;">
|
<img usemap="#HotMap" :src="`${context}/static/images/dlg.png`" style="width:624upx;height: 864upx;">
|
||||||
@@ -170,7 +170,7 @@
|
|||||||
<mapelement></mapelement>
|
<mapelement></mapelement>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</u-overlay>
|
</u-overlay> -->
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Reference in New Issue
Block a user