|
@@ -353,7 +353,7 @@
|
|
thumb: "q8.9026.com/base/img/share/icon_cat_h.png",
|
|
thumb: "q8.9026.com/base/img/share/icon_cat_h.png",
|
|
media: {
|
|
media: {
|
|
type: Wechat.Type.WEBPAGE,
|
|
type: Wechat.Type.WEBPAGE,
|
|
- webpageUrl: "config.server + '//admin/share/view?id='" + id
|
|
|
|
|
|
+ webpageUrl: config.server + "/admin/share/view?id=" + id
|
|
|
|
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -372,7 +372,7 @@
|
|
thumb: "q8.9026.com/base/img/share/icon_cat_h.png",
|
|
thumb: "q8.9026.com/base/img/share/icon_cat_h.png",
|
|
media: {
|
|
media: {
|
|
type: Wechat.Type.WEBPAGE,
|
|
type: Wechat.Type.WEBPAGE,
|
|
- webpageUrl: "q8.9026.com//admin/share/view?id=" + id
|
|
|
|
|
|
+ webpageUrl: config.server + "/admin/share/view?id=" + id
|
|
}
|
|
}
|
|
},
|
|
},
|
|
scene: Wechat.Scene.TIMELINE
|
|
scene: Wechat.Scene.TIMELINE
|