merchantDetails
H5调用原生商户详情接口
示例代码 :
|
1
2
3
|
if(window.app&&app.goToStoreDetail){//打开商户详情原生
app.goToStoreDetail(mid);
}
|