|
@@ -363,7 +363,6 @@ var _vuex = __webpack_require__(/*! vuex */ 12);function ownKeys(object, enumera
|
|
|
|
|
|
if (res.from === 'button') {
|
|
|
// 来自页面内分享按钮
|
|
|
- console.log(res.target);
|
|
|
}
|
|
|
return {
|
|
|
title: that.hotelitle,
|
|
@@ -467,7 +466,6 @@ var _vuex = __webpack_require__(/*! vuex */ 12);function ownKeys(object, enumera
|
|
|
this.getshopdetail(2);
|
|
|
} else if (this.tabIndex == 2) {//伤
|
|
|
this.chosegoods_price = true;
|
|
|
- console.log(this.chosegoods_commonid);
|
|
|
this.istopclick = this.chosegoods_commonid ? 1 : 2;
|
|
|
this.isprice = 0;
|
|
|
this.goods_price = '';
|
|
@@ -476,7 +474,6 @@ var _vuex = __webpack_require__(/*! vuex */ 12);function ownKeys(object, enumera
|
|
|
this.getshopdetail(2);
|
|
|
} else if (this.tabIndex == 3) {// 价格
|
|
|
this.chosegoods_commonid = true;
|
|
|
- console.log(this.chosegoods_price);
|
|
|
this.istopclick = 0;
|
|
|
this.isprice = this.chosegoods_price ? 3 : 4;
|
|
|
this.goods_price = this.chosegoods_price ? 'desc' : 'asc';
|
|
@@ -497,7 +494,6 @@ var _vuex = __webpack_require__(/*! vuex */ 12);function ownKeys(object, enumera
|
|
|
|
|
|
},
|
|
|
godetail: function godetail(item) {
|
|
|
- console.log(item);
|
|
|
var id = item.gc_id; // 一级菜单id
|
|
|
var store_id = this.goodId;
|
|
|
var gc_name = item.gc_name;
|
|
@@ -547,7 +543,6 @@ var _vuex = __webpack_require__(/*! vuex */ 12);function ownKeys(object, enumera
|
|
|
var array = [{ gc_id: '', gc_name: '全部' }];
|
|
|
_this.classify = array.concat(category_list);
|
|
|
_this.category_list = category_list.splice(0, 10);
|
|
|
- console.log(_this.category_list);
|
|
|
} });
|
|
|
|
|
|
},
|
|
@@ -596,7 +591,7 @@ var _vuex = __webpack_require__(/*! vuex */ 12);function ownKeys(object, enumera
|
|
|
_this5.store_summary = data.store_summary;
|
|
|
var regex = new RegExp('<img', 'gi');
|
|
|
// class="changeimg"
|
|
|
- data.store_description = data.store_description.replace(regex, "<img style=\"width: 100%;height: auto;display: block;text-align: center; ");
|
|
|
+ data.store_description = data.store_description.replace(regex, "<img style=\"width: 100%;height: auto;display: block;text-align: center;");
|
|
|
|
|
|
_this5.store_description = data.store_description;
|
|
|
_this5.has_collected = data.has_collected; // 是否收藏
|
|
@@ -614,13 +609,11 @@ var _vuex = __webpack_require__(/*! vuex */ 12);function ownKeys(object, enumera
|
|
|
this.getshopdetail(2);
|
|
|
},
|
|
|
upper: function upper(e) {
|
|
|
- console.log("顶部");
|
|
|
+
|
|
|
},
|
|
|
|
|
|
// 滚到底部
|
|
|
lower: function lower(e) {
|
|
|
- console.log(this.activeindex);
|
|
|
- console.log(this.isDetail);
|
|
|
// if(this.activeindex == 1) {
|
|
|
if (this.isnexttwo == 1 && this.activeindex == 1) {
|
|
|
this.page = this.page + 1;
|