@focus-teach/ui 1.0.47 → 1.0.49

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/api/index.js CHANGED
@@ -239,7 +239,7 @@ export function getBankIndex(options, success, error) {
239
239
  }
240
240
  );
241
241
  }
242
- //题库列表查询【USP】(chenxianyong)
242
+ //题库列表查询【USP】(chenxianyong)
243
243
  export function getBankIndexApi(options) {
244
244
  return new Promise(resolve => {
245
245
  axios.get("/ybk/item/index", {
@@ -267,9 +267,9 @@ export function getBankData(options, success, error) {
267
267
  }
268
268
  );
269
269
  }
270
- //题库分页查询【USP】(chenxianyong)
270
+ //题库分页查询【USP】(chenxianyong)
271
271
  export function getBankDataApi(options) {
272
- return new Promise(resolve=>{
272
+ return new Promise(resolve=> {
273
273
  axios.get("/ybk/item/bank", {
274
274
  params: options
275
275
  }).then(
@@ -347,6 +347,7 @@ export function getKldftNecessaryApi(options) {
347
347
  );
348
348
  })
349
349
  }
350
+
350
351
  //获取题目
351
352
  export function getQuestion(options, success, error) {
352
353
  return new Promise((resolve) => {