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

Loading…
Cancel
Save