|
|
@@ -313,7 +313,7 @@ export default {
|
|
|
weixinService.launchMiniProgram({
|
|
|
id: 'gh_854ab5288c2d',
|
|
|
path: `/pages/index/index?userId=${userId}`,
|
|
|
- type: 2 // 小程序版本类型:0-正式版;1-测试版;2-体验版
|
|
|
+ type: 0 // 小程序版本类型:0-正式版;1-测试版;2-体验版
|
|
|
});
|
|
|
} else {
|
|
|
console.log('未安装微信或获取微信服务失败');
|