diff --git a/otherPages/authentication/examination/train.vue b/otherPages/authentication/examination/train.vue
index 3b4da83..d3b447a 100644
--- a/otherPages/authentication/examination/train.vue
+++ b/otherPages/authentication/examination/train.vue
@@ -1,12 +1,13 @@
-
+
@@ -16,15 +17,9 @@
主观题
-
-
+
+
@@ -37,62 +32,75 @@
@@ -107,6 +115,7 @@ onShow(() => {
top: 0;
background-image: linear-gradient(180deg, #FFBF60 0, #ffbf60 2%, #ffbf60 8%, #f2f2f2 90%);
z-index: 99;
+
.progress {
margin-top: 19rpx;
}
diff --git a/pages/workbenchManage/index.vue b/pages/workbenchManage/index.vue
index f60e25c..bfc45c0 100644
--- a/pages/workbenchManage/index.vue
+++ b/pages/workbenchManage/index.vue
@@ -63,6 +63,12 @@
height="68rpx">
{{ item.name }}
+
+
+
+ 123
+
@@ -203,6 +209,11 @@ import { code } from "../../uni_modules/uview-plus/libs/function/test";
})
}
}
+ const handleGoto1 = () => {
+ uni.navigateTo({
+ url: '/otherPages/authentication/examination/train'
+ })
+ }
// 加入合伙人
const handleAdd = (type) => {
if (!getLoginStatus()) return
diff --git a/utils/getUrl.js b/utils/getUrl.js
index 9f11a4f..9156153 100644
--- a/utils/getUrl.js
+++ b/utils/getUrl.js
@@ -1,4 +1,4 @@
-let current = "develop";
+let current = "release";
const accountInfo = wx.getAccountInfoSync();
// current = accountInfo.miniProgram.envVersion;