@@ -43,10 +43,10 @@
</button>
</van-col>
</van-row>
- <div class="boy_session padding">
+<!-- <div class="boy_session padding">-->
- <text class="boy_session_text">点击选择你喜欢 的教具类别就可 以开始玩囖!</text>
+<!-- <text class="boy_session_text">点击选择你喜欢 的教具类别就可 以开始玩囖!</text>-->
- </div>
+<!-- </div>-->
- <img src="https://img.shuimuai.com/web/boy.png" alt="" class="connected_boy">
+<!-- <img src="https://img.shuimuai.com/web/boy.png" alt="" class="connected_boy">-->
</div>
</template>
@@ -14,11 +14,11 @@ export function LogInDb(content) {
user_id,
content
}
- fly.post("log/add-log", params).then((res) => {
+ // fly.post("log/add-log", params).then((res) => {
- if (res.data.code == 0) {
+ // if (res.data.code == 0) {
- return res.data.data;
+ // return res.data.data;
- } else {
+ // } else {
- return false;
+ // return false;
- }
+ // }
- })
+ // })
-}
+}
@@ -139,7 +139,7 @@ export default {
} else {
//设置打开脑控为false
FlagOpenControl = false;
- clearInterval($intv)
+ clearInterval(control_close_intv)
//清空当前数据
that.clearLocalDatas()