|
@@ -96,8 +96,8 @@
|
|
<cm-goods-activity-popup
|
|
<cm-goods-activity-popup
|
|
ref="activitypPopup"
|
|
ref="activitypPopup"
|
|
:ladderList="ladderPriceList"
|
|
:ladderList="ladderPriceList"
|
|
- @open="$refs.receiveBuyPopup.close()"
|
|
|
|
- @close="$refs.receiveBuyPopup.open()"
|
|
|
|
|
|
+ @open="goodsBuyPopup = false"
|
|
|
|
+ @close="goodsBuyPopup = true"
|
|
></cm-goods-activity-popup>
|
|
></cm-goods-activity-popup>
|
|
|
|
|
|
<!-- 分享弹窗 -->
|
|
<!-- 分享弹窗 -->
|
|
@@ -263,7 +263,7 @@ export default {
|
|
handleShowActivity(current) {
|
|
handleShowActivity(current) {
|
|
if (!current.ladderPriceList) return
|
|
if (!current.ladderPriceList) return
|
|
this.ladderPriceList = current.ladderPriceList
|
|
this.ladderPriceList = current.ladderPriceList
|
|
- this.$refs.receiveBuyPopup.open()
|
|
|
|
|
|
+ this.$refs.activitypPopup.open()
|
|
},
|
|
},
|
|
|
|
|
|
// 商品提交
|
|
// 商品提交
|