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'