fix:app嵌套h5

This commit is contained in:
liu.huiying@ebiz-digits.com
2025-03-14 13:26:57 +08:00
parent c37b9aa3fc
commit e08f9d4b8e
7 changed files with 32 additions and 18 deletions

View File

@@ -9,7 +9,7 @@ import { showFailToast } from 'vant';
const contentShow = ref(false);
onMounted(async() => {
contentShow.value = true;
// if (utils.getParameter('digitalYiliToken')) {
// if (utils.getSessionStorage('xToken')){
// const appToken = utils.getParameter('digitalYiliToken');
// getUserInfo(appToken).then((res) => {
// if (res.data) {
@@ -46,13 +46,13 @@ onMounted(async() => {
padding: 0 10px 60px;
background: linear-gradient(0deg, #f5f5f5 0%, #f5f5f5 84%, #a5d380 100%);
& > :first-child {
&> :first-child {
display: flex;
justify-content: space-around;
border-radius: 6px;
background-color: white;
& > div {
&>div {
display: flex;
flex-direction: column;
width: 50px;