panhui 4 years ago
parent
commit
fe555b0b48

+ 9 - 9
src/main/comos/src/components/creator/CreatorInfo.vue

@@ -215,14 +215,14 @@ export default {
 
 .info + .info {
     position: relative;
-    &::before {
-        content: '';
-        position: absolute;
-        left: 20px;
-        right: 20px;
-        top: 0;
-        height: 1px;
-        background-color: @bg3;
-    }
+    // &::before {
+    //     content: '';
+    //     position: absolute;
+    //     left: 20px;
+    //     right: 20px;
+    //     top: 0;
+    //     height: 1px;
+    //     background-color: @bg3;
+    // }
 }
 </style>

+ 3 - 2
src/main/comos/src/router/index.js

@@ -38,12 +38,13 @@ function jsapiSign() {
                             title: 'Cosmos Art',
                             desc: '“Cosmos Art”为数字藏品展示、收藏、集换为一体的潮玩数字藏品平台',
                             link: location.origin + '/cosmos',
-                            imgUrl: 'https://9space-2021.oss-cn-shenzhen.aliyuncs.com/image/2022-01-17-10-09-05yjjhcoBO.jpg'
+                            imgUrl: 'https://9space-2021.oss-cn-shenzhen.aliyuncs.com/thumb_image/6761642385045_.pic.jpg'
                         });
                         wx.updateTimelineShareData({
                             title: 'Cosmos Art',
+                            desc: '“Cosmos Art”为数字藏品展示、收藏、集换为一体的潮玩数字藏品平台',
                             link: location.origin + '/cosmos',
-                            imgUrl: 'https://9space-2021.oss-cn-shenzhen.aliyuncs.com/image/2022-01-17-10-09-05yjjhcoBO.jpg'
+                            imgUrl: 'https://9space-2021.oss-cn-shenzhen.aliyuncs.com/thumb_image/6761642385045_.pic.jpg'
                         });
                     });
                 })

+ 3 - 2
src/main/comos/src/views/asset/Detail.vue

@@ -563,12 +563,13 @@ export default {
                     title: 'Cosmos Art - ' + res.name,
                     desc: '“Cosmos Art”为数字藏品展示、收藏、集换为一体的潮玩数字藏品平台',
                     link: location.origin + '/cosmos/assetDetail?id=' + res.id,
-                    imgUrl: this.getImg(this.changeImgs(this.banners), '', 600)
+                    imgUrl: 'https://9space-2021.oss-cn-shenzhen.aliyuncs.com/thumb_image/6761642385045_.pic.jpg'
                 });
                 wx.updateTimelineShareData({
                     title: 'Cosmos Art - ' + res.name,
+                    desc: '“Cosmos Art”为数字藏品展示、收藏、集换为一体的潮玩数字藏品平台',
                     link: location.origin + '/cosmos/assetDetail?id=' + res.id,
-                    imgUrl: this.getImg(this.changeImgs(this.banners), '', 600)
+                    imgUrl: 'https://9space-2021.oss-cn-shenzhen.aliyuncs.com/thumb_image/6761642385045_.pic.jpg'
                 });
                 this.tokenId = this.info.tokenId;
                 if (res.privileges) {

+ 3 - 2
src/main/comos/src/views/product/Detail.vue

@@ -369,12 +369,13 @@ export default {
                             title: 'Cosmos Art - ' + res.name,
                             desc: '“Cosmos Art”为数字藏品展示、收藏、集换为一体的潮玩数字藏品平台',
                             link: location.origin + '/cosmos/productDetail?id=' + res.id,
-                            imgUrl: this.getImg(this.changeImgs(this.banners), '', 300)
+                            imgUrl: 'https://9space-2021.oss-cn-shenzhen.aliyuncs.com/thumb_image/6761642385045_.pic.jpg'
                         });
                         wx.updateTimelineShareData({
                             title: 'Cosmos Art - ' + res.name,
+                            desc: '“Cosmos Art”为数字藏品展示、收藏、集换为一体的潮玩数字藏品平台',
                             link: location.origin + '/cosmos/productDetail?id=' + res.id,
-                            imgUrl: this.getImg(this.changeImgs(this.banners), '', 300)
+                            imgUrl: 'https://9space-2021.oss-cn-shenzhen.aliyuncs.com/thumb_image/6761642385045_.pic.jpg'
                         });
                         console.log(wx);
                     }