xuzhiheng 5 years ago
parent
commit
6d8b1db552

+ 3 - 2
src/jfw/front/vipsubscribe.go

@@ -1,8 +1,8 @@
 package front
 
 import (
-	"log"
-	"qfw/util"
+	//	"log"
+	//	"qfw/util"
 
 	"github.com/go-xweb/xweb"
 )
@@ -46,6 +46,7 @@ func (s *Subscribepay) Introduce() {
 //试用完善信息
 func (s *Subscribepay) TailInfo() error {
 	s.Render("/weixin/vipsubscribe/trial_info.html", &s.T)
+	return nil
 }
 
 //订阅收费购买页面

+ 5 - 0
src/web/templates/weixin/vipsubscribe/choose_area.html

@@ -641,6 +641,11 @@
                 $(this).parent().siblings().children('.tab').removeClass('selected');
                 
             })
+            //
+            $('.checkbox').click(function (e) {  
+                e.stopPropagation();
+            })
+            //
             $('.province .checkbox:not(.other)').on('change', function () {
                 hasBuyCity();
                 var isCheckded = $(this).is(':checked')