@@ -643,6 +643,10 @@ export default {
if ($this.played_time == 0) {
//判断是否隐藏 隐藏则不绘画
that.shutdownSendControl(characteristic.deviceId, $this._serviceId, $this._characteristicId)
+ let $hide_status = game_store.getters.getHideStatus()
+ if (!$hide_status) {
+ $this.game_finished()
+ }
}
} catch (e) {
console.log('调用方法失败', e)