|
@@ -386,7 +386,7 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
openJY(){
|
|
|
- this.openPhoto();
|
|
|
+ // this.openPhoto();
|
|
|
// this.getCameraSetting()
|
|
|
/* wx.openSetting({
|
|
|
success (res) {
|
|
@@ -564,6 +564,7 @@ export default {
|
|
|
}
|
|
|
console.log('提交接口', data);
|
|
|
this.$api.studyRecord(data).then(res => {
|
|
|
+ self.ossAvatarUrl = ''
|
|
|
console.log(res);
|
|
|
});
|
|
|
},
|
|
@@ -696,9 +697,6 @@ export default {
|
|
|
this.postStudyRecord() */
|
|
|
}
|
|
|
if (newstate.detail.newstate == 'ended') {
|
|
|
- setTimeout(function(){
|
|
|
- this.ossAvatarUrl = '';
|
|
|
- }, 2000)
|
|
|
this.postStudyRecord(1);
|
|
|
}
|
|
|
},
|