协议增加,查看图片或者视频上报,用于排行榜
This commit is contained in:
@@ -191,6 +191,12 @@ export class GirlData extends BaseData {
|
||||
|
||||
/** --------------------------------------------------------- 技师的排行榜数据 --------------------------------------------------------- */
|
||||
|
||||
/** 清空 排行榜数据 */
|
||||
public clearGirlRank(): void {
|
||||
if (!this._rankData) return;
|
||||
this._rankData.clear();
|
||||
}
|
||||
|
||||
/** 保存 排行榜数据 */
|
||||
public setGirlRank(rankType: proto.cs.EnmRankType, data: proto.cs.ICSGetRankRes): void {
|
||||
if (!data) return;
|
||||
|
||||
Reference in New Issue
Block a user