|
@@ -27,7 +27,7 @@ func (m *Front) WxKeyset(tpl string) error {
|
|
|
//到新订阅设置
|
|
|
vipMsg := jy.GetBigVipUserBaseMsg(userid, public.Mysql, public.MQFW)
|
|
|
if vipMsg.IsUpgrade {
|
|
|
- return m.Redirect("/front/vipsubscribe/toSubVipSetPage")
|
|
|
+ return m.Redirect("/jyapp/vipsubscribe/toSubVipSetPage")
|
|
|
}
|
|
|
if tpl == "seniorset" {
|
|
|
data, ok := mongodb.FindById("user", userid, `{"o_jy":1}`)
|