@zykjcommon/questions 0.0.35 → 0.0.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zykjcommon/questions",
3
- "version": "0.0.35",
3
+ "version": "0.0.36",
4
4
  "main": "src/components/questions/entry.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -169,22 +169,6 @@ export default {
169
169
  let correct = this.questionInfo.answerMap.is_correct === '1' ? true : false
170
170
  return correct
171
171
  },
172
- intervalFindEl(){
173
- return new Promise((resolve,reject)=>{
174
- console.log(this.$el,345);
175
- debugger
176
- if(this.$el){
177
- resolve()
178
- }else{
179
- let interval = setInterval(()=>{
180
- if(this.$el){
181
- clearInterval(interval)
182
- resolve()
183
- }
184
- },50)
185
- }
186
- })
187
- },
188
172
  parseLists(nv){
189
173
  this.classify_question_info = nv.classify_question_info
190
174
  let exam_options_data = nv.exam_options_data