浏览代码

feat(认知任务): 优化

JutarryWu 9 月之前
父节点
当前提交
dc0ccd44e5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/cognitiveTasks/spatialOrientationAbility/index.vue

+ 1 - 1
src/pages/cognitiveTasks/spatialOrientationAbility/index.vue

@@ -70,7 +70,7 @@ let arrDataDemo: IData[] = [
     xAxis: '',
     yAxis: '',
   },
-  { id: 8, text: '停止牌', name: '停止牌', value: 'soldier', imgUrl: Url_stop, angle: '', xAxis: '', yAxis: '' },
+  { id: 8, text: '停止牌', name: '停止牌', value: 'stop', imgUrl: Url_stop, angle: '', xAxis: '', yAxis: '' },
   { id: 9, text: '房子', name: '房子', value: 'house', imgUrl: Url_house, angle: '', xAxis: '', yAxis: '' },
 ]
 const firstObj = ref<IData>()