xiansin 2 gadi atpakaļ
vecāks
revīzija
911a1e7afb

+ 2 - 0
mini/pages/episode/components/EpisodeButtons.vue

xqd
@@ -170,6 +170,8 @@ export default {
           right: 0;
           bottom: 0;
           z-index: 1;
+          border: unset;
+          box-shadow: unset;
           &:after{
             content: unset;
           }

+ 3 - 1
mini/pages/index/index.vue

xqd
@@ -79,13 +79,15 @@ export default {
   },
   onLoad(options) {
     console.log('-->index data', options)
-    this.isLogin && this.getHomeColumn()
     this.scene_code = typeof options.user_id !== 'undefined' ? options.scene : ''
     this.parent_id = typeof options.user_id !== 'undefined' ? options.user_id : 0
     if ((this.parent_id || this.scene_code) && !this.userInfo.parent_id) {
       this.isLogin && this.bindParent()
     }
   },
+  onShow() {
+    this.isLogin && this.getHomeColumn()
+  },
   methods: {
     handleSearch() {
       if (!this.keywords) {

+ 1 - 1
server/app/Http/Controllers/V1/Share/ShareController.php

xqd
@@ -77,6 +77,6 @@ class ShareController extends Controller
             }
         }
 
-        return $this->success();
+        return $this->success(['url' => $user->share_qrcode]);
     }
 }

+ 1 - 1
server/composer.json

xqd
@@ -8,7 +8,7 @@
         "php": "^7.3|^8.0",
         "ext-json": "*",
         "alibabacloud/iot": "^1.8",
-        "aliyuncs/oss-sdk-php": "^2.6",
+        "aliyuncs/oss-sdk-php": "2.6",
         "api-ecosystem-for-laravel/dingo-api": "^v3.1.1",
         "dcat/easy-excel": "^1.0",
         "dcat/laravel-admin": "2.*",

+ 1 - 1
server/composer.lock

xqd
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "9bfbb41140574065e42cf9039aadf913",
+    "content-hash": "eced595c20b1caf85a86b3ea29bff575",
     "packages": [
         {
             "name": "adbario/php-dot-notation",