商品去除右上角分享
parent
17e1984eb8
commit
b8a1fd8e04
|
|
@ -5,8 +5,7 @@
|
|||
/**
|
||||
* 顶部导航内容
|
||||
*/
|
||||
.top-nav-left-icon,
|
||||
.top-nav-right-icon {
|
||||
.top-nav-left-icon {
|
||||
top: 28px;
|
||||
z-index: 11;
|
||||
}
|
||||
|
|
@ -14,11 +13,7 @@
|
|||
left: auto;
|
||||
margin-left: 20rpx;
|
||||
}
|
||||
.top-nav-right-icon {
|
||||
right: 20rpx;
|
||||
}
|
||||
.top-nav-left-icon .icon,
|
||||
.top-nav-right-icon .icon {
|
||||
.top-nav-left-icon .icon {
|
||||
background: rgb(255 255 255 / 70%);
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
|
|
|
|||
|
|
@ -39,12 +39,6 @@
|
|||
</component-trn-nav>
|
||||
</block>
|
||||
<!-- #endif -->
|
||||
<!-- #ifdef H5 || APP -->
|
||||
<!-- 右侧icon -->
|
||||
<view class="top-nav-right-icon pf" :style="'top:' + top_nav_icon_top_value + 'px;left:' + top_nav_right_icon_left_value + 'px;'">
|
||||
<uni-icons type="redo" size="20" color="#333" class="icon round cp" @tap="popup_share_event"></uni-icons>
|
||||
</view>
|
||||
<!-- #endif -->
|
||||
</block>
|
||||
|
||||
<!-- 相册 -->
|
||||
|
|
@ -533,7 +527,7 @@
|
|||
</view>
|
||||
<view class="plugins-realstore-popup">
|
||||
<block v-if="(plugins_realstore_data || null) != null && ((plugins_realstore_data.data || null) != null) && plugins_realstore_data.data.length > 0">
|
||||
<component-realstore-list :propDataList="plugins_realstore_data.data" :propRealstoreDetailQuery="'&source_goods_id='+goods.id" :propIsFavor="false"></component-realstore-list>
|
||||
<component-realstore-list :propData="{...{data: plugins_realstore_data.data}, ...{random: random_value}}" :propRealstoreDetailQuery="'&source_goods_id='+goods.id" :propIsFavor="false"></component-realstore-list>
|
||||
</block>
|
||||
<block v-else>
|
||||
<view class="cr-grey tc padding-top-xl padding-bottom-xxxl">{{$t('goods-detail.goods-detail.gwwf19')}}</view>
|
||||
|
|
|
|||
Loading…
Reference in New Issue