优化代码

This commit is contained in:
java110 2020-08-13 16:03:50 +08:00
parent 93cca6be71
commit 7b00c8e19f
2 changed files with 7 additions and 1 deletions

View File

@ -311,7 +311,10 @@
} }
,{ ,{
"path" : "pages/changeOwnerPhone/changeOwnerPhone", "path" : "pages/changeOwnerPhone/changeOwnerPhone",
"style" : {} "style" : {
"navigationBarTitleText": "修改手机"
}
} }
], ],
"tabBar": { "tabBar": {

View File

@ -185,6 +185,9 @@
* 生命周期函数--监听页面初次渲染完成 * 生命周期函数--监听页面初次渲染完成
*/ */
onReady: function() {}, onReady: function() {},
onShareAppMessage:function() {
},
/** /**
* 生命周期函数--监听页面显示 * 生命周期函数--监听页面显示