|
|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
<template>
|
|
|
|
|
<!-- :style="{ minHeight: `calc(100vh - ${navbarHeight}px)` }" -->
|
|
|
|
|
<view class="p-home-inedx g_w_all g_kuaishou" :class="computeCode == -1 ? 'g_flex_column_center' : ''" :style="{ minHeight: `calc(100vh)` }">
|
|
|
|
|
<div class="navContainer" :style="{ backgroundImage: `linear-gradient(to bottom, ${themeColor}, ${themeColorRgba(0.98)})` }">
|
|
|
|
|
<div class="navContainer" :style="computeCode == -1 ? { backgroundColor: '#ededed' } : { backgroundImage: `linear-gradient(to bottom, ${themeColor}, ${themeColorRgba(0.98)})` }">
|
|
|
|
|
<u-navbar :is-back="false" :is-fixed="true" :borderBottom="false" background="transparent" :title-bold="false">
|
|
|
|
|
<view class="g_flex_row_start flex_center g_fs_20 g_pl_12">
|
|
|
|
|
<view><img :src="appInfo.logo" alt="" class="g_w_32 g_h_32 g_radius_50" /></view>
|
|
|
|
|
|