Commit 2cc2b8f4 authored by Edwise's avatar Edwise 🍷

111

parent 0b78ea6b
......@@ -30,8 +30,8 @@ Component({
},
didMount(){
const {unLockStep,warms}= this.props.gameOverData;
let str = unLockStep==2?'恭喜您解锁5系赛段,获得30温暖值':'恭喜您解锁7系赛段,,获得50温暖值';
let str1 = unLockStep==2?'进入三人场':'进入四人场';
let str = unLockStep==2?'恭喜您解锁5系赛段':'恭喜您解锁7系赛段';
let str1 = unLockStep==2?'进入三人场,获得30温暖值':'进入四人场,获得50温暖值';
this.setData({
unLockStep:unLockStep,
title1:str,
......
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
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