Commit 17cf5df8 authored by 范雪寒's avatar 范雪寒

test:test

parent 58fc8679
...@@ -90,7 +90,7 @@ h5 { ...@@ -90,7 +90,7 @@ h5 {
@font-face @font-face
{ {
font-family: 'BRLNSR_1'; font-family: 'BRLNSR_1';
src: url("/assets/font/BRLNSR_1.TTF") ; src: url("/assets/font/BRLNSR.TTF") ;
} }
...@@ -106,7 +106,6 @@ h5 { ...@@ -106,7 +106,6 @@ h5 {
//@import '../../../style/common_mixin'; //@import '../../../style/common_mixin';
// //
//.p-image-uploader { //.p-image-uploader {
......
...@@ -186,6 +186,7 @@ export class CustomHotZoneComponent implements OnInit, OnDestroy, OnChanges { ...@@ -186,6 +186,7 @@ export class CustomHotZoneComponent implements OnInit, OnDestroy, OnChanges {
const bg = this.bg; const bg = this.bg;
console.log('this.bgItem.url = ' + this.bgItem.url);
if (!this.bgItem.url) { if (!this.bgItem.url) {
callBack(); callBack();
return; return;
...@@ -211,6 +212,7 @@ export class CustomHotZoneComponent implements OnInit, OnDestroy, OnChanges { ...@@ -211,6 +212,7 @@ export class CustomHotZoneComponent implements OnInit, OnDestroy, OnChanges {
this.renderArr.push(this.bg2); this.renderArr.push(this.bg2);
} }
console.log('this.bgItem2.url = ' + this.bgItem2.url);
const bg2 = this.bg2; const bg2 = this.bg2;
if (!this.bgItem2.url) { if (!this.bgItem2.url) {
callBack(); callBack();
......
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