@@ -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
}
//订阅收费购买页面
@@ -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')