Commit f6389dd2 by 施宇

h5重定向到pc

parent 0e1efce1
...@@ -62,13 +62,13 @@ ...@@ -62,13 +62,13 @@
} }
} }
}, },
beforeCreate(){ // beforeCreate(){
let href = window.location.href; // let href = window.location.href;
if(href.indexOf('groupmessage') > -1 || href.indexOf('singlemessage') > -1 || href.indexOf('timeline') > -1){ // if(href.indexOf('groupmessage') > -1 || href.indexOf('singlemessage') > -1 || href.indexOf('timeline') > -1){
href = href.replace(/\?from=(groupmessage|singlemessage|timeline)(\S*)#/, '#'); // href = href.replace(/\?from=(groupmessage|singlemessage|timeline)(\S*)#/, '#');
window.location.replace(href); // window.location.replace(href);
} // }
}, // },
created() { created() {
//无需登录的情况下 //无需登录的情况下
......
...@@ -135,6 +135,30 @@ export default { ...@@ -135,6 +135,30 @@ export default {
this.yaoHaoYouJP(); this.yaoHaoYouJP();
this.getYaoHaoYouGoodId() this.getYaoHaoYouGoodId()
}, },
beforeCreate(){
if (!/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) {
//如果是不是移动端
let paramsStr = '';
for (let k in this.$route.query) {
paramsStr += k + '=' + this.$route.query[k] + '&'
}
paramsStr = paramsStr.slice(0, -1);
switch (window.location.hostname) {
case "m.liexin.com":
window.location.href = (paramsStr ? ("http://www.liexin.com/v3/oscilloscope?" + paramsStr) : ("http://www.liexin.com/v3/oscilloscope"));
break;
default:
window.location.href = window.location.origin + (paramsStr ? ("/v3/oscilloscope?" + paramsStr) : ("/v3/oscilloscope"));
break;
}
}else{
let href = window.location.href;
if(href.indexOf('groupmessage') > -1 || href.indexOf('singlemessage') > -1 || href.indexOf('timeline') > -1){
href = href.replace(/\?from=(groupmessage|singlemessage|timeline)(\S*)#/, '#');
window.location.replace(href);
}
}
},
computed: { computed: {
...mapState({ ...mapState({
bannerData: state => state.oscilloscope.bannerData, bannerData: state => state.oscilloscope.bannerData,
......
...@@ -201,7 +201,6 @@ ...@@ -201,7 +201,6 @@
}, },
beforeCreate() { beforeCreate() {
if (!/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) { if (!/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) {
let url = "";
let paramsStr = ''; let paramsStr = '';
for (let k in this.$route.query) { for (let k in this.$route.query) {
paramsStr += k + '=' + this.$route.query[k] + '&' paramsStr += k + '=' + this.$route.query[k] + '&'
......
This diff could not be displayed because it is too large.
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-0a69ed85"],{"166e":function(t,e,n){"use strict";var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div")},a=[],r=(n("5ab2"),n("6d57"),n("e44b"),n("e10e"),n("70ea")),c=(n("5490"),n("ae8c")),s=n("4260");function o(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function h(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?o(Object(n),!0).forEach((function(e){Object(r["a"])(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):o(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var u={name:"wxShare",props:{isLogin:{type:Boolean,default:!0},url:{type:String,default:window.location.href},title:{type:String,default:"好物分享给你,帮我助力,我们一起免费拿样品"},desc:{type:String,default:"在吗?拜托帮我点一下,你也能免费申请元器件样品~帮我助力 你拿样品"},link:{type:String,default:window.location.origin+"/v3/samplereg?uid="+s["a"].getCookie("Yo4teW_uid")},imgUrl:{type:String,default:"http://img.ichunt.com/images/ichunt/self_sample/apply.png"}},data:function(){return{shareObj:{title:this.title,desc:this.desc,link:this.link,imgUrl:this.imgUrl,success:function(t){},error:function(){}}}},computed:h({},Object(c["c"])({wxShareInfo:function(t){return t.common.wxShareInfo},wxShareState:function(t){return t.common.wxShareState}})),watch:{wxShareState:function(t){t&&this.share()}},created:function(){this.isLogin?s["a"].getCookie("Yo4teW_uid")&&this.$store.dispatch({type:"wxShare",current_url:location.href}):this.$store.dispatch({type:"wxShare",current_url:location.href})},methods:{share:function(){var t=this;try{setShareInfo({title:t.shareObj.title,summary:t.shareObj.title,pic:t.shareObj.imgUrl,url:t.shareObj.link,WXconfig:{swapTitleInWX:!0,appId:t.wxShareInfo.appId,timestamp:t.wxShareInfo.timestamp,nonceStr:t.wxShareInfo.nonceStr,signature:t.wxShareInfo.signature}})}catch(e){}wx.config({debug:!1,appId:t.wxShareInfo.appId,timestamp:t.wxShareInfo.timestamp,nonceStr:t.wxShareInfo.nonceStr,signature:t.wxShareInfo.signature,jsApiList:["onMenuShareTimeline","onMenuShareAppMessage","onMenuShareQQ","onMenuShareWeibo","onMenuShareQZone","updateAppMessageShareData","updateTimelineShareData"]}),wx.ready((function(){wx.checkJsApi({jsApiList:["onMenuShareTimeline","onMenuShareAppMessage","onMenuShareQQ","onMenuShareWeibo","onMenuShareQZone","updateAppMessageShareData","updateTimelineShareData"],success:function(t){}}),wx.onMenuShareTimeline(t.shareObj),wx.onMenuShareAppMessage(t.shareObj),wx.onMenuShareWeibo(t.shareObj),wx.onMenuShareQZone(t.shareObj),wx.onMenuShareQQ?wx.onMenuShareQQ(t.shareObj):wx.updateAppMessageShareData(t.shareObj),wx.updateTimelineShareData(t.shareObj)}))}}},m=u,p=n("4023"),g=Object(p["a"])(m,i,a,!1,null,null,null);e["a"]=g.exports},5490:function(t,e,n){"use strict";n("9a0e")("link",(function(t){return function(e){return t(this,"a","href",e)}}))},"72c1":function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("section",{staticClass:"risk-success"},[n("div",{staticClass:"head"},[n("p",{staticClass:"tit"},[t._v("你的公司评级")]),n("p",{staticClass:"level"},[t._v(t._s(t.level)+"级")]),n("p",{staticClass:"txt"},[t._v("IC信用贷额度"+t._s(t.quota)+"万!")]),n("p",{staticClass:"tt"},[t._v("上述估值仅供参考,分享给朋友48小时内查收详细评估")])]),n("div",{staticClass:"content"},[n("ul",{staticClass:"list"},t._l(t.text,(function(e,i){return n("li",{key:i},[n("img",{attrs:{src:e.text_3,alt:""}}),n("p",{staticClass:"t1"},[t._v(t._s(e.text_1))]),n("p",{staticClass:"t2"},[t._v(t._s(e.text_2))])])})),0)]),n("a",{staticClass:"share",attrs:{href:"javascript:;"},on:{click:t.share}}),t.shade?n("div",{staticClass:"shade",on:{click:function(e){t.shade=!1}}},[n("b",{staticClass:"im"})]):t._e(),n("wxShare",{attrs:{isLogin:!1,link:t.link,title:t.title,desc:t.desc,imgUrl:t.imgUrl}})],1)},a=[],r=n("166e"),c={name:"risksuccess",data:function(){return{shade:!1,level:"",quota:"",text:[],link:window.location.origin+"/h5/view/#/creditest",title:"内容过于刺激!邀你偷偷看看你的公司评分",desc:"我们公司综合评级......",imgUrl:"http://img.ichunt.com/images/ichunt/minProgram/07afe4ceb4c5226f310c0e2832428cfb.jpg",account:""}},created:function(){var t=Math.floor(4*Math.random());this.getData(t)},methods:{getData:function(t){var e=["SSS","SS","S","A+"],n=["500","300","100","20"],i=[[{text_1:"巨无霸型公司",text_2:"订单接到手软,数钱数到抽筋。真不是我服务不努力,谁叫我客户多只能雨露均沾呢!",text_3:"http://img.ichunt.com/images/ichunt/minProgram/61565cb8f1ed21365366297300e546e8.png"},{text_1:"财大气粗本粗",text_2:"此路是我开,此树是我栽,要想从此过,留下买路财!",text_3:"http://img.ichunt.com/images/ichunt/minProgram/8fc978fdd1c6f6b986a22f29c6b70935.png"},{text_1:"一诺千金就是你",text_2:"靠兄弟行走江湖,靠口碑扬名立万说的就是我!",text_3:"http://img.ichunt.com/images/ichunt/minProgram/3663a7c8e978057c69943614f1b567c8.png"},{text_1:"蒸蒸日上很开心",text_2:"老板说赚多少亿无所谓,做人重要是开心!",text_3:"http://img.ichunt.com/images/ichunt/minProgram/b600f7291689e1c107edefd828eb43ad.png"}],[{text_1:"传说型大公司",text_2:"他人贪婪我恐惧,他人恐惧我贪婪!",text_3:"http://img.ichunt.com/images/ichunt/minProgram/61565cb8f1ed21365366297300e546e8.png"},{text_1:"豪气满满",text_2:"你的超能力是什么?”答:“Rich!",text_3:"http://img.ichunt.com/images/ichunt/minProgram/8fc978fdd1c6f6b986a22f29c6b70935.png"},{text_1:"颂声遍野就是你",text_2:"跟我谈信用!看看华强北有多少兄弟给我点赞!",text_3:"http://img.ichunt.com/images/ichunt/minProgram/3663a7c8e978057c69943614f1b567c8.png"},{text_1:"日高日上很开心",text_2:"老板说赚多少亿无所谓,做人重要是开心!",text_3:"http://img.ichunt.com/images/ichunt/minProgram/b600f7291689e1c107edefd828eb43ad.png"}],[{text_1:"大公司就是你,你就是大公司",text_2:"稳扎稳打,一步一个脚印!",text_3:"http://img.ichunt.com/images/ichunt/minProgram/61565cb8f1ed21365366297300e546e8.png"},{text_1:"人间难寻的真土豪",text_2:"钱会有的,女朋(基)友也会有的!",text_3:"http://img.ichunt.com/images/ichunt/minProgram/8fc978fdd1c6f6b986a22f29c6b70935.png"},{text_1:"童叟无欺就是你",text_2:"跟我谈信用!看看华强北有多少兄弟给我点赞!",text_3:"http://img.ichunt.com/images/ichunt/minProgram/3663a7c8e978057c69943614f1b567c8.png"},{text_1:"欣欣向荣很开心",text_2:"先定一个能达到的小目标,比如我先赚他一个亿!",text_3:"http://img.ichunt.com/images/ichunt/minProgram/b600f7291689e1c107edefd828eb43ad.png"}],[{text_1:"史诗型巨",text_2:"客户虐我千百遍,我待客户如初恋!",text_3:"http://img.ichunt.com/images/ichunt/minProgram/61565cb8f1ed21365366297300e546e8.png"},{text_1:"·真· 腰缠万贯",text_2:"钱会有的,女朋(基)友也会有的!",text_3:"http://img.ichunt.com/images/ichunt/minProgram/8fc978fdd1c6f6b986a22f29c6b70935.png"},{text_1:"言而有信就是你",text_2:"别的我不敢说,就算骗自己我也不会骗我的客(父)户(母)!",text_3:"http://img.ichunt.com/images/ichunt/minProgram/3663a7c8e978057c69943614f1b567c8.png"},{text_1:"势如破竹很开心",text_2:"我是一只潜力股,不管你信不信,反正我是不信的!",text_3:"http://img.ichunt.com/images/ichunt/minProgram/b600f7291689e1c107edefd828eb43ad.png"}]];this.text=i[t],this.level=e[t],this.quota=n[t]},share:function(){this.shade=!0}},components:{wxShare:r["a"]}},s=c,o=(n("93b3"),n("4023")),h=Object(o["a"])(s,i,a,!1,null,"c8182046",null);e["default"]=h.exports},"88eb":function(t,e,n){},"93b3":function(t,e,n){"use strict";var i=n("88eb"),a=n.n(i);a.a},"9a0e":function(t,e,n){var i=n("e46b"),a=n("238a"),r=n("f6b4"),c=/"/g,s=function(t,e,n,i){var a=String(r(t)),s="<"+e;return""!==n&&(s+=" "+n+'="'+String(i).replace(c,"&quot;")+'"'),s+">"+a+"</"+e+">"};t.exports=function(t,e){var n={};n[t]=e(s),i(i.P+i.F*a((function(){var e=""[t]('"');return e!==e.toLowerCase()||e.split('"').length>3})),"String",n)}}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-0a69ed85"],{"166e":function(t,e,n){"use strict";var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div")},a=[],r=(n("5ab2"),n("6d57"),n("e44b"),n("e10e"),n("f548"),n("70ea")),c=(n("5490"),n("ae8c")),s=n("4260");function o(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function h(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?o(Object(n),!0).forEach((function(e){Object(r["a"])(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):o(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var u={name:"wxShare",props:{isLogin:{type:Boolean,default:!0},url:{type:String,default:window.location.href},title:{type:String,default:"好物分享给你,帮我助力,我们一起免费拿样品"},desc:{type:String,default:"在吗?拜托帮我点一下,你也能免费申请元器件样品~帮我助力 你拿样品"},link:{type:String,default:window.location.origin+"/v3/samplereg?uid="+s["a"].getCookie("Yo4teW_uid")},imgUrl:{type:String,default:"http://img.ichunt.com/images/ichunt/self_sample/apply.png"}},data:function(){return{shareObj:{title:this.title,desc:this.desc,link:this.link,imgUrl:this.imgUrl,success:function(t){},error:function(){}}}},computed:h({},Object(c["c"])({wxShareInfo:function(t){return t.common.wxShareInfo},wxShareState:function(t){return t.common.wxShareState}})),watch:{wxShareState:function(t){t&&this.share()}},beforeCreate:function(){var t=window.location.href;(t.indexOf("groupmessage")>-1||t.indexOf("singlemessage")>-1||t.indexOf("timeline")>-1)&&(t=t.replace(/\?from=(groupmessage|singlemessage|timeline)(\S*)#/,"#"),window.location.replace(t))},created:function(){this.isLogin?s["a"].getCookie("Yo4teW_uid")&&this.$store.dispatch({type:"wxShare",current_url:location.href}):this.$store.dispatch({type:"wxShare",current_url:location.href})},methods:{share:function(){var t=this;try{setShareInfo({title:t.shareObj.title,summary:t.shareObj.title,pic:t.shareObj.imgUrl,url:t.shareObj.link,WXconfig:{swapTitleInWX:!0,appId:t.wxShareInfo.appId,timestamp:t.wxShareInfo.timestamp,nonceStr:t.wxShareInfo.nonceStr,signature:t.wxShareInfo.signature}})}catch(e){}wx.config({debug:!1,appId:t.wxShareInfo.appId,timestamp:t.wxShareInfo.timestamp,nonceStr:t.wxShareInfo.nonceStr,signature:t.wxShareInfo.signature,jsApiList:["onMenuShareTimeline","onMenuShareAppMessage","onMenuShareQQ","onMenuShareWeibo","onMenuShareQZone","updateAppMessageShareData","updateTimelineShareData"]}),wx.ready((function(){wx.checkJsApi({jsApiList:["onMenuShareTimeline","onMenuShareAppMessage","onMenuShareQQ","onMenuShareWeibo","onMenuShareQZone","updateAppMessageShareData","updateTimelineShareData"],success:function(t){}}),wx.onMenuShareTimeline(t.shareObj),wx.onMenuShareAppMessage(t.shareObj),wx.onMenuShareWeibo(t.shareObj),wx.onMenuShareQZone(t.shareObj),wx.onMenuShareQQ?wx.onMenuShareQQ(t.shareObj):wx.updateAppMessageShareData(t.shareObj),wx.updateTimelineShareData(t.shareObj)}))}}},m=u,g=n("4023"),p=Object(g["a"])(m,i,a,!1,null,null,null);e["a"]=p.exports},5490:function(t,e,n){"use strict";n("9a0e")("link",(function(t){return function(e){return t(this,"a","href",e)}}))},"72c1":function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("section",{staticClass:"risk-success"},[n("div",{staticClass:"head"},[n("p",{staticClass:"tit"},[t._v("你的公司评级")]),n("p",{staticClass:"level"},[t._v(t._s(t.level)+"级")]),n("p",{staticClass:"txt"},[t._v("IC信用贷额度"+t._s(t.quota)+"万!")]),n("p",{staticClass:"tt"},[t._v("上述估值仅供参考,分享给朋友48小时内查收详细评估")])]),n("div",{staticClass:"content"},[n("ul",{staticClass:"list"},t._l(t.text,(function(e,i){return n("li",{key:i},[n("img",{attrs:{src:e.text_3,alt:""}}),n("p",{staticClass:"t1"},[t._v(t._s(e.text_1))]),n("p",{staticClass:"t2"},[t._v(t._s(e.text_2))])])})),0)]),n("a",{staticClass:"share",attrs:{href:"javascript:;"},on:{click:t.share}}),t.shade?n("div",{staticClass:"shade",on:{click:function(e){t.shade=!1}}},[n("b",{staticClass:"im"})]):t._e(),n("wxShare",{attrs:{isLogin:!1,link:t.link,title:t.title,desc:t.desc,imgUrl:t.imgUrl}})],1)},a=[],r=n("166e"),c={name:"risksuccess",data:function(){return{shade:!1,level:"",quota:"",text:[],link:window.location.origin+"/h5/view/#/creditest",title:"内容过于刺激!邀你偷偷看看你的公司评分",desc:"我们公司综合评级......",imgUrl:"http://img.ichunt.com/images/ichunt/minProgram/07afe4ceb4c5226f310c0e2832428cfb.jpg",account:""}},created:function(){var t=Math.floor(4*Math.random());this.getData(t)},methods:{getData:function(t){var e=["SSS","SS","S","A+"],n=["500","300","100","20"],i=[[{text_1:"巨无霸型公司",text_2:"订单接到手软,数钱数到抽筋。真不是我服务不努力,谁叫我客户多只能雨露均沾呢!",text_3:"http://img.ichunt.com/images/ichunt/minProgram/61565cb8f1ed21365366297300e546e8.png"},{text_1:"财大气粗本粗",text_2:"此路是我开,此树是我栽,要想从此过,留下买路财!",text_3:"http://img.ichunt.com/images/ichunt/minProgram/8fc978fdd1c6f6b986a22f29c6b70935.png"},{text_1:"一诺千金就是你",text_2:"靠兄弟行走江湖,靠口碑扬名立万说的就是我!",text_3:"http://img.ichunt.com/images/ichunt/minProgram/3663a7c8e978057c69943614f1b567c8.png"},{text_1:"蒸蒸日上很开心",text_2:"老板说赚多少亿无所谓,做人重要是开心!",text_3:"http://img.ichunt.com/images/ichunt/minProgram/b600f7291689e1c107edefd828eb43ad.png"}],[{text_1:"传说型大公司",text_2:"他人贪婪我恐惧,他人恐惧我贪婪!",text_3:"http://img.ichunt.com/images/ichunt/minProgram/61565cb8f1ed21365366297300e546e8.png"},{text_1:"豪气满满",text_2:"你的超能力是什么?”答:“Rich!",text_3:"http://img.ichunt.com/images/ichunt/minProgram/8fc978fdd1c6f6b986a22f29c6b70935.png"},{text_1:"颂声遍野就是你",text_2:"跟我谈信用!看看华强北有多少兄弟给我点赞!",text_3:"http://img.ichunt.com/images/ichunt/minProgram/3663a7c8e978057c69943614f1b567c8.png"},{text_1:"日高日上很开心",text_2:"老板说赚多少亿无所谓,做人重要是开心!",text_3:"http://img.ichunt.com/images/ichunt/minProgram/b600f7291689e1c107edefd828eb43ad.png"}],[{text_1:"大公司就是你,你就是大公司",text_2:"稳扎稳打,一步一个脚印!",text_3:"http://img.ichunt.com/images/ichunt/minProgram/61565cb8f1ed21365366297300e546e8.png"},{text_1:"人间难寻的真土豪",text_2:"钱会有的,女朋(基)友也会有的!",text_3:"http://img.ichunt.com/images/ichunt/minProgram/8fc978fdd1c6f6b986a22f29c6b70935.png"},{text_1:"童叟无欺就是你",text_2:"跟我谈信用!看看华强北有多少兄弟给我点赞!",text_3:"http://img.ichunt.com/images/ichunt/minProgram/3663a7c8e978057c69943614f1b567c8.png"},{text_1:"欣欣向荣很开心",text_2:"先定一个能达到的小目标,比如我先赚他一个亿!",text_3:"http://img.ichunt.com/images/ichunt/minProgram/b600f7291689e1c107edefd828eb43ad.png"}],[{text_1:"史诗型巨",text_2:"客户虐我千百遍,我待客户如初恋!",text_3:"http://img.ichunt.com/images/ichunt/minProgram/61565cb8f1ed21365366297300e546e8.png"},{text_1:"·真· 腰缠万贯",text_2:"钱会有的,女朋(基)友也会有的!",text_3:"http://img.ichunt.com/images/ichunt/minProgram/8fc978fdd1c6f6b986a22f29c6b70935.png"},{text_1:"言而有信就是你",text_2:"别的我不敢说,就算骗自己我也不会骗我的客(父)户(母)!",text_3:"http://img.ichunt.com/images/ichunt/minProgram/3663a7c8e978057c69943614f1b567c8.png"},{text_1:"势如破竹很开心",text_2:"我是一只潜力股,不管你信不信,反正我是不信的!",text_3:"http://img.ichunt.com/images/ichunt/minProgram/b600f7291689e1c107edefd828eb43ad.png"}]];this.text=i[t],this.level=e[t],this.quota=n[t]},share:function(){this.shade=!0}},components:{wxShare:r["a"]}},s=c,o=(n("93b3"),n("4023")),h=Object(o["a"])(s,i,a,!1,null,"c8182046",null);e["default"]=h.exports},"88eb":function(t,e,n){},"93b3":function(t,e,n){"use strict";var i=n("88eb"),a=n.n(i);a.a},"9a0e":function(t,e,n){var i=n("e46b"),a=n("238a"),r=n("f6b4"),c=/"/g,s=function(t,e,n,i){var a=String(r(t)),s="<"+e;return""!==n&&(s+=" "+n+'="'+String(i).replace(c,"&quot;")+'"'),s+">"+a+"</"+e+">"};t.exports=function(t,e){var n={};n[t]=e(s),i(i.P+i.F*a((function(){var e=""[t]('"');return e!==e.toLowerCase()||e.split('"').length>3})),"String",n)}}}]);
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment