|
|
@@ -100,9 +100,10 @@ export default {
|
|
|
onLoad(option) {
|
|
|
this.recordId = option.id;
|
|
|
this.readDesc(this.recordId);
|
|
|
+ this.readActive(this.recordId);
|
|
|
},
|
|
|
onShow() {
|
|
|
- this.readActive(this.recordId);
|
|
|
+ // this.readActive(this.recordId);
|
|
|
//this.getFileList(this.recordId);
|
|
|
},
|
|
|
onShareAppMessage() {
|
|
|
@@ -119,14 +120,15 @@ export default {
|
|
|
},
|
|
|
pageShowShare(obj,tabs){
|
|
|
switch (tabs){
|
|
|
+ case 'record':
|
|
|
+ this.readActive(this.recordId)
|
|
|
+ break;
|
|
|
case 'files':
|
|
|
this.getFileList(this.recordId)
|
|
|
break;
|
|
|
case 'comment':
|
|
|
this.getCommentList(this.recordId)
|
|
|
break;
|
|
|
- default:
|
|
|
- break;
|
|
|
}
|
|
|
this.isShowShareModal = true;
|
|
|
},
|