Authored by huzhiming

fix(活动模版):闲鱼分享功能移除测试代码 reviewed by tao.huang

{
"name": "yohobuywap-node-activity",
"version": "6.9.25",
"version": "6.10.0-bate02",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ...
... ... @@ -1250,7 +1250,7 @@ function setXianyuShareInfo() {
title: $('#shareTitle').val(),
desc: $('#shareDesc').val(),
imgUrl: $('#shareImg').val(),
link: $('#shareLink').val().replace('https://', 'http://').replace('6808', '6810')
link: $('#shareLink').val()
};
const parames = {
shareType: 'activity', // 类型,默认activity
... ...