Commit aa641a6f authored by liujiangnan's avatar liujiangnan

feat: ’更多’提示

parent 449c4fea
......@@ -103,7 +103,7 @@ export default class SceneComponent extends MyCocosSceneComponent_NJ_usercenter
}
}
if (endDate) {
cc.find(`Canvas/usercenter/view/content/scollpage/user_center/enddate`).getComponent(cc.Label).string = `有效期至:${endDate}`;
cc.find(`Canvas/usercenter/view/content/scollpage/user_center/enddate`).getComponent(cc.Label).string = `有效期至:${endDate} >`;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment