Commit 47c314be authored by wildfirecode's avatar wildfirecode

1

parent ad4cabf6
...@@ -14,7 +14,7 @@ export default class RulePanel2 extends Panel { ...@@ -14,7 +14,7 @@ export default class RulePanel2 extends Panel {
private addRule() { private addRule() {
const text = const text =
`<br>1、新用户点击“帮TA助力”按钮后,进入游戏参与闯关即可为好友助力成功。<br>2、新用户仅包含未参与过狮狮连萌活动的用户。<br>3、用户不可为自己助力,或重复为好友助力。<br>`; `<br>1、新用户点击“去闯关”按钮后,进入游戏参与闯关即可为好友助力成功。<br>2、新用户仅包含未参与过狮狮连萌活动的用户。<br>3、用户不可为自己助力,或重复为好友助力。<br>`;
this.labContent.textFlow = (new HtmlTextParser).parser(text); this.labContent.textFlow = (new HtmlTextParser).parser(text);
} }
......
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