mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-03-25 02:17:21 +08:00
【修复】修复前端APP点分享,丢失几张静态图片,导致分享容易空白的问题。
This commit is contained in:
@@ -17,7 +17,6 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { h5Url } from '@/common/setting/constVarsHelper.js'
|
|
||||||
export default {
|
export default {
|
||||||
props: {
|
props: {
|
||||||
// 商品id
|
// 商品id
|
||||||
@@ -83,7 +82,7 @@
|
|||||||
name: '分享到微信好友',
|
name: '分享到微信好友',
|
||||||
cate: 'share',
|
cate: 'share',
|
||||||
id: 'weixin',
|
id: 'weixin',
|
||||||
img: '/static/images/ic-wechat.png',
|
img: '/static/images/common/share-wechat.png',
|
||||||
sort: 0
|
sort: 0
|
||||||
})
|
})
|
||||||
data.push({
|
data.push({
|
||||||
@@ -91,7 +90,7 @@
|
|||||||
cate: 'share',
|
cate: 'share',
|
||||||
id: 'weixin',
|
id: 'weixin',
|
||||||
type: 'WXSenceTimeline',
|
type: 'WXSenceTimeline',
|
||||||
img: '/static/images/circle-of-friends.png',
|
img: '/static/images/common/share--wechat-friends.png',
|
||||||
sort: 1
|
sort: 1
|
||||||
})
|
})
|
||||||
break;
|
break;
|
||||||
@@ -100,7 +99,7 @@
|
|||||||
name: '分享到QQ',
|
name: '分享到QQ',
|
||||||
cate: 'share',
|
cate: 'share',
|
||||||
id: 'qq',
|
id: 'qq',
|
||||||
img: '/static/images/qq.png',
|
img: '/static/images/common/share-qq.png',
|
||||||
sort: 3
|
sort: 3
|
||||||
})
|
})
|
||||||
break;
|
break;
|
||||||
@@ -113,7 +112,7 @@
|
|||||||
name: '生成海报',
|
name: '生成海报',
|
||||||
cate: 'poster',
|
cate: 'poster',
|
||||||
id: 'poster',
|
id: 'poster',
|
||||||
img: '/static/images/poster.png',
|
img: '/static/images/common/share-poster.png',
|
||||||
sort: 5
|
sort: 5
|
||||||
})
|
})
|
||||||
this.providerList = data.sort((x, y) => {
|
this.providerList = data.sort((x, y) => {
|
||||||
|
|||||||
BIN
CoreCms.Net.Uni-App/CoreShop/static/images/common/share-qq.png
Normal file
BIN
CoreCms.Net.Uni-App/CoreShop/static/images/common/share-qq.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user