Commit f6c3ad51 authored by 李维's avatar 李维

修复文字输入也显示检查结果热区的问题

parent 72d00a5b
......@@ -31680,7 +31680,7 @@
},
{
"__type__": "cc.Node",
"_name": "icon_connect_start",
"_name": "icon_connect_end",
"_objFlags": 0,
"_parent": {
"__id__": 824
......@@ -31752,7 +31752,7 @@
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "1cce80c5-70de-4125-b98a-c90ffaa59dfb"
"__uuid__": "b901f558-9d0a-421b-9282-e36dd8347ece"
},
"_type": 0,
"_sizeMode": 1,
......@@ -31770,7 +31770,7 @@
},
{
"__type__": "cc.Node",
"_name": "icon_connect_end",
"_name": "icon_connect_start",
"_objFlags": 0,
"_parent": {
"__id__": 824
......@@ -31842,7 +31842,7 @@
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "df08e289-fe40-4291-851f-7bd589d31250"
"__uuid__": "ad9274ba-f865-4566-84ce-2e676ae618be"
},
"_type": 0,
"_sizeMode": 1,
......
{
"ver": "2.3.5",
"uuid": "77b09182-4ae8-4222-90d7-f19f59b65497",
"uuid": "b9ba086f-a8d9-46e9-a95e-6880bf9a03b5",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
......@@ -13,8 +13,8 @@
"subMetas": {
"icon_connect_end": {
"ver": "1.0.4",
"uuid": "1cce80c5-70de-4125-b98a-c90ffaa59dfb",
"rawTextureUuid": "77b09182-4ae8-4222-90d7-f19f59b65497",
"uuid": "b901f558-9d0a-421b-9282-e36dd8347ece",
"rawTextureUuid": "b9ba086f-a8d9-46e9-a95e-6880bf9a03b5",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
......
{
"ver": "2.3.5",
"uuid": "b2f1e81e-e303-463b-ab87-6f9a885a6f34",
"uuid": "67996a45-2315-46ff-86e6-996e014b9265",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
......@@ -13,8 +13,8 @@
"subMetas": {
"icon_connect_start": {
"ver": "1.0.4",
"uuid": "df08e289-fe40-4291-851f-7bd589d31250",
"rawTextureUuid": "b2f1e81e-e303-463b-ab87-6f9a885a6f34",
"uuid": "ad9274ba-f865-4566-84ce-2e676ae618be",
"rawTextureUuid": "67996a45-2315-46ff-86e6-996e014b9265",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
......
......@@ -472,7 +472,7 @@
</nz-select>
</div>
<div *ngIf="it.hotZoneType == HOT_ZONE_RADIO || it.hotZoneType == HOT_ZONE_CHECKBOX || it.hotZoneType == CONNECTION || it.hotZoneType == RIGHT_OR_WRONG || it.hotZoneType == CROSSWORD_PUZZLE || it.hotZoneType == SORT_WORDS || it.hotZoneType == PRONUNCIATION_ASSESSMENT || it.hotZoneType" style="margin: 10px 10px;">
<div *ngIf="it.hotZoneType == HOT_ZONE_RADIO || it.hotZoneType == HOT_ZONE_CHECKBOX || it.hotZoneType == CONNECTION || it.hotZoneType == RIGHT_OR_WRONG || it.hotZoneType == CROSSWORD_PUZZLE || it.hotZoneType == SORT_WORDS || it.hotZoneType == PRONUNCIATION_ASSESSMENT || it.hotZoneType == CONNECTION_CHOICE" style="margin: 10px 10px;">
<span style="display: inline-block; text-align: right; width: 150px;">检查结果显示热区:</span>
<nz-select nzShowSearch nzAllowClear [(ngModel)]="it.linkResultShowHotZoneIndex" style="width: 300px;" (ngModelChange)="save()">
<nz-option *ngFor="let itOption of item.hotZoneItemArr" [nzValue]="itOption.index" [nzLabel]="itOption.itemName"></nz-option>
......
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