diff --git a/src/views/ebiz/product-store/StoreDetail.vue b/src/views/ebiz/product-store/StoreDetail.vue index 0415dcf11..3a975384d 100644 --- a/src/views/ebiz/product-store/StoreDetail.vue +++ b/src/views/ebiz/product-store/StoreDetail.vue @@ -4,12 +4,11 @@
-
+
-
+
-
- 查看 - 一键转发
+ 查看 + 一键转发
@@ -53,7 +52,7 @@ export default { data() { let isWeixin = this.$utils.device().isWeixin //判断环境 return { - bgc: '', // + // bgc: '', // isWeixin, //是否在微信 mallId: '', //商城id shareId: '', //分享id @@ -100,11 +99,11 @@ export default { await this.getShopList({ id: this.mallId }) window['appCallBack'] = this.appCallBack document.getElementsByTagName('body')[0].style.backgroundColor = this.detail.color - this.bgc = document.getElementsByTagName('body')[0].style.backgroundColor + // this.bgc = document.getElementsByTagName('body')[0].style.backgroundColor }, destroyed() { // document.getElementsByTagName('body')[0].classList.remove('bg-white') - document.getElementsByTagName('body')[0].style.backgroundColor = this.bgc + // document.getElementsByTagName('body')[0].style.backgroundColor = this.bgc }, methods: { //获取商城详情 @@ -177,22 +176,19 @@ export default { /deep/.van-field__label { width: 40%; } - + .img-store > div { + float: left; + width: 100%; + } .img-store { - height: 100%; img { display: block; } /deep/.van-button { width: 100%; } - .bottom-img { - display: block; - position: fixed; - left: 0; - bottom: 0; - width: 100%; - z-index: 999; + .mindle-img { + height: 75vh; } } }