From b6de102c7d18c1599af18bb2a691d16255cb8d43 Mon Sep 17 00:00:00 2001
From: yangjun <1173114630@qq.com>
Date: Tue, 2 Jul 2024 11:50:09 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=88=E5=90=8C=E8=B7=B3?=
=?UTF-8?q?=E8=BD=AC=E5=8F=8A=E5=A4=9A=E4=BD=99=E6=96=87=E5=AD=97=E5=88=A0?=
=?UTF-8?q?=E9=99=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
my/wallet/index.vue | 2 +-
pages/index/currentIncome.vue | 4 ++--
pages/index/technicianLevel.vue | 2 +-
pages/my/index.vue | 8 +++++++-
4 files changed, 11 insertions(+), 5 deletions(-)
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({