Commit 0b12bae3 authored by hanfeng zhang's avatar hanfeng zhang

321

parent 1b9e614c
...@@ -9,7 +9,8 @@ enum BridgeMethods{ ...@@ -9,7 +9,8 @@ enum BridgeMethods{
SIGN_AUTH="signAuth", SIGN_AUTH="signAuth",
GET_USERINFO='getUserInfo', GET_USERINFO='getUserInfo',
SCAN_CODE="scanCode", SCAN_CODE="scanCode",
OPEN_COMPANY_USER_INFO = 'openCompanyUserInfo' OPEN_COMPANY_USER_INFO = 'openCompanyUserInfo',
Back='back'
} }
/** /**
...@@ -47,6 +48,19 @@ export function scanCode(){ ...@@ -47,6 +48,19 @@ export function scanCode(){
} }
/**
* 用于导航
* @returns
*/
export function goBack(){
let data = dsbridge.call(BridgeMethods.Back,{},(res)=>{
return res
})
return data
}
/** /**
* 企业联系人详情页面 * 企业联系人详情页面
* @returns * @returns
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment