diff --git a/pages/search/index.vue b/pages/search/index.vue index cbdb680..60a532b 100644 --- a/pages/search/index.vue +++ b/pages/search/index.vue @@ -142,7 +142,7 @@ this.searchList = Array.from(new Set(this.searchList)); uni.setStorageSync('searchList', this.searchList) } - uni.navigateTo({ + uni.redirectTo({ url: '/pages/goods/list?search=' + this.searchValue+'&categoryId=' + this.category_id }) }, diff --git a/pages/serve/install.vue b/pages/serve/install.vue index 76186c6..969d7ff 100644 --- a/pages/serve/install.vue +++ b/pages/serve/install.vue @@ -123,7 +123,7 @@ .install_name { height: 80rpx; - background-image: url('/static/install/install_name.png'); + background-image: url('https://www.royaum.com.cn/static/install_name.png'); background-size: cover; background-position: center; font-family: Alibaba PuHuiTi; @@ -161,7 +161,7 @@ .install_kefu { width: 100%; height: 244rpx; - background-image: url('/static/install/install_footer.png'); + background-image: url('https://www.royaum.com.cn/static/install_footer.png'); background-size: cover; font-family: Alibaba PuHuiTi; font-weight: 400; @@ -183,7 +183,7 @@ .install_notice { width: 100%; height: 354rpx; - background-image: url('/static/install/install_hedaer.png'); + background-image: url('https://www.royaum.com.cn/static/install_hedaer.png'); background-size: cover; font-family: Alibaba PuHuiTi; font-weight: 400; diff --git a/static/install/install_footer.png b/static/install/install_footer.png deleted file mode 100644 index 53efbf5..0000000 Binary files a/static/install/install_footer.png and /dev/null differ diff --git a/static/install/install_hedaer.png b/static/install/install_hedaer.png deleted file mode 100644 index 86af590..0000000 Binary files a/static/install/install_hedaer.png and /dev/null differ diff --git a/static/install/install_name.png b/static/install/install_name.png deleted file mode 100644 index 9d3f9b5..0000000 Binary files a/static/install/install_name.png and /dev/null differ