去掉首页的弹窗

This commit is contained in:
daihh
2022-12-20 18:14:23 +08:00
parent 627038ecc6
commit d3aac862a0

View File

@@ -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>