在产品页面添加返回首页按钮

master
Ge Hao 7 years ago
parent 8a4dcaa4da
commit 27e66392fe
  1. BIN
      images/back_to_home.png
  2. 4
      pages/show_product/show_product.wxml
  3. 14
      pages/show_product/show_product.wxss

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

@ -36,3 +36,7 @@
</block>
</view>
</view>
<navigator id="back-to-home" url="/pages/index/index" open-type="switchTab" hover-class="">
<image src="../../images/back_to_home.png"></image>
</navigator>

@ -49,3 +49,17 @@
width: 100%;
display: block;
}
#back-to-home {
width: 100rpx;
height: 100rpx;
position: fixed;
right: 0;
top: 0;
border-radius: 50rpx;
}
#back-to-home image {
width: 100rpx;
height: 100rpx;
}
Loading…
Cancel
Save