美术更新
- detail页面修改 - ui布局修改
This commit is contained in:
@@ -159,6 +159,7 @@ export class GirlDetail {
|
||||
this.id = _buf_.readInt()
|
||||
this.detailDesc = _buf_.readString()
|
||||
{ let n = Math.min(_buf_.readSize(), _buf_.size); this.pics = []; for(let i = 0 ; i < n ; i++) { let _e0 ;_e0 = _buf_.readString(); this.pics.push(_e0);}}
|
||||
{ let n = Math.min(_buf_.readSize(), _buf_.size); this.vids = []; for(let i = 0 ; i < n ; i++) { let _e0 ;_e0 = _buf_.readString(); this.vids.push(_e0);}}
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -170,14 +171,19 @@ export class GirlDetail {
|
||||
*/
|
||||
readonly detailDesc: string
|
||||
/**
|
||||
* 资源列表
|
||||
* 图片资源列表
|
||||
*/
|
||||
readonly pics: string[]
|
||||
/**
|
||||
* 视频资源列表
|
||||
*/
|
||||
readonly vids: string[]
|
||||
|
||||
resolve(tables:Tables) {
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user