萌神在此,中奖的你快快现身!!!
以下三位伙伴获得由"周小跳手工烘焙"提供的奖品
【对这个世界说hello】

【LIN】

【断】

请在周一晚23:59分前联系我们
ok
其他小伙伴的照片如下
▼_「花菇凉」 ☄ ℡▼

▼cherish▼
▼a兜胖胖(土分分)▼

▼Amie▼

▼and life.▼

▼『❤』▼

▼lay2▼

▼lay▼

▼DORA ▼

▼con菲dent▼

▼Mellow▼

▼Milk▼

▼LIN的儿子2▼

▼LIN的儿子▼

▼lay3▼

▼Superwoman_朵朵。▼

▼Molly▼

▼someone like you。▼

▼Miss Lee▼

▼oly▼

▼Yi. ♚▼

▼yesterday、▼

▼Wonderful▼

▼Super小智▼

▼Tiramisu▼

▼斑马的弟弟▼

▼不矫情▼

▼ZhaaaKk2▼

▼爱大笑的文艺女青年▼

▼ZhaaaKk▼

▼呆。▼

▼大碗茶▼

▼春暖花开▼

▼蠢女人▼

▼翡翠森林▼

▼断的又一位老师▼

▼对这个世界说hello ▼

▼断的老师▼

▼低头阵阵的小宇。▼

▼冷颜。▼

▼徦豬眞豬▼

▼闺蜜圈-程掌柜。▼

▼怀念。▼

▼喃呢 ▼

▼木抑▼

▼孟国庆▼

▼蜜_▼

▼猫一样性感▼

▼小歪▼

▼夏舟。▼

▼无关善良(~_~)▼

▼汶熹的妹妹小时候▼

▼未署名▼

▼周艺▼

▼张小米▼

▼异叶杨泪▼

▼熊熊2▼

▼熊熊▼

▼竹下听箫梦▼

▼左皑斯▼

▼最美的时光……▼

点击"阅读原文"有彩蛋
if (!window.console) window.console = { log: function() {} };
if (typeof getComputedStyle == 'undefined') { if (document.body.currentStyle) { window.getComputedStyle = function(el) { return el.currentStyle; } } else { window.getComputedStyle = {}; }}(function(){ window.__zoom = 1;
(function(){ var validArr = ","+([0.875, 1, 1.125, 1.25, 1.375]).join(",")+","; var match = window.location.href.match(/winzoom=(d+(?:.d+)?)/); if (match && match[1]) { var winzoom = parseFloat(match[1]); if (validArr.indexOf(","+winzoom+",")>=0) { window.__zoom = winzoom; } } })();
var isIE = false; if (typeof version != 'undefined' && version >= 6 && version <= 9) { isIE = true; } var getMaxWith=function(){ var container = document.getElementById('img-content'); var max_width = container.offsetWidth; var container_padding = 0; var container_style = getComputedStyle(container); container_padding = parseFloat(container_style.paddingLeft) + parseFloat(container_style.paddingRight); max_width -= container_padding; var ua = navigator.userAgent.toLowerCase(); var re = new RegExp("msie ([0-9]+[.0-9]*)"); var version; if (re.exec(ua) != null) { version = parseInt(RegExp.$1); } var isIE = false; if (typeof version != 'undefined' && version >= 6 && version <= 9) { isIE = true; } if (!max_width) { max_width = window.innerWidth - 30; } return max_width; }; var getParentWidth = function(dom){ var parent_width = 0; var parent = dom.parentNode; var outerWidth = 0; while (true) { if(!parent||parent.nodeType!=1) break; var parent_style = getComputedStyle(parent); if (!parent_style) break; parent_width = parent.clientWidth - parseFloat(parent_style.paddingLeft) - parseFloat(parent_style.paddingRight) - outerWidth; if (parent_width > 0) break; outerWidth += parseFloat(parent_style.paddingLeft) + parseFloat(parent_style.paddingRight) + parseFloat(parent_style.marginLeft) + parseFloat(parent_style.marginRight) + parseFloat(parent_style.borderLeftWidth) + parseFloat(parent_style.borderRightWidth); parent = parent.parentNode; } return parent_width; } var getOuterW=function(dom){ var style=getComputedStyle(dom), w=0; if(!!style){ w = parseFloat(style.paddingLeft) + parseFloat(style.paddingRight) + parseFloat(style.borderLeftWidth) + parseFloat(style.borderRightWidth); } return w; }; var getOuterH =function(dom){ var style=getComputedStyle(dom), h=0; if(!!style){ h = parseFloat(style.paddingTop) + parseFloat(style.paddingBottom) + parseFloat(style.borderTopWidth) + parseFloat(style.borderBottomWidth); } return h; }; var insertAfter = function(dom,afterDom){ var _p = afterDom.parentNode; if(!_p){ return; } if(_p.lastChild === afterDom){ _p.appendChild(dom); }else{ _p.insertBefore(dom,afterDom.nextSibling); } }; var getQuery = function(name,url){
var u = arguments[1] || window.location.search, reg = new RegExp("(^|&)"+ name +"=([^&]*)(&|$)"), r = u.substr(u.indexOf("?")+1).match(reg); return r!=null?r[2]:""; }; (function(){ var images = document.getElementsByTagName('img'); var length = images.length; var max_width = getMaxWith(); for (var i = 0; i < length; ++i) { var src_ = images[i].getAttribute('data-src'); var realSrc = images[i].getAttribute('src'); if (!src_ || realSrc) continue; var width_ = 1 * images[i].getAttribute('data-w') || max_width; var ratio_ = 1 * images[i].getAttribute('data-ratio'); var height = 100; if (ratio_ && ratio_ > 0) { var img_style = getComputedStyle(images[i]); var init_width = images[i].style.width;
if (init_width) { images[i].setAttribute('_width', init_width); if (init_width != 'auto') width_ = parseFloat(img_style.width); } var parent_width = getParentWidth(images[i])||max_width; var width = width_ > parent_width ? parent_width : width_; var img_padding_border = getOuterW(images[i])||0; var img_padding_border_top_bottom = getOuterH(images[i])||0; height = (width - img_padding_border) * ratio_ + img_padding_border_top_bottom; images[i].style.cssText += ";width: " + width + "px !important;"; if (isIE) { var url = images[i].getAttribute('data-src'); images[i].src = url; } else { if(width > 40 && height > 40){ images[i].className += ' img_loading'; } images[i].src = "data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWNgYGBgAAAABQABh6FO1AAAAABJRU5ErkJggg=="; } } else { images[i].style.cssText += ";visibility: hidden !important;"; } images[i].style.cssText += ";height: " + height + "px !important;"; } })(); window.__videoDefaultRatio=16/9; window.__getVideoWh = function(dom){ var max_width = getMaxWith(), width = max_width, ratio_ = dom.getAttribute('data-ratio')*1||(4/3), arr = [4/3, 16/9], ret = arr[0], abs = Math.abs(ret - ratio_); for(var j=1,jl=arr.length;j
(function(){ var iframe = document.getElementsByTagName('iframe'); for (var i=0,il=iframe.length;i
var not_in_mm_css = "//res.wx.qq.com/mmbizwap/zh_CN/htmledition/style/page/appmsg/not_in_mm36906d.css"; var windowwx_css = "//res.wx.qq.com/mmbizwap/zh_CN/htmledition/style/page/appmsg/page_mp_article_improve_winwx31619e.css"; var article_improve_combo_css = "//res.wx.qq.com/mmbizwap/zh_CN/htmledition/style/page/appmsg/page_mp_article_improve_combo3baf4b.css"; var tid = ""; var aid = ""; var clientversion = ""; var appuin = "MjM5MDUyODU4MA=="||"";
var source = "123"; var ascene = ""; var subscene = ""; var abtest_cookie = "";
var scene = 75;
var itemidx = ""; var appmsg_token = "";
var _copyright_stat = "0"; var _ori_article_type = "";
var nickname = "城市病人"; var appmsg_type = "9"; var ct = "1436106009"; var publish_time = "2015-07-05" || ""; var user_name = "gh_d1981107a4db"; var user_name_new = ""; var fakeid = ""; var version = ""; var is_limit_user = "0"; var round_head_img = "http://mmbiz.qpic.cn/mmbiz_png/VAaibibRT2C3hA8H5axDFqHahnDzd1DDfMib7VokLjy49P7Ly7TF0zfJpFXtTTbjeou8eXhOeLVo6ygBRlpebgFicw/0?wx_fmt=png"; var ori_head_img_url = "http://wx.qlogo.cn/mmhead/Q3auHgzwzM6dYGA1ev1BgbJX5Z7SgTPTTgRDrjF0VjbUrwH3Zy7q6w/132"; var msg_title = "萌神在此,中奖的你快快现身!!!"; var msg_desc = "有x26quot;周小跳手工烘焙x26quot;提供的三分奖品由三位伙伴获得:对这个世界说helloLIN断请在周一晚23:59分前联系"; var msg_cdn_url = "http://mmbiz.qpic.cn/mmbiz/VAaibibRT2C3gHeB6ib4edVnz1icOwpGYLY4HByfXMf5SXLf3QbXI8SSxYcLhccibKdq4mTiagDdlpDAIAsQodDB4JgA/0?wx_fmt=jpeg"; var msg_link = "http://mp.weixin.qq.com/s?__biz=MjM5MDUyODU4MA==x26amp;mid=401374911x26amp;idx=1x26amp;sn=8e010a0a280f0941abaebf7ba3225be0x26amp;chksm=345bbb94032c3282601633f1e9f724070224422a5e7fd6902415cffea8e140e3b9f5fd74a9be#rd"; var user_uin = "0"*1; var msg_source_url = 'http://weidian.com/?userid=323926512x26amp;code=0316c7fab69910d12ab1fae90b4193awx26amp;state=H5WXshare'; var img_format = 'jpeg'; var srcid = ''; var req_id = '2317hIvS5x1skzlJD1JB36EQ'; var networkType; var appmsgid = '' || '401374911'|| ""; var comment_id = "0" || "0" * 1; var comment_enabled = "" * 1; var is_need_reward = "0" * 1; var is_https_res = ("" * 1) && (location.protocol == "https:"); var msg_daily_idx = "0" || ""; var profileReportInfo = "" || "";
var devicetype = ""; var source_encode_biz = ""; var source_username = "";
var reprint_ticket = ""; var source_mid = ""; var source_idx = ""; var source_biz = "";
var show_comment = ""; var __appmsgCgiData = { wxa_product : ""*1, show_msg_voice: "0"*1, can_use_page : "0"*1, is_wxg_stuff_uin : "0"*1, card_pos : "", copyright_stat : "0", source_biz : "", hd_head_img : "http://wx.qlogo.cn/mmhead/Q3auHgzwzM6dYGA1ev1BgbJX5Z7SgTPTTgRDrjF0VjbUrwH3Zy7q6w/0"||(window.location.protocol+"//"+window.location.host + "//res.wx.qq.com/mmbizwap/zh_CN/htmledition/images/pic/appmsg/pic_rumor_link.2x264e76.jpg") }; var _empty_v = "//res.wx.qq.com/mmbizwap/zh_CN/htmledition/images/pic/pages/voice/empty26f1f1.mp3";
var copyright_stat = "0" * 1;
var pay_fee = "" * 1; var pay_timestamp = ""; var need_pay = "" * 1;
var need_report_cost = "0" * 1; var use_tx_video_player = "0" * 1; var appmsg_fe_filter = "contenteditable";
var friend_read_source = "" || ""; var friend_read_version = "" || ""; var friend_read_class_id = "" || "";
var is_only_read = "1" * 1; var read_num = "" * 1; var like_num = "" * 1; var liked = "" == 'true' ? true : false; var is_temp_url = "" ? 1 : 0; var send_time = ""; var icon_emotion_switch = "//res.wx.qq.com/mmbizwap/zh_CN/htmledition/images/icon/appmsg/emotion/icon_emotion_switch.2x2f1273.png"; var icon_emotion_switch_active = "//res.wx.qq.com/mmbizwap/zh_CN/htmledition/images/icon/appmsg/emotion/icon_emotion_switch_active.2x2f1273.png"; var icon_loading_white = "//res.wx.qq.com/mmbizwap/zh_CN/htmledition/images/icon/common/icon_loading_white2805ea.gif"; var icon_audio_unread = "//res.wx.qq.com/mmbizwap/zh_CN/htmledition/images/icon/appmsg/audio/icon_audio_unread26f1f1.png"; var icon_qqmusic_default = "//res.wx.qq.com/mmbizwap/zh_CN/htmledition/images/icon/appmsg/qqmusic/icon_qqmusic_default.2x26f1f1.png"; var icon_qqmusic_source = "//res.wx.qq.com/mmbizwap/zh_CN/htmledition/images/icon/appmsg/qqmusic/icon_qqmusic_source393e3a.png"; var icon_kugou_source = "//res.wx.qq.com/mmbizwap/zh_CN/htmledition/images/icon/appmsg/kugou/icon_kugou_source393e3a.png";
var topic_default_img = '//res.wx.qq.com/mmbizwap/zh_CN/htmledition/images/icon/appmsg/topic/pic_book_thumb.2x2e4987.png'; var comment_edit_icon = '//res.wx.qq.com/mmbizwap/zh_CN/htmledition/images/icon/appmsg/icon_edit25ded2.png'; var comment_loading_img = '//res.wx.qq.com/mmbizwap/zh_CN/htmledition/images/icon/common/icon_loading_white2805ea.gif'; var voice_in_appmsg = { "1":"1" }; var wxa_img_alert = "" != 'false';
var weapp_sn_arr_json = "" || "";
var ban_scene = "0" * 1;
var svr_time = "1521797640" * 1;
var is_transfer_msg = ""*1||0;
var malicious_title_reason_id = "0" * 1;
var modify_time = "";
window.wxtoken = "777";
window.is_login = '0' * 1;
window.__moon_initcallback = function(){ if(!!window.__initCatch){ window.__initCatch({ idkey : 27611+2, startKey : 0, limit : 128, badjsId: 43, reportOpt : { uin : uin, biz : biz, mid : mid, idx : idx, sn : sn }, extInfo : { network_rate : 0.01, badjs_rate: 0.1 } }); } }
原创文章,作者:城市病人,如若转载,请注明出处:https://www.citypatient.com/15999.html