Commit 84960744 authored by agping's avatar agping

显示动图

parent 0e57cb8d
...@@ -23,4 +23,4 @@ ...@@ -23,4 +23,4 @@
if(!doc.addEventListener) return; if(!doc.addEventListener) return;
win.addEventListener(resizeEvt, recalc, false); win.addEventListener(resizeEvt, recalc, false);
doc.addEventListener('DOMContentLoaded', recalc, false); doc.addEventListener('DOMContentLoaded', recalc, false);
})(document, window);</script><link href=./static/css/app.a73181a8689d77665f3ecd7635761082.css rel=stylesheet></head><body><div id=app></div><script src=https://api.tonglianjituan.com/app/js/libs/vue.min.js></script><script src=https://api.tonglianjituan.com/app/js/libs/vue-router.min.js></script><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.74698e64579a16bcf167.js></script><script type=text/javascript src=./static/js/app.d14e5a4ffd862ad14d96.js></script></body></html> })(document, window);</script><link href=./static/css/app.c9a4176e3c3418aa698974bb9961ca2e.css rel=stylesheet></head><body><div id=app></div><script src=https://api.tonglianjituan.com/app/js/libs/vue.min.js></script><script src=https://api.tonglianjituan.com/app/js/libs/vue-router.min.js></script><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.74698e64579a16bcf167.js></script><script type=text/javascript src=./static/js/app.74da9eb848df851783a7.js></script></body></html>
\ No newline at end of file \ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -13,7 +13,7 @@ module.exports = { ...@@ -13,7 +13,7 @@ module.exports = {
proxyTable: {}, proxyTable: {},
// Various Dev Server settings // Various Dev Server settings
host: '192.168.0.91', // can be overwritten by process.env.HOST host: 'localhost', // can be overwritten by process.env.HOST
port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
autoOpenBrowser: true, autoOpenBrowser: true,
errorOverlay: true, errorOverlay: true,
......
...@@ -83,9 +83,9 @@ ...@@ -83,9 +83,9 @@
</div> </div>
<div class="mark-shop-choose-gray" v-for="(item, index) in mainDataChoose" v-show="(initTabNumMainChoose == index) && item.isShow" @click="tabMainChoose(index)"> <div class="mark-shop-choose-gray" v-for="(item, index) in mainDataChoose" v-show="(initTabNumMainChoose == index) && item.isShow" @click="tabMainChoose(index)">
</div> </div>
<!--<div class="to-five-page" v-if='isGif' @click="tabFivePage()"> <div class="to-five-page" v-if='!showRedPackMask' @click="tabFivePage()">
<img :src="gif_img" class="to-five-page-img"/> <img :src="gif_img" class="to-five-page-img"/>
</div>--> </div>
<red-pack-mask @closeclick="showRedPackMask = false" v-if="showRedPackMask" @tabFivePage="tabFivePage"></red-pack-mask> <red-pack-mask @closeclick="showRedPackMask = false" v-if="showRedPackMask" @tabFivePage="tabFivePage"></red-pack-mask>
</div> </div>
...@@ -188,7 +188,6 @@ ...@@ -188,7 +188,6 @@
if(_this.$route.query.city){ if(_this.$route.query.city){
_this.isShowSearch = 0; _this.isShowSearch = 0;
_this.isSelectDisabled = true; _this.isSelectDisabled = true;
_this.isGif=1;
_this.initSelectCity = decodeURIComponent(_this.$route.query.city); _this.initSelectCity = decodeURIComponent(_this.$route.query.city);
_this.initTabNumMain = _this.$route.query.type*1 == 1?0:1; _this.initTabNumMain = _this.$route.query.type*1 == 1?0:1;
_this.p_district_id = _this.$route.query.p_district_id; _this.p_district_id = _this.$route.query.p_district_id;
...@@ -196,12 +195,12 @@ ...@@ -196,12 +195,12 @@
_this.p_agent_id = _this.$route.query.p_agent_id; _this.p_agent_id = _this.$route.query.p_agent_id;
_this.generalizeId = _this.$route.query.generalizeId; _this.generalizeId = _this.$route.query.generalizeId;
_this.site_area = 6; _this.site_area = 6;
//根据链接里的地址 是否显示红包
if(_this.$route.query.redBag){ if(_this.$route.query.redBag){
_this.showRedPackMask = false; _this.showRedPackMask = false;
}else{ }else{
_this.showRedPackMask = true; _this.showRedPackMask = true;
} }
}; };
//H5 官网 //H5 官网
if(_this.$route.query.isOfficial){ if(_this.$route.query.isOfficial){
......
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 to comment