Browse Source

深度探索添加登录提示

lihuilin/feature-20251024095243-我的
wangyi 4 weeks ago
parent
commit
8bee11deee
  1. 6
      pages/deepExploration/deepExploration.vue

6
pages/deepExploration/deepExploration.vue

@ -3,8 +3,7 @@
<!-- 顶部状态栏占位 -->
<view class="top" :style="{ height: iSMT + 'px' }"></view>
<!-- 标题图标部分 -->
<deepExploration_header
></deepExploration_header>
<deepExploration_header></deepExploration_header>
<view class="search">
<input
v-model="stockName"
@ -141,6 +140,7 @@
</view>
</view>
<footerBar class="static-footer" :type="type"></footerBar>
<LoginPrompt ref="loginPrompt"></LoginPrompt>
</view>
</template>
@ -210,8 +210,6 @@ onMounted(() => {
//
iSMT.value = uni.getSystemInfoSync().statusBarHeight;
});
</script>
<style scoped lang="scss">

Loading…
Cancel
Save