diff --git a/src/pages/address/address.vue b/src/pages/address/address.vue index d0ed93b..bfb5d14 100644 --- a/src/pages/address/address.vue +++ b/src/pages/address/address.vue @@ -78,6 +78,8 @@ export default { onReady() {}, onReachBottom() {}, onPullDownRefresh() {}, + onShareTimeline() {}, + onShareAppMessage() {}, methods: { loadAddress() { this.$request({ diff --git a/src/pages/address/edit.vue b/src/pages/address/edit.vue index e272450..b7a609d 100644 --- a/src/pages/address/edit.vue +++ b/src/pages/address/edit.vue @@ -120,6 +120,8 @@ export default { onReady() {}, onReachBottom() {}, onPullDownRefresh() {}, + onShareTimeline() {}, + onShareAppMessage() {}, methods: { save() { this.$request({ diff --git a/src/pages/auth/auth.vue b/src/pages/auth/auth.vue index 97ddef7..c31ebfc 100644 --- a/src/pages/auth/auth.vue +++ b/src/pages/auth/auth.vue @@ -134,6 +134,8 @@ export default { onReady() {}, onReachBottom() {}, onPullDownRefresh() {}, + onShareTimeline() {}, + onShareAppMessage() {}, methods: { /** * 忘记密码 diff --git a/src/pages/auth/find-password.vue b/src/pages/auth/find-password.vue index ea033b7..abd3017 100644 --- a/src/pages/auth/find-password.vue +++ b/src/pages/auth/find-password.vue @@ -63,6 +63,8 @@ export default { onReady() {}, onReachBottom() {}, onPullDownRefresh() {}, + onShareTimeline() {}, + onShareAppMessage() {}, methods: { /** * 获取验证码 diff --git a/src/pages/demand/demand.vue b/src/pages/demand/demand.vue index aa6676a..afd00f5 100644 --- a/src/pages/demand/demand.vue +++ b/src/pages/demand/demand.vue @@ -278,6 +278,8 @@ export default { onReady() {}, onReachBottom() {}, onPullDownRefresh() {}, + onShareTimeline() {}, + onShareAppMessage() {}, methods: { /** * 返回 diff --git a/src/pages/detail/detail.vue b/src/pages/detail/detail.vue index 71f2350..d06a0e6 100644 --- a/src/pages/detail/detail.vue +++ b/src/pages/detail/detail.vue @@ -64,6 +64,8 @@ export default { onHide() {}, onReachBottom() {}, onPullDownRefresh() {}, + onShareTimeline() {}, + onShareAppMessage() {}, methods: {}, }; diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 5084ed8..b0ad9b5 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -146,6 +146,8 @@ export default { onReady() {}, onReachBottom() {}, onPullDownRefresh() {}, + onShareTimeline() {}, + onShareAppMessage() {}, methods: { /** * 点击轮播 diff --git a/src/pages/member/complaint.vue b/src/pages/member/complaint.vue index c15f285..4d5fb11 100644 --- a/src/pages/member/complaint.vue +++ b/src/pages/member/complaint.vue @@ -57,6 +57,8 @@ export default { onReady() {}, onReachBottom() {}, onPullDownRefresh() {}, + onShareTimeline() {}, + onShareAppMessage() {}, methods: { /** * 上传图片 diff --git a/src/pages/member/member.vue b/src/pages/member/member.vue index 38d698d..5ced632 100644 --- a/src/pages/member/member.vue +++ b/src/pages/member/member.vue @@ -156,6 +156,8 @@ export default { onReady() {}, onReachBottom() {}, onPullDownRefresh() {}, + onShareTimeline() {}, + onShareAppMessage() {}, methods: { /** * 头像 diff --git a/src/pages/member/password.vue b/src/pages/member/password.vue index e903712..ec7cb22 100644 --- a/src/pages/member/password.vue +++ b/src/pages/member/password.vue @@ -67,6 +67,8 @@ export default { onReady() {}, onReachBottom() {}, onPullDownRefresh() {}, + onShareTimeline() {}, + onShareAppMessage() {}, methods: { /** * 获取验证码 diff --git a/src/pages/member/setting.vue b/src/pages/member/setting.vue index 9073616..ad5dcc2 100644 --- a/src/pages/member/setting.vue +++ b/src/pages/member/setting.vue @@ -55,6 +55,8 @@ export default { onReady() {}, onReachBottom() {}, onPullDownRefresh() {}, + onShareTimeline() {}, + onShareAppMessage() {}, methods: { toPage(url) { this.$utils.toPage(url); diff --git a/src/pages/order/appraise.vue b/src/pages/order/appraise.vue index 76c05b5..5892418 100644 --- a/src/pages/order/appraise.vue +++ b/src/pages/order/appraise.vue @@ -87,6 +87,8 @@ export default { onReady() {}, onReachBottom() {}, onPullDownRefresh() {}, + onShareTimeline() {}, + onShareAppMessage() {}, methods: { chooseTag(tag) { if (!this.chooseTags.includes(tag)) { diff --git a/src/pages/order/create.vue b/src/pages/order/create.vue index 0cf1363..a9fcc95 100644 --- a/src/pages/order/create.vue +++ b/src/pages/order/create.vue @@ -138,6 +138,8 @@ export default { onReady() {}, onReachBottom() {}, onPullDownRefresh() {}, + onShareTimeline() {}, + onShareAppMessage() {}, methods: { bindDateChange(e) { this.date = e.detail.value; diff --git a/src/pages/order/detail.vue b/src/pages/order/detail.vue index 628a6ad..94fa905 100644 --- a/src/pages/order/detail.vue +++ b/src/pages/order/detail.vue @@ -252,6 +252,8 @@ export default { onReady() {}, onReachBottom() {}, onPullDownRefresh() {}, + onShareTimeline() {}, + onShareAppMessage() {}, methods: { /** * 打开地图 diff --git a/src/pages/order/order.vue b/src/pages/order/order.vue index 7b16c6e..ee09720 100644 --- a/src/pages/order/order.vue +++ b/src/pages/order/order.vue @@ -131,6 +131,8 @@ export default { this.switchTab(this.tabIndex); uni.stopPullDownRefresh(); }, + onShareTimeline() {}, + onShareAppMessage() {}, methods: { /** * 切换tab页 diff --git a/src/pages/order/refund.vue b/src/pages/order/refund.vue index 76df207..24aeba3 100644 --- a/src/pages/order/refund.vue +++ b/src/pages/order/refund.vue @@ -121,6 +121,8 @@ export default { onReady() {}, onReachBottom() {}, onPullDownRefresh() {}, + onShareTimeline() {}, + onShareAppMessage() {}, methods: { /** * 删除图片 diff --git a/src/pages/service/cart.vue b/src/pages/service/cart.vue index 21e98b0..1c6662d 100644 --- a/src/pages/service/cart.vue +++ b/src/pages/service/cart.vue @@ -102,6 +102,8 @@ export default { onReady() {}, onReachBottom() {}, onPullDownRefresh() {}, + onShareTimeline() {}, + onShareAppMessage() {}, methods: { checkGroup(parentIndex) { let currentItem = this.list[parentIndex]; diff --git a/src/pages/service/cate.vue b/src/pages/service/cate.vue index 507a9ac..272b551 100644 --- a/src/pages/service/cate.vue +++ b/src/pages/service/cate.vue @@ -101,6 +101,8 @@ export default { }, onReachBottom() {}, onPullDownRefresh() {}, + onShareTimeline() {}, + onShareAppMessage() {}, methods: { /** * 推荐 diff --git a/src/pages/service/detail.vue b/src/pages/service/detail.vue index 5b8e1f5..9b8cdff 100644 --- a/src/pages/service/detail.vue +++ b/src/pages/service/detail.vue @@ -160,6 +160,8 @@ export default { this.loadAppraiseData(); }, onPullDownRefresh() {}, + onShareTimeline() {}, + onShareAppMessage() {}, methods: { /** * 分享 diff --git a/src/pages/service/list.vue b/src/pages/service/list.vue index 32b193d..bec9b2c 100644 --- a/src/pages/service/list.vue +++ b/src/pages/service/list.vue @@ -71,6 +71,8 @@ export default { onReady() {}, onReachBottom() {}, onPullDownRefresh() {}, + onShareTimeline() {}, + onShareAppMessage() {}, methods: { /** * 加载列表 diff --git a/src/pages/service/other/after-market.vue b/src/pages/service/other/after-market.vue index 70869ce..634cbdb 100644 --- a/src/pages/service/other/after-market.vue +++ b/src/pages/service/other/after-market.vue @@ -88,6 +88,8 @@ export default { onReady() {}, onReachBottom() {}, onPullDownRefresh() {}, + onShareTimeline() {}, + onShareAppMessage() {}, methods: { submit() { this.$models.service diff --git a/src/pages/service/other/business.vue b/src/pages/service/other/business.vue index c3585b7..9a31d30 100644 --- a/src/pages/service/other/business.vue +++ b/src/pages/service/other/business.vue @@ -84,6 +84,8 @@ export default { onReady() {}, onReachBottom() {}, onPullDownRefresh() {}, + onShareTimeline() {}, + onShareAppMessage() {}, methods: { submit() { this.$models.service diff --git a/src/pages/service/other/distribution.vue b/src/pages/service/other/distribution.vue index f3d69ca..6d086f3 100644 --- a/src/pages/service/other/distribution.vue +++ b/src/pages/service/other/distribution.vue @@ -138,6 +138,8 @@ export default { onReady() {}, onReachBottom() {}, onPullDownRefresh() {}, + onShareTimeline() {}, + onShareAppMessage() {}, methods: { /** * 选择车型 diff --git a/src/pages/service/other/other.vue b/src/pages/service/other/other.vue index 2caddc1..ee7eaaa 100644 --- a/src/pages/service/other/other.vue +++ b/src/pages/service/other/other.vue @@ -36,6 +36,8 @@ export default { onReady() {}, onReachBottom() {}, onPullDownRefresh() {}, + onShareTimeline() {}, + onShareAppMessage() {}, methods: { /** * 跳转 diff --git a/src/pages/service/other/project.vue b/src/pages/service/other/project.vue index 734cd16..c19eea3 100644 --- a/src/pages/service/other/project.vue +++ b/src/pages/service/other/project.vue @@ -130,6 +130,8 @@ export default { onReady() {}, onReachBottom() {}, onPullDownRefresh() {}, + onShareTimeline() {}, + onShareAppMessage() {}, methods: { changeNumber(e) { this.number = e.value; diff --git a/src/pages/worker/detail.vue b/src/pages/worker/detail.vue index 787d851..86e4749 100644 --- a/src/pages/worker/detail.vue +++ b/src/pages/worker/detail.vue @@ -123,6 +123,8 @@ export default { this.loadAppraiseData(); }, onPullDownRefresh() {}, + onShareTimeline() {}, + onShareAppMessage() {}, methods: { /** * 切换评价分类