|
@@ -75,7 +75,7 @@
|
|
|
: 'toy_item_normal_bg'
|
|
|
"
|
|
|
>
|
|
|
- <img :src="toy.img" alt="" class="toy_img" />
|
|
|
+ <img :src="toy.img" alt="" class="toy_img"/>
|
|
|
<text class="toy_text padding-top">{{ toy.name }}</text>
|
|
|
</div>
|
|
|
</van-col>
|
|
@@ -84,7 +84,8 @@
|
|
|
<!-- 结尾 -->
|
|
|
<div class="toy_actions padding text-center">
|
|
|
<view class="text-gray toy_action_text padding"
|
|
|
- >选择你最感兴趣的项目,点击“选好了”以后将会自动连接</view
|
|
|
+ >选择你最感兴趣的项目,点击“选好了”以后将会自动连接
|
|
|
+ </view
|
|
|
>
|
|
|
<button
|
|
|
class="cu-btn lg cu-btn-primary text-white text-center padding"
|
|
@@ -94,7 +95,7 @@
|
|
|
</button>
|
|
|
</div>
|
|
|
</van-popup>
|
|
|
- <van-toast id="van-toast" />
|
|
|
+ <van-toast id="van-toast"/>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -109,7 +110,7 @@ import device_connected from "@/components/device/connected";
|
|
|
import toy_connecting from "@/components/device/toy/connecting";
|
|
|
//获取个人信息
|
|
|
import Toast from "../../../static/vant/toast/toast";
|
|
|
-import { game_devices } from "../../requests/game";
|
|
|
+import {game_devices} from "../../requests/game";
|
|
|
import game_store from "@/store/game";
|
|
|
import bluetooth from "@/utils/bluetooth";
|
|
|
|
|
@@ -187,13 +188,8 @@ export default {
|
|
|
fail(err) {
|
|
|
if (err["errCode"] == 10001) {
|
|
|
Toast.fail({
|
|
|
-<<<<<<< HEAD
|
|
|
- message: "请连接蓝牙",
|
|
|
- });
|
|
|
-=======
|
|
|
message: "请打开手机蓝牙,并启动脑环!"
|
|
|
})
|
|
|
->>>>>>> f832f7345814f153ecaa4b08bee96a4b1c3d10bf
|
|
|
} else {
|
|
|
Toast.fail({
|
|
|
message: "蓝牙连接失败",
|