Commit d2dbad12 authored by 王炽's avatar 王炽

积分页面

parent 7e700ffb
...@@ -84,6 +84,7 @@ const goUse = () => { ...@@ -84,6 +84,7 @@ const goUse = () => {
// 关闭按钮 // 关闭按钮
const closeBtn = () => { const closeBtn = () => {
emit('close') emit('close')
console.log('closeBtn')
} }
......
...@@ -584,7 +584,7 @@ ...@@ -584,7 +584,7 @@
<popupShengri <popupShengri
:type="Number(itemIndex) + 1" :type="Number(itemIndex) + 1"
v-if="true ||showPopupShengri" v-if="showPopupShengri"
@close="showPopupShengri = false" @close="showPopupShengri = false"
/> />
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment