diff --git a/uni-app/src/App.vue b/uni-app/src/App.vue
index fb3900e27..91e435c7d 100644
--- a/uni-app/src/App.vue
+++ b/uni-app/src/App.vue
@@ -196,6 +196,8 @@ onLaunch((data: any) => {
}
})
+ // 控制弹窗展示
+ uni.setStorageSync('isOnLoad', true); // 存储是页面是否加载完成的状态
})
onShow(() => {
diff --git a/uni-app/src/addon/components/diy/group/index.vue b/uni-app/src/addon/components/diy/group/index.vue
index 90c6418cb..b3e393a80 100644
--- a/uni-app/src/addon/components/diy/group/index.vue
+++ b/uni-app/src/addon/components/diy/group/index.vue
@@ -2,6 +2,7 @@
+
@@ -117,6 +118,7 @@
+
@@ -127,13 +129,13 @@
diff --git a/uni-app/src/app/pages/index/diy_form.vue b/uni-app/src/app/pages/index/diy_form.vue
index 616ffa688..c9ad7313e 100644
--- a/uni-app/src/app/pages/index/diy_form.vue
+++ b/uni-app/src/app/pages/index/diy_form.vue
@@ -48,7 +48,7 @@ import diyGroup from '@/addon/components/diy/group/index.vue'
const { setShare } = useShare()
const diy = useDiyForm({
- needLogin: true // 检测登录
+ needLogin: false // 检测登录
})
const diyGroupRef = ref(null)
diff --git a/uni-app/src/app/pages/index/index.vue b/uni-app/src/app/pages/index/index.vue
index 183f3838e..c55cad877 100644
--- a/uni-app/src/app/pages/index/index.vue
+++ b/uni-app/src/app/pages/index/index.vue
@@ -27,8 +27,8 @@ import { ref, nextTick } from 'vue';
import { useDiy } from '@/hooks/useDiy'
import { redirect } from '@/utils/common';
import { useShare } from '@/hooks/useShare'
-
import diyGroup from '@/addon/components/diy/group/index.vue'
+
const { setShare } = useShare()
uni.hideTabBar() // 隐藏tabbar
diff --git a/uni-app/src/app/pages/index/tabbar.vue b/uni-app/src/app/pages/index/tabbar.vue
index a88d8a70b..b0e2a4d94 100644
--- a/uni-app/src/app/pages/index/tabbar.vue
+++ b/uni-app/src/app/pages/index/tabbar.vue
@@ -33,8 +33,8 @@
import tabbarJson from '@/tabbar.json'
import zh from '@/locale/zh-Hans.json'
import en from '@/locale/en.json'
- import {onPageScroll} from "@dcloudio/uni-app";
import TopTabbar from "@/components/top-tabbar/top-tabbar.vue";
+
import { language } from '@/locale'
uni.hideTabBar()
diff --git a/uni-app/src/app/pages/member/account.vue b/uni-app/src/app/pages/member/account.vue
index 9c84d310f..3fc2e45f5 100644
--- a/uni-app/src/app/pages/member/account.vue
+++ b/uni-app/src/app/pages/member/account.vue
@@ -1,6 +1,6 @@
-
+
-
-
- 暂无会员等级
-
+
+
+
+
+
+
+ 暂无会员等级
+
+
+
@@ -136,6 +142,16 @@ const levelIndex = ref(0); //当前等级的索引
/********* 自定义头部 - start ***********/
const topTabarObj = topTabar()
let topTabbarData = topTabarObj.setTopTabbarParam({ title: '会员等级' })
+let topTabbarDataEmpty =ref({
+ title: '会员等级',
+ topStatusBar: {
+ style: 'style-1',
+ bgColor: '#fff',
+ rollBgColor: '#333',
+ textColor: '#333',
+ rollTextColor: '#333'
+ }
+})
/********* 自定义头部 - end ***********/
onShow(() => {
diff --git a/uni-app/src/app/pages/member/personal.vue b/uni-app/src/app/pages/member/personal.vue
index c0ee4c8c8..59b52c1cd 100644
--- a/uni-app/src/app/pages/member/personal.vue
+++ b/uni-app/src/app/pages/member/personal.vue
@@ -1,6 +1,5 @@
-
-
+
+
+
+
+
+