yyb
3 天以前 24190e4d563ba89f00db6985ec193de89a263d3e
pages/sys/user/index.vue
@@ -56,7 +56,13 @@
            url: "/pages/sys/login/index",
          });
        }, 500);
      });
      })
      .catch((err) => {
        this.$u.api.workReporting
               .getWorkshopOrder({})
               .then((res) => {
               });
      })
    },
    navTo(url) {
      // uni.navigateTo({
@@ -69,7 +75,7 @@
<style lang="scss" scoped>
.my {
  height: calc(100vh - 100rpx);
  height: 100%;
  background: linear-gradient(to bottom, #E5F0FF, #F6F9FF);
  .my-head {