From ea230c3316cc3d16e581451bec3c7d6324574117 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Thu, 29 Feb 2024 14:08:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 ++-- pages/index/index.vue | 18 +++++++++++++++++- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 1da9cb8..06a0ccc 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "惠农商户平台", "appid" : "__UNI__1EE148C", "description" : "", - "versionName" : "1.1.9", - "versionCode" : 119, + "versionName" : "1.2.0", + "versionCode" : 120, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages/index/index.vue b/pages/index/index.vue index 68398ff..2e1993e 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -605,7 +605,17 @@ import { Toast } from '../../libs/uniApi'; name: '提现管理', type: 5, image: require('@/static/images/index8.png') - } + }, + { + name: '供货采购', + type: 3, + image: require('@/static/images/index4.png') + }, + { + name: '转账订单', + type: 15, + image: require('@/static/images/index13.png') + }, ], refundInfo: {}, company: '', @@ -1330,6 +1340,12 @@ import { Toast } from '../../libs/uniApi'; .mer_id }) break; + case 15: + if(this.userInfoData.mer_info.mer_settlement_agree_status == 0) Toast('暂无权限'); + else uni.navigateTo({ + url: '/pages/users/order_list/indexOther?status=-1&product_type=98&source=12' + }) + break; default: uni.navigateTo({ url: '/pages/moreProject/moreProject'