liukangdong
2024-07-01 f549372d6796835fcf12391abc8dee8375810d42
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;
}