['跳转小程序重写‘]

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

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