liukangdong
2024-07-01 f549372d6796835fcf12391abc8dee8375810d42
h5/pages/index/index.vue
@@ -38,7 +38,12 @@
         }
      },
  onBackPress(options) {
    uni.redirectTo({
      url: '/pages/login/login'
    })
    return true
  },
      methods: {
         jump(type) {
            switch (type) {
@@ -111,7 +116,7 @@
            font-size: 28rpx;
            font-family: SourceHanSansSC, SourceHanSansSC;
            font-weight: 400;
            color: #FFFFFF;
      color: #ffffff;
            margin-top: 14rpx;
         }
         text {
@@ -119,7 +124,7 @@
               font-size: 44rpx;
               font-family: SourceHanSansSC, SourceHanSansSC;
               font-weight: bold;
               color: #FFFFFF;
        color: #ffffff;
               margin-top: 54rpx;
            }
         }