diff --git a/src/App.vue b/src/App.vue index 22e1ff6..be40cf4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,7 +2,7 @@ * @Author: wwxin * @Date: 2022-09-17 14:20:36 * @LastEditors: wwxin 2463926940@qq.com - * @LastEditTime: 2024-07-29 11:14:34 + * @LastEditTime: 2024-07-29 15:30:04 * @FilePath: /ll-web-channel-saas-merchant/src/App.vue * @Description: * @@ -12,6 +12,7 @@ import Fingerprint2 from 'fingerprintjs2' export default { onLaunch (options) { + console.log(options,'options11小程序启动参数'); // 在小程序启动时(包括从其他小程序打开时)获取传递过来的参数 if (options.referrerInfo && options.referrerInfo.extraData) { this.handleIncomingData(options.referrerInfo.extraData); diff --git a/src/pages/agreement.vue b/src/pages/agreement.vue index eab5bdb..7e142e1 100644 --- a/src/pages/agreement.vue +++ b/src/pages/agreement.vue @@ -2,7 +2,7 @@ * @Author: wwxin * @Date: 2023-12-08 13:58:32 * @LastEditors: wwxin 2463926940@qq.com - * @LastEditTime: 2024-07-29 11:33:49 + * @LastEditTime: 2024-07-29 15:23:50 * @FilePath: /sharetea-user/src/pagesUser/profile.vue * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE --> @@ -44,7 +44,7 @@ export default { background: #fff; width: 100%; height: 100vh; - padding: 20px; + padding: 20px; image { width: 100%; height: 100%; diff --git a/src/pages/home.vue b/src/pages/home.vue index 36ab4d2..97bd57d 100644 --- a/src/pages/home.vue +++ b/src/pages/home.vue @@ -1,6 +1,6 @@