@@ -78,12 +78,12 @@
},
onShow() {
- onShareAppMessage() {
- return {
- title: '农工笔记',
- path:'/pages/index/activity/activity'
- }
- },
+ // onShareAppMessage() {
+ // return {
+ // title: '农工笔记',
+ // path:'/pages/index/activity/activity'
+ // }
+ // },
methods: {
goComment(){
this.addOrEditActiveComment();
@@ -88,12 +88,12 @@
closeShare(e){
this.isShowShareModal = false;
@@ -173,7 +173,7 @@ export default {
onShareAppMessage() {
return {
+ title: '[农工笔记]' + this.activeDesc.name,
path:'/pages/index/activity/activity'
}
@@ -90,12 +90,12 @@
goStep(){
this.addOrEditActiveRecord();