|
@@ -1106,6 +1106,11 @@
|
|
onShareAppMessage(res) {
|
|
onShareAppMessage(res) {
|
|
console.log(res)
|
|
console.log(res)
|
|
var img='';
|
|
var img='';
|
|
|
|
+ if(this.mainImg){
|
|
|
|
+ img=this.mainImg
|
|
|
|
+ }else{
|
|
|
|
+ img="http://dmsphoto.66km.com.cn/thFiles/83074F71-F5C9-4C8E-B23F-2D195788960B.png"
|
|
|
|
+ }
|
|
/* if(this.info.ImgList.length>0){
|
|
/* if(this.info.ImgList.length>0){
|
|
img=this.info.ImgList[0].url
|
|
img=this.info.ImgList[0].url
|
|
} */
|
|
} */
|
|
@@ -1119,8 +1124,9 @@
|
|
|
|
|
|
return {
|
|
return {
|
|
title: this.info.activityName,
|
|
title: this.info.activityName,
|
|
|
|
+ imageUrl:img,
|
|
//imageUrl:this.mainImg,
|
|
//imageUrl:this.mainImg,
|
|
- imageUrl:'http://dmsphoto.66km.com.cn/thFiles/83074F71-F5C9-4C8E-B23F-2D195788960B.png',
|
|
|
|
|
|
+ //imageUrl:'http://dmsphoto.66km.com.cn/thFiles/83074F71-F5C9-4C8E-B23F-2D195788960B.png',
|
|
path:url,
|
|
path:url,
|
|
success(res){
|
|
success(res){
|
|
uni.showToast({
|
|
uni.showToast({
|