qqqqqqqqqqqqqqqqqqqqqqqqq

 1 var myApp = new Framework7({
 2     animateNavBackIcon: true,
 3     precompileTemplates: true,
 4     template7Pages: true
 5 });
 6 
 7 var $$ = Dom7;
 8 
 9 var mainView = myApp.addView('.view-main', {
10     dynamicNavbar: true
11 });
12 
13 var postState = false;
14 var postData = {};
15 
16 APP.domEvent = function () {
17     $('#submit').on('click', function () {
18         APP.postData();
19     })
20 };

 

撒旦发

var myApp = new Framework7({
    animateNavBackIcon: true,
    precompileTemplates: true,
    template7Pages: true
});

var $$ = Dom7;

var mainView = myApp.addView('.view-main', {
    dynamicNavbar: true
});

var postState = false;
var postData = {};