标签:false weixin MinIP app pat 信息 code stc mini
wx.navigateToMiniProgram({
appId: 'xxxxxxxxxxxxxxxxxx', // 要跳转的小程序的appid
path: '', // 跳转的目标页面,不填,默认到小程序首页
extarData: {
},
success(res) {
// 打开成功
}
})
"navigateToMiniProgramAppIdList": [
"xxxxxxxxxxxxxxxxxx" //要跳转的小程序的appid
],
"mp-weixin": {
/* 小程序特有相关 */
"navigateToMiniProgramAppIdList": [
"xxxxxxxxxxxxxxxxxx" //要跳转的小程序的appid
],
"usingComponents": true,
"appid": "wx431bbfcb73b30b14",
"setting": {
"urlCheck": false,
"postcss": true,
"es6": true,
"minified": true
}
}
标签:false weixin MinIP app pat 信息 code stc mini
原文地址:https://www.cnblogs.com/chengmingxiaowu/p/10898928.html