|
|
@@ -129,6 +129,7 @@
|
|
|
<text class="iconfont icon-dengjitubiao"></text>{{storeInfo.level_name}}
|
|
|
</view>
|
|
|
</view> -->
|
|
|
+ <text v-if="sharePacket.priceName"> / 分享赚 ¥{{sharePacket.priceName}}</text>
|
|
|
</view>
|
|
|
<view class="iconfont icon-fenxiang skeleton-rect"
|
|
|
@click="listenerActionSheet" v-if="base64Show && diyProduct.is_share">
|
|
|
@@ -439,9 +440,9 @@
|
|
|
</form>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <shareRedPackets :sharePacket="sharePacket" :showAnimate="showAnimate"
|
|
|
+ <!-- <shareRedPackets :sharePacket="sharePacket" :showAnimate="showAnimate"
|
|
|
@listenerActionSheet="listenerActionSheet" @boxStatus="boxStatus" @closeChange="closeChange"
|
|
|
- v-if="base64Show && !fromPage"></shareRedPackets>
|
|
|
+ v-if="base64Show && !fromPage"></shareRedPackets> -->
|
|
|
<!-- 属性组件 -->
|
|
|
<productWindow ref='productWindow' :attr="attr" :isShow="1" :iSplus="1" :cusPreviewImg='1' :storeInfo="storeInfo" :productType="storeInfo.product_type" :productId="storeInfo.id" :isStoreBuy="is_store_buy"
|
|
|
@myevent="onMyEvent" @ChangeAttr="ChangeAttr" @ChangeCartNum="ChangeCartNum"
|