From f549372d6796835fcf12391abc8dee8375810d42 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 01 七月 2024 18:13:36 +0800
Subject: [PATCH] ‘’

---
 h5/App.vue |   49 +++++++++++++++++++++++++++++++++++++++----------
 1 files changed, 39 insertions(+), 10 deletions(-)

diff --git a/h5/App.vue b/h5/App.vue
index 8b2e485..622fd7a 100644
--- a/h5/App.vue
+++ b/h5/App.vue
@@ -35,13 +35,13 @@
     }
     // 鍒锋柊token
     const token = uni.getStorageSync('token')
-    if (token) {
-      //  refreshToken().then(res => {
-      //  	if(res.code && res.code === 200){
-      // 		this.$store.commit('setToken', res.data)
-      // 	}
-      // })
-    }
+    // if (token) {
+    //    refreshToken().then(res => {
+    //    	if(res.code && res.code === 200){
+    //   		this.$store.commit('setToken', res.data)
+    //   	}
+    //   })
+    // }
   },
   onShow: function () {
     console.log('App Show')
@@ -220,16 +220,43 @@
   font-size: 28rpx;
   color: #333333;
 }
-
+.popupShow {
+	overflow: hidden;
+	position: fixed;
+  width: 100%;
+}
+.placeholder6 {
+  color: #666666;
+  font-size: 28rpx;
+}
+.primaryColor {
+  color: $uni-color-primary;
+}
+.avatar {
+  width: 64rpx;
+  height: 64rpx;
+  border-radius: 50%;
+  overflow: hidden;
+  margin-right: 20rpx;
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  background-color: $uni-color-primary;
+  color: #fff;
+  font-size: 30rpx;
+}
 .placeholder9 {
   color: #999999;
   font-size: 28rpx;
 }
-.fs24{
+.fs24 {
   font-size: 24rpx;
 }
 .mr24 {
   margin-right: 24rpx;
+}
+.mt24 {
+  margin-top: 24rpx;
 }
 
 .mr12 {
@@ -238,7 +265,9 @@
 .ml12 {
   margin-left: 12rpx;
 }
-
+.mt6 {
+  margin-top: 6rpx;
+}
 .mr6 {
   margin-right: 6rpx;
 }

--
Gitblit v1.9.3