feat: login rest
This commit is contained in:
@@ -126,5 +126,18 @@ Page({
|
||||
if (!this.data.isLastPage && !this.data.isLoading) {
|
||||
this.loadPlants(false);
|
||||
}
|
||||
},
|
||||
|
||||
onShareAppMessage() {
|
||||
return {
|
||||
title: '我的植物花园 - Sundynix Plant',
|
||||
path: '/pages/garden/index'
|
||||
};
|
||||
},
|
||||
|
||||
onShareTimeline() {
|
||||
return {
|
||||
title: '我的植物花园 - Sundynix Plant'
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user