|
|
|
@ -1,6 +1,12 @@
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<div class="p-root-detail-user g_w_all g_bg_page g_kuaishou" style="position: fixed; top: 0; left: 0; ">
|
|
|
|
<div class="p-root-detail-user g_w_all g_bg_page g_kuaishou" style="position: fixed; top: 0; left: 0; ">
|
|
|
|
<u-navbar backIconColor="#333" :borderBottom="false" :immersive="true" :customBack="goHome" :background="{ background: navColor }" :backIconName="fromShare ? 'home' : 'arrow-left'"></u-navbar>
|
|
|
|
<u-navbar backIconColor="#333"
|
|
|
|
|
|
|
|
:borderBottom="false"
|
|
|
|
|
|
|
|
:immersive="true"
|
|
|
|
|
|
|
|
:customBack="goHome"
|
|
|
|
|
|
|
|
:background="background"
|
|
|
|
|
|
|
|
:backIconName="fromShare ? 'home' : 'arrow-left'"
|
|
|
|
|
|
|
|
></u-navbar>
|
|
|
|
<scroll-view
|
|
|
|
<scroll-view
|
|
|
|
class="scroll-container"
|
|
|
|
class="scroll-container"
|
|
|
|
:scroll-y="true"
|
|
|
|
:scroll-y="true"
|
|
|
|
|