BUG 31127

This commit is contained in:
aixianling
2022-10-26 09:10:06 +08:00
parent 781c447120
commit ab74e906bb

View File

@@ -64,11 +64,9 @@ export default {
} }
}, },
handleScore(item) { handleScore(item) {
if (item?.fillable) {
const {id, templateId: tid} = item const {id, templateId: tid} = item
uni.navigateTo({url: `/apps/AppAskForm/AppForm?id=${id}&tid=${tid}&from=AppAssessmentScoreTask` + (!item.fillable ? '&result=1' : '')}) uni.navigateTo({url: `/apps/AppAskForm/AppForm?id=${id}&tid=${tid}&from=AppAssessmentScoreTask` + (!item.fillable ? '&result=1' : '')})
} }
}
}, },
onShow() { onShow() {
document.title = this.$options.appName document.title = this.$options.appName