小程序会员VIP开发

This commit is contained in:
devil
2020-01-06 01:32:36 +08:00
parent c5227dfe23
commit f9d8b5f910
29 changed files with 900 additions and 35 deletions

View File

@ -106,7 +106,7 @@ class Plugins extends Common
return $ret;
} else {
$this->assign('msg', $ret['msg']);
return $this->fetch('public/tips_error');
return $this->fetch();
}
}