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