hookehuyr

fix

......@@ -816,7 +816,6 @@ const updateActivityInfo = async ({ activity, host }) => {
reg_end_time.value = moment(activity.reg_end_time).format('YYYY-MM-DD HH:mm');
// 默认弹框活动时间
defaultActivityTime = formatInfoDate(activity.activity_time);
console.warn(defaultActivityTime);
defaultStartTime = formatInfoDate(activity.reg_begin_time);
defaultEndTime = formatInfoDate(activity.reg_end_time);
// 人数限制字段
......
......@@ -204,7 +204,6 @@ export default {
// 来自页面内的按钮的转发
if (options.from == 'button') {
var eData = options.target.dataset;
console.warn(eData); // shareBtn
// 此处可以修改 shareObj 中的内容
shareObj.path = '/pages/goods/goods?goodId=' + eData.id;
}
......
......@@ -148,7 +148,6 @@ export default {
async onShow () {
// 先看一下有没有缓存过参加主办方ID
const id = hostStore().join_id;
console.warn(id);
let host_id = '';
if (id) {
host_id = id;
......