diff --git a/App.vue b/App.vue index 363ee42d..6d0fc390 100644 --- a/App.vue +++ b/App.vue @@ -1985,7 +1985,7 @@ // #ifdef H5 || APP // 是有效的url地址则通过#号分割处理参数 if(this.is_url(result['url'])) { - result['url'] = this.page_url_protocol(result.url.split('#')[0] + '#' + (result.path.substr(0, 1) == '/' ? '' : '/') + result.path + result.query); + result['url'] = this.page_url_protocol(result.url.split('#')[0] + '#' + (result.path == null || result.path.substr(0, 1) == '/' ? '' : '/') + result.path + result.query); } // #endif return result; diff --git a/components/diy/carousel.vue b/components/diy/carousel.vue index 47e1adca..3aac6f15 100644 --- a/components/diy/carousel.vue +++ b/components/diy/carousel.vue @@ -4,11 +4,13 @@ - + - + + + @@ -20,11 +22,13 @@ - + - + + + @@ -291,11 +295,6 @@ transform: scale(1.1); } } - - .img { - width: 100%; - height: 100%; - } .video_img { max-width: 120rpx; height: 28rpx; diff --git a/components/diy/data-magic.vue b/components/diy/data-magic.vue index f20340c2..31fd7508 100644 --- a/components/diy/data-magic.vue +++ b/components/diy/data-magic.vue @@ -52,8 +52,8 @@