更新技师资源
This commit is contained in:
@@ -17,9 +17,9 @@ export enum Category {
|
||||
*/
|
||||
shunv = 0,
|
||||
/**
|
||||
* 18岁
|
||||
* 20s
|
||||
*/
|
||||
eighteen = 1,
|
||||
twenty = 1,
|
||||
/**
|
||||
* 辣妈
|
||||
*/
|
||||
@@ -117,6 +117,7 @@ export class Girl {
|
||||
this.tagKey = _buf_.readString()
|
||||
this.priceType = _buf_.readInt()
|
||||
this.avatarPath = _buf_.readString()
|
||||
this.listAvatarPath = _buf_.readString()
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -147,6 +148,10 @@ export class Girl {
|
||||
* 头像路径
|
||||
*/
|
||||
readonly avatarPath: string
|
||||
/**
|
||||
* 头像路径
|
||||
*/
|
||||
readonly listAvatarPath: string
|
||||
|
||||
resolve(tables:Tables) {
|
||||
|
||||
@@ -156,6 +161,7 @@ export class Girl {
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user