diff --git a/my/wallet/index.vue b/my/wallet/index.vue
index 2cb1f9b..5a40b50 100644
--- a/my/wallet/index.vue
+++ b/my/wallet/index.vue
@@ -12,7 +12,7 @@
- 提现金额 (可提现金额:{{currentRealIncome}})
+ 当前可提现金额:{{currentRealIncome}}
{{shouyiMoeny}}
+
+
-
-
diff --git a/pages/index/technicianLevel.vue b/pages/index/technicianLevel.vue
index 0e99072..a9a4b99 100644
--- a/pages/index/technicianLevel.vue
+++ b/pages/index/technicianLevel.vue
@@ -13,7 +13,7 @@
{{ artificerData.beginTime }}~{{ artificerData.finishTime }}
-
@@ -391,6 +391,12 @@
}
},
methods: {
+ // 跳转合同页面
+ goHetong(){
+ uni.navigateTo({
+ url:'/pages/hetong/index'
+ })
+ },
// 跳转生活照页面
goNavLifephotos(){
uni.navigateTo({