修改图片地址

version/0412
fanfan 9 months ago
parent f02c2fa066
commit 6f22a3fad9
  1. 2
      pages/search/index.vue
  2. 6
      pages/serve/install.vue
  3. BIN
      static/install/install_footer.png
  4. BIN
      static/install/install_hedaer.png
  5. BIN
      static/install/install_name.png

@ -142,7 +142,7 @@
this.searchList = Array.from(new Set(this.searchList)); this.searchList = Array.from(new Set(this.searchList));
uni.setStorageSync('searchList', this.searchList) uni.setStorageSync('searchList', this.searchList)
} }
uni.navigateTo({ uni.redirectTo({
url: '/pages/goods/list?search=' + this.searchValue+'&categoryId=' + this.category_id url: '/pages/goods/list?search=' + this.searchValue+'&categoryId=' + this.category_id
}) })
}, },

@ -123,7 +123,7 @@
.install_name { .install_name {
height: 80rpx; 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-size: cover;
background-position: center; background-position: center;
font-family: Alibaba PuHuiTi; font-family: Alibaba PuHuiTi;
@ -161,7 +161,7 @@
.install_kefu { .install_kefu {
width: 100%; width: 100%;
height: 244rpx; 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; background-size: cover;
font-family: Alibaba PuHuiTi; font-family: Alibaba PuHuiTi;
font-weight: 400; font-weight: 400;
@ -183,7 +183,7 @@
.install_notice { .install_notice {
width: 100%; width: 100%;
height: 354rpx; 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; background-size: cover;
font-family: Alibaba PuHuiTi; font-family: Alibaba PuHuiTi;
font-weight: 400; font-weight: 400;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

Loading…
Cancel
Save