[''完善优惠券核销]

This commit is contained in:
2021-09-18 13:20:06 +08:00
parent f9c3a8e4fd
commit bb083ee368
9 changed files with 10573 additions and 9518 deletions

14
App.vue
View File

@@ -9,16 +9,16 @@
},
onHide () {
console.log('App Hide')
},
globalData: {
mainColor: "white"
}
},
globalData: {
mainColor: "white"
}
}
</script>
<style lang="scss">
@import "uview-ui/index.scss";
page{
background: #f5f5f5;
page{
background: #f5f5f5;
}
</style>
</style>