mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化代码
This commit is contained in:
parent
93cca6be71
commit
7b00c8e19f
@ -311,7 +311,10 @@
|
|||||||
}
|
}
|
||||||
,{
|
,{
|
||||||
"path" : "pages/changeOwnerPhone/changeOwnerPhone",
|
"path" : "pages/changeOwnerPhone/changeOwnerPhone",
|
||||||
"style" : {}
|
"style" : {
|
||||||
|
"navigationBarTitleText": "修改手机"
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"tabBar": {
|
"tabBar": {
|
||||||
|
|||||||
@ -185,6 +185,9 @@
|
|||||||
* 生命周期函数--监听页面初次渲染完成
|
* 生命周期函数--监听页面初次渲染完成
|
||||||
*/
|
*/
|
||||||
onReady: function() {},
|
onReady: function() {},
|
||||||
|
onShareAppMessage:function() {
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 生命周期函数--监听页面显示
|
* 生命周期函数--监听页面显示
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user