完成排位匹配调试
This commit is contained in:
@@ -197,22 +197,22 @@ onShow(async () => {
|
||||
<image
|
||||
src="../static/battle2v2.png"
|
||||
mode="widthFix"
|
||||
@click.stop="() => toMatchPage(1, 4)"
|
||||
@click.stop="() => toMatchPage(2, 4)"
|
||||
/>
|
||||
<image
|
||||
src="../static/battle3v3.png"
|
||||
mode="widthFix"
|
||||
@click.stop="() => toMatchPage(1, 6)"
|
||||
@click.stop="() => toMatchPage(3, 6)"
|
||||
/>
|
||||
<image
|
||||
src="../static/battle5.png"
|
||||
mode="widthFix"
|
||||
@click.stop="() => toMatchPage(2, 5)"
|
||||
@click.stop="() => toMatchPage(4, 5)"
|
||||
/>
|
||||
<image
|
||||
src="../static/battle10.png"
|
||||
mode="widthFix"
|
||||
@click.stop="() => toMatchPage(2, 10)"
|
||||
@click.stop="() => toMatchPage(5, 10)"
|
||||
/>
|
||||
</view>
|
||||
<view class="data-progress">
|
||||
|
||||
Reference in New Issue
Block a user