货无忧
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
612 B

1 year ago
import {detailsType} from './tips'
export interface tiplistType extends detailsType{
1 year ago
/**
* 1.
* 2.
* 3.+
1 year ago
* */
tipstate:number;
1 year ago
/**
1 year ago
* */
placeholder:string;
/**
* */
list:string[];
/**
* */
checklist:number[];
/**
* */
inputtext:string;
/**
* */
isonecheck:boolean;
1 year ago
/**
* */
imglist:string[];
/**
* */
maximglength:number;
/**
* */
checklength:number
1 year ago
}