This commit is contained in:
weipengfei 2024-02-29 14:08:42 +08:00
parent 202ee3cb6e
commit ea230c3316
2 changed files with 19 additions and 3 deletions

View File

@ -2,8 +2,8 @@
"name" : "惠农商户平台", "name" : "惠农商户平台",
"appid" : "__UNI__1EE148C", "appid" : "__UNI__1EE148C",
"description" : "", "description" : "",
"versionName" : "1.1.9", "versionName" : "1.2.0",
"versionCode" : 119, "versionCode" : 120,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {

View File

@ -605,7 +605,17 @@ import { Toast } from '../../libs/uniApi';
name: '提现管理', name: '提现管理',
type: 5, type: 5,
image: require('@/static/images/index8.png') 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: {}, refundInfo: {},
company: '', company: '',
@ -1330,6 +1340,12 @@ import { Toast } from '../../libs/uniApi';
.mer_id .mer_id
}) })
break; 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: default:
uni.navigateTo({ uni.navigateTo({
url: '/pages/moreProject/moreProject' url: '/pages/moreProject/moreProject'