diff --git a/components/list/apply.vue b/components/list/apply.vue
index ae48f9c..2675265 100644
--- a/components/list/apply.vue
+++ b/components/list/apply.vue
@@ -1,5 +1,6 @@
+
diff --git a/pages/workBench/index.vue b/pages/workBench/index.vue
index 145eb83..6816aa0 100644
--- a/pages/workBench/index.vue
+++ b/pages/workBench/index.vue
@@ -186,9 +186,9 @@ export default {
that.isLogin = uni.getStorageSync("apply-token") ? true : false;
console.log("that.isLogin", that.isLogin);
that.loginInfo = uni.getStorageSync("apply-userinfo");
- if (uni.getStorageSync("applyType")||uni.getStorageSync("applyType") === 0) {
+ if (uni.getStorageSync("applyType") || uni.getStorageSync("applyType") === 0) {
that.menuActive = uni.getStorageSync("applyType");
- uni.removeStorageSync("applyType");
+ uni.removeStorageSync("applyType");
}
if (!that.isLogin) {
@@ -197,6 +197,7 @@ export default {
this.menuList = this.tabInfo[this.tabActive].childList;
} else {
this.query.page = 1;
+ that.loading = true;
this.menuList = this.tabInfo[this.tabActive].childList;
this.getList();
}
@@ -336,6 +337,7 @@ export default {
let that = this;
console.log("$item", $item);
this.menuActive = $item;
+ this.loading = true;
this.speed = -1;
this.query.page = 1;
that.G.isLogin();
diff --git a/root/detail/apply.vue b/root/detail/apply.vue
index 63d1d7e..f374517 100644
--- a/root/detail/apply.vue
+++ b/root/detail/apply.vue
@@ -9,43 +9,41 @@
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
@@ -98,9 +96,9 @@
-
+
-
+
@@ -124,12 +122,12 @@
-
+
-
+
@@ -351,26 +349,22 @@
-
-
-
+
+
+
-
+
-
-
+
+
@@ -378,8 +372,8 @@
diff --git a/static/css/base.scss b/static/css/base.scss
index f8cc8a0..e7b6fc9 100644
--- a/static/css/base.scss
+++ b/static/css/base.scss
@@ -639,6 +639,9 @@ $max-mp: 20;
.g_mt_42 {
margin-top: 42px;
}
+.g_mt_65 {
+ margin-top: 42px;
+}
.g_mt_40 {
margin-top: 40px;
}