|
@@ -428,6 +428,8 @@ func (this *Subscribepay) PcViewPage(htmlName string) error {
|
|
func (this *Subscribepay) WxViewPage(htmlName string) error {
|
|
func (this *Subscribepay) WxViewPage(htmlName string) error {
|
|
this.T["logid"] = config.Seoconfig["bigmember"].(string)
|
|
this.T["logid"] = config.Seoconfig["bigmember"].(string)
|
|
return this.Render("/vipsubscribe/wx/page_"+htmlName+".html", &this.T)
|
|
return this.Render("/vipsubscribe/wx/page_"+htmlName+".html", &this.T)
|
|
|
|
+}
|
|
|
|
+
|
|
//
|
|
//
|
|
func (s *Subscribepay) Msgremind() error {
|
|
func (s *Subscribepay) Msgremind() error {
|
|
param := map[string]string{}
|
|
param := map[string]string{}
|