From 62f827ec4451277c8a916c3850cbdc12a5fa2f52 Mon Sep 17 00:00:00 2001 From: zhaoxiaoqiang <287285524@qq.com> Date: Thu, 04 Aug 2022 10:58:12 +0800 Subject: [PATCH] 代码格式错误 --- src/views/homeIndex/home-index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/homeIndex/home-index.vue b/src/views/homeIndex/home-index.vue index b1f36db..6661b1d 100644 --- a/src/views/homeIndex/home-index.vue +++ b/src/views/homeIndex/home-index.vue @@ -2,7 +2,7 @@ * @Author: 小明丶 * @Date: 2020-05-20 20:29:47 * @LastEditors: zxq - * @LastEditTime: 2022-08-03 18:00:10 + * @LastEditTime: 2022-08-04 09:52:23 * @Description: --> <template> @@ -48,6 +48,7 @@ }; }, created() { + console.log(window) // this.getWXToken(); // 判断微信接口是否支持 wx.checkJsApi({ -- Gitblit v1.8.0