|
@@ -290,6 +290,17 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ function skipQuestion(dlIndex, dtIndex) {
|
|
|
+ progress.dlIndex = dlIndex;
|
|
|
+ progress.dtIndex = dtIndex;
|
|
|
+ handlePopupBack()
|
|
|
+ }
|
|
|
+
|
|
|
+ function answerCardItemClick(qa) {
|
|
|
+ const actQa = data.StListForSearch.find(item => item.stId == qa.stId);
|
|
|
+ skipQuestion(actQa.dlIndex, actQa.dtIndex)
|
|
|
+ }
|
|
|
+
|
|
|
|
|
|
function handleBack() {
|
|
|
const pages = getCurrentPages();
|