diff --git a/App.vue b/App.vue index 8ffd52d3..cc653e01 100644 --- a/App.vue +++ b/App.vue @@ -7,12 +7,12 @@ data: { // 基础配置 // 数据接口请求地址 - request_url: 'http://shopxo.com/', - // request_url:'https://new.shopxo.vip/', + // request_url: 'http://shopxo.com/', + request_url:'https://new.shopxo.vip/', // 静态资源地址(如系统根目录不在public目录下面请在静态地址后面加public目录、如:https://d1.shopxo.vip/public/) - static_url: 'http://shopxo.com/', - // static_url:'https://new.shopxo.vip/', + // static_url: 'http://shopxo.com/', + static_url:'https://new.shopxo.vip/', // 系统类型(默认default、如额外独立小程序、可与程序分身插件实现不同主体小程序及支付独立) system_type: 'default', diff --git a/components/diy/header.vue b/components/diy/header.vue index 7b67744e..5cd1da17 100644 --- a/components/diy/header.vue +++ b/components/diy/header.vue @@ -241,7 +241,7 @@ .header-container { width: 100%; .header-around { - z-index: 3; + z-index: 4; } .header-content { height: 66rpx; diff --git a/components/diy/modules/tabs-view.vue b/components/diy/modules/tabs-view.vue index a7d1e195..bcee0261 100644 --- a/components/diy/modules/tabs-view.vue +++ b/components/diy/modules/tabs-view.vue @@ -5,12 +5,12 @@ - - + + {{ item.title }} {{ item.desc }} - + @@ -248,8 +248,8 @@ } .icon { position: absolute; - left: 0; - right: 0; + // left: 0; + // right: 0; bottom: 0; text-align: center; font-size: 40rpx; diff --git a/components/diy/notice.vue b/components/diy/notice.vue index 1c1ec710..7ffa8b3c 100644 --- a/components/diy/notice.vue +++ b/components/diy/notice.vue @@ -7,7 +7,7 @@