libushang 5 ماه پیش
والد
کامیت
c865c11e43
1فایلهای تغییر یافته به همراه1 افزوده شده و 3 حذف شده
  1. 1 3
      src/views/signPage/index.vue

+ 1 - 3
src/views/signPage/index.vue

@@ -120,9 +120,7 @@ const handleSignCancel = () => {
 }
 
 onMounted(() => {
-  if (/(micromessenger)/i.test(navigator.userAgent)) {
-    // 微信端,啥都不填写
-  } else {
+  if (/(wxworklocal)/i.test(navigator.userAgent)) {
     getSignInfo({event_id: event_id}).then((res)=> {
       const user = res.data;
       console.log('user', user);