From 7b00c8e19f861e3ff269a9f6f5103589dceb9d1a Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Thu, 13 Aug 2020 16:03:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 5 ++++- pages/index/index.vue | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pages.json b/pages.json index 57f0fd1..53466e9 100644 --- a/pages.json +++ b/pages.json @@ -311,7 +311,10 @@ } ,{ "path" : "pages/changeOwnerPhone/changeOwnerPhone", - "style" : {} + "style" : { + "navigationBarTitleText": "修改手机" + + } } ], "tabBar": { diff --git a/pages/index/index.vue b/pages/index/index.vue index 285ef84..6083521 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -185,6 +185,9 @@ * 生命周期函数--监听页面初次渲染完成 */ onReady: function() {}, + onShareAppMessage:function() { + + }, /** * 生命周期函数--监听页面显示