|
@@ -131,7 +131,7 @@ class WeixinController extends Controller {
|
|
// TODO: 重定性页面
|
|
// TODO: 重定性页面
|
|
this.ctx.redirect(to_uri);
|
|
this.ctx.redirect(to_uri);
|
|
}
|
|
}
|
|
- } elseif(type === '1'){
|
|
|
|
|
|
+ } else if(type === '1'){
|
|
const user = await this.ctx.service.user.fetch(uid);
|
|
const user = await this.ctx.service.user.fetch(uid);
|
|
let _type = '';
|
|
let _type = '';
|
|
if (user) {
|
|
if (user) {
|