Commit 82b0f5a6 authored by limingzhe's avatar limingzhe

fix: debug

parent aac875e7
This diff is collapsed.
...@@ -148,7 +148,7 @@ ...@@ -148,7 +148,7 @@
<h2>书写组设置:</h2> <h2>书写组设置:</h2>
<div style="padding: 10px; border: 2px solid #ccc; border-radius: 10px; width: 350px;"> <div style="padding: 10px; border: 2px solid #ccc; border-radius: 10px; width: 350px;">
<div *ngFor="let hzItem of item.hotZoneItemArr; let i = index"> <div *ngFor="let hzItem of item.hotZoneItemArr; let i = index">
<div *ngIf="hzItem.gIdx == '1'" style="margin: 10px; display: flex; align-items: center;"> <div *ngIf="hzItem.gIdx == '1' || hzItem.gIdx == '6'" style="margin: 10px; display: flex; align-items: center;">
<div style="width: 300px; height: 70px; border: 1px solid #ccc; border-radius: 10px; padding: 5px; "> <div style="width: 300px; height: 70px; border: 1px solid #ccc; border-radius: 10px; padding: 5px; ">
......
...@@ -83,10 +83,16 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy, AfterViewIni ...@@ -83,10 +83,16 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy, AfterViewIni
{ {
name: '涂色区', name: '涂色区',
pic: true, pic: true,
isShowPos: true, // isShowPos: true,
isCopy: true, isCopy: true,
}, },
{
name: '书写图片',
pic: true,
// isShowPos: true,
isCopy: true,
},
// { // {
// name: '图片', // name: '图片',
// // audio: true, // // audio: true,
...@@ -265,6 +271,7 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy, AfterViewIni ...@@ -265,6 +271,7 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy, AfterViewIni
'1' : {gIdx: '1', name: '手写'}, '1' : {gIdx: '1', name: '手写'},
'2' : {gIdx: '2', name: '画圈'}, '2' : {gIdx: '2', name: '画圈'},
'4' : {gIdx: '4', name: '符号'}, '4' : {gIdx: '4', name: '符号'},
'6' : {gIdx: '6', name: '书写'},
} }
const typeArr = []; const typeArr = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment