2024年4月21日发(作者:)

test01: function (event) {

var that = this;

01(event, that);

},

})

{

"pages":[

"pages/index/index",

"pages/page2/page2"

],

"window":{

"backgroundTextStyle":"light",

"navigationBarBackgroundColor": "#fff",

"navigationBarTitleText": "WeChat",

"navigationBarTextStyle":"black"

}

}

App({

test01: function (event, that){

= "修改后的page数据";

a({

page:

});

();

},

test02:function(){

("test2");

}

})