|
|
@@ -190,7 +190,7 @@ export default {
|
|
|
return {
|
|
|
title: this.title,
|
|
|
desc: "",
|
|
|
- imageUrl: APIHOST+'/custom/hit_me_clear.jpg',
|
|
|
+ imageUrl: APIHOST+'/image/custom/hit_me_clear.jpg',
|
|
|
path: "admin/clear/showBill?id="+this.detailInfo.id,
|
|
|
}
|
|
|
},
|
|
|
@@ -204,7 +204,7 @@ export default {
|
|
|
type: 5,
|
|
|
title: that.title,
|
|
|
summary: '暂无',
|
|
|
- imageUrl: APIHOST+'/custom/hit_me_clear.jpg',//图片一定要有,不然会分享失败
|
|
|
+ imageUrl: APIHOST+'/image/custom/hit_me_clear.jpg',//图片一定要有,不然会分享失败
|
|
|
miniProgram: {
|
|
|
id: miniOriginalId,//小程序原始id,发起分享的 App 与小程序属于同一微信开放平台账号
|
|
|
path: "admin/clear/showBill?id="+this.detailInfo.id,
|