wangkaiyue 5 years ago
parent
commit
bf5a39f804
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/jfw/front/vipsubscribe.go

+ 1 - 0
src/jfw/front/vipsubscribe.go

@@ -124,6 +124,7 @@ func (s *Subscribepay) TrialInfo() {
 func (s *Subscribepay) ToPurchasePage(flag string) {
 func (s *Subscribepay) ToPurchasePage(flag string) {
 	if flag == "trial" { //试用
 	if flag == "trial" { //试用
 		s.T["isTrial"] = true
 		s.T["isTrial"] = true
+		s.T["orderType"] = -1
 	} else { //付费
 	} else { //付费
 		if flag == "willExpire" {
 		if flag == "willExpire" {
 			s.T["orderType"] = 5
 			s.T["orderType"] = 5