This commit is contained in:
parent
202ee3cb6e
commit
ea230c3316
|
@ -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" : {
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue