增加核销功能,修改无法砍价的问题

This commit is contained in:
gaoxs
2020-06-28 17:31:13 +08:00
parent e7e349e2ed
commit 5f6f8e7f4c
7 changed files with 61 additions and 37 deletions

View File

@ -8,12 +8,6 @@
</view>
</view>
</template>
<style scoped lang="less">
.poster-poster {
height: unset !important;
}
</style>
<script>
import { getBargainPoster, getCombinationPoster } from "@/api/activity";
@ -74,3 +68,12 @@ export default {
}
};
</script>
<style scoped lang="less">
page {
background-color: #00c17b;
}
.poster-poster {
height: unset !important;
}
</style>