Commit 71f300fb authored by agping's avatar agping

修改

parent a3a55244
......@@ -230,7 +230,7 @@
</p>
<a id="jump_link" href="javascript:;">
<!--<img src="/app/images/img_btn@2x.png" class="pbl_xz">-->
<span class="pbl_xz">立即打开</span>
<span class="pbl_xz">立即下载</span>
</a>
</div>
......@@ -263,7 +263,7 @@
<script src="/app/js/swiper.js"></script>
<script src="/app/js/app_jump.js"></script>
<script src="/app/js/common.js" charset="utf-8"></script>
<script src="/app/js/detaila_tl.js?new1"></script>
<script src="/app/js/detaila_tuiguang.js?new1"></script>
<script src="/app/js/jquery.cookie.js"></script>
<script src="/app/js/Tab_min.js" charset="utf-8"></script>
</body>
......
This diff is collapsed.
......@@ -2,7 +2,7 @@
<div class="min-height-list">
<nav>
<div class="top-city-select-area flex-center">
<select @change="changeCity" v-model="initSelectCity">
<select @change="changeCity" v-model="initSelectCity" :disabled="isSelectDisabled">
<option value="上海市">上海市</option>
<option value="杭州市">杭州市</option>
<option value="深圳市">深圳市</option>
......@@ -136,6 +136,7 @@
site_area:2,
generalizeId:1,
isShowSearch:1,
isSelectDisabled:1,
initTabNumAreaCity:0,
initTabNumBusiness:0,
initMoreNum:0,
......@@ -172,6 +173,7 @@
let _this = this;
if(_this.$route.query.city){
_this.isShowSearch = 0;
_this.isSelectDisabled = 0;
_this.initSelectCity = decodeURIComponent(_this.$route.query.city);
_this.initTabNumMain = _this.$route.query.type*1 == 1?0:1;
_this.p_district_id = _this.$route.query.p_district_id;
......@@ -466,7 +468,7 @@
let _this = this;
//从推广链接 跳转
if(_this.$route.query.city){
var str = this.common.ServerHost + "/index/shareShop?id=" + id +'&share=1&isC=0&client=b&city=' + _this.$route.query.city +'&type=' + _this.$route.query.type +'&p_district_id=' + _this.$route.query.p_district_id+'&p_store_id=' + _this.$route.query.p_store_id +'&p_agent_id=' + _this.$route.query.p_agent_id+'&generalizeId=' + _this.$route.query.generalizeId;
var str = this.common.ServerHost + "/app.php/app/share_detail?id=" + id +'&share=1&isC=0&client=b&city=' + _this.$route.query.city +'&type=' + _this.$route.query.type +'&p_district_id=' + _this.$route.query.p_district_id+'&p_store_id=' + _this.$route.query.p_store_id +'&p_agent_id=' + _this.$route.query.p_agent_id+'&generalizeId=' + _this.$route.query.generalizeId;
}else{
var user_img = localStorage.getItem('shop_list_b_user_img');
var user_name = localStorage.getItem('shop_list_b_user');
......
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