['跳转小程序重写‘]
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user