10 lines
179 B
TypeScript
10 lines
179 B
TypeScript
Component({
|
|
properties: {
|
|
/** 广告类型:focusDraw 或 mathDraw */
|
|
type: {
|
|
type: String,
|
|
value: 'focusDraw',
|
|
},
|
|
},
|
|
});
|