Browse Source

商品详情页面布局调整修改

master
dy-hu 1 year ago
parent
commit
311396820b
  1. 8
      pages_category_page1/goodsModule/goodsDetails.vue
  2. BIN
      static/images/temp/prod_detail_cart.png
  3. BIN
      static/images/temp/prod_detail_shop.png

8
pages_category_page1/goodsModule/goodsDetails.vue

@ -247,9 +247,9 @@
>
<image
class="store-icon"
src="https://wechat.hnthee.com/ceres-local-file/image/prod_detail_shop.png"
src="@/static/images/temp/prod_detail_shop.png"
></image>
<label class="fs20 font-color-252744">{{$t('common.beautishop')}}</label>
<!-- <label class="fs20 font-color-252744">{{$t('common.beautishop')}}</label>-->
</view>
<!-- #ifdef MP-WEIXIN || APP-PLUS || H5 -->
<!-- <view
@ -274,9 +274,9 @@
</view>
<image
class="store-icon"
src="https://wechat.hnthee.com/ceres-local-file/image/prod_detail_cart.png"
src="@/static/images/temp/prod_detail_cart.png"
></image>
<label class="fs20 font-color-252744">{{$t('page.shoppingcart')}}</label>
<!-- <label class="fs20 font-color-252744">{{$t('page.shoppingcart')}}</label>-->
</view>
</view>
<view class="btns_container">

BIN
static/images/temp/prod_detail_cart.png

After

Width: 48  |  Height: 48  |  Size: 1.5 KiB

BIN
static/images/temp/prod_detail_shop.png

After

Width: 48  |  Height: 48  |  Size: 1.7 KiB

Loading…
Cancel
Save