['跳转小程序重写‘]

This commit is contained in:
2021-09-16 10:05:56 +08:00
parent b12465f611
commit c95401abc5
10 changed files with 3304 additions and 3294 deletions

View File

@@ -304,11 +304,16 @@
if(val.id === 'weixin'){
sweixin = val
}
}
}
/** 以此为例子 显示跳转引导页
* 'index_4'
* index 跳小程序企业首页
* 4 企业id
**/
if(sweixin != null){
sweixin.launchMiniProgram({
id : e.original_id,
path: 'pages/index/index?scene=' + e.company_id,
path: 'pages/login/guide?scene=index_' + e.company_id,
})
}else{
uni.showToast({