优化页面

This commit is contained in:
pengxiaolong
2025-05-30 22:04:45 +08:00
parent c747f9625c
commit 050ceedd59
66 changed files with 1215 additions and 190 deletions

View File

@@ -23,6 +23,8 @@ import contentList from "../../components/contentList/contentList";
import tabBar from "../../components/tabBar/tabBar";
import TUIlogin from "../../components/TUILogin.js";
import TencentCloudChat from "@tencentcloud/chat";
import { useCounterStore } from '@/stores/counter'
const counter = useCounterStore()
export default {
inject: ["$global"],
data() {
@@ -37,6 +39,7 @@ export default {
key: "userinfo",
success: (res) => {
this.info = res.data;
counter.$patch({ myitem:this.info})
uni.getStorage({
key: "myuserSig",
success: (res) => {