diff --git a/pages/chat/chatPage.vue b/pages/chat/chatPage.vue index 146b9f2..c27a487 100644 --- a/pages/chat/chatPage.vue +++ b/pages/chat/chatPage.vue @@ -92,8 +92,10 @@ const defaultValue=this.generateMiniProgramUUID() wx.setStorageSync('userId', defaultValue) this.userId=defaultValue + }else{ + this.userId=value } - this.userId=value + } catch (e) { console.log(e) const defaultValue=this.generateMiniProgramUUID() diff --git a/pages/index/index.vue b/pages/index/index.vue index f6d4a7a..065acb4 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -52,19 +52,19 @@ - 🌬️东风 + ️风向 {{weather.wind}} - 💧湿度 + 湿度 {{weather.humidity}}% - 🌫️空气质量 + ️空气质量 {{weather.quality}} - ☀️紫外线 + ️紫外线 {{weather.uv_index}} @@ -389,7 +389,8 @@ flex: 1; .footer-icon { - font-size: 24rpx; + font-size: 28rpx; + font-weight:500; margin-bottom: 6rpx; } diff --git a/pages/mine/index.vue b/pages/mine/index.vue index 0189ad4..7f8aee2 100644 --- a/pages/mine/index.vue +++ b/pages/mine/index.vue @@ -1,714 +1,843 @@ \ No newline at end of file diff --git a/pages/myTicketsDetail/index.vue b/pages/myTicketsDetail/index.vue index 4e60e18..340b9df 100644 --- a/pages/myTicketsDetail/index.vue +++ b/pages/myTicketsDetail/index.vue @@ -1,44 +1,69 @@