|
@@ -231,8 +231,8 @@ export default {
|
|
//游戏结束方法
|
|
//游戏结束方法
|
|
game_finished() {
|
|
game_finished() {
|
|
//停止控制游戏
|
|
//停止控制游戏
|
|
- bluetooth.sendPause($this._deviceId, $this._serviceId, $this._characteristicId)
|
|
|
|
- bluetooth.sendEnd($this._deviceId, $this._serviceId, $this._characteristicId)
|
|
|
|
|
|
+ // bluetooth.sendPause($this._deviceId, $this._serviceId, $this._characteristicId)
|
|
|
|
+ // bluetooth.sendEnd($this._deviceId, $this._serviceId, $this._characteristicId)
|
|
bluetooth.shutdownSendControl($this._deviceId, $this._serviceId, $this._characteristicId)
|
|
bluetooth.shutdownSendControl($this._deviceId, $this._serviceId, $this._characteristicId)
|
|
|
|
|
|
const countDown = $this.$mp.page.selectComponent('.control-count-down');
|
|
const countDown = $this.$mp.page.selectComponent('.control-count-down');
|
|
@@ -477,6 +477,14 @@ export default {
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|
|
|
|
|
|
|
|
+<style>
|
|
|
|
+.van-count-down {
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ font-size: 30px !important;
|
|
|
|
+ color: white !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+</style>
|
|
<style scoped>
|
|
<style scoped>
|
|
#playing_container {
|
|
#playing_container {
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -503,12 +511,6 @@ export default {
|
|
color: #FFFFFF;
|
|
color: #FFFFFF;
|
|
}
|
|
}
|
|
|
|
|
|
-.van-count-down {
|
|
|
|
- font-weight: bold;
|
|
|
|
- font-size: 30px !important;
|
|
|
|
- color: white !important;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.cut_brain_icon {
|
|
.cut_brain_icon {
|
|
width: 11px;
|
|
width: 11px;
|
|
height: 11px;
|
|
height: 11px;
|