加油站付款小程序,打印小票
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

16 lines
246 B

<script>
export default {
onLaunch: function() {
this.$store.commit('initConfig')
},
onShow: function() {
// this.$store.commit('initConfig')
},
onHide: function() {
}
}
</script>
<style>
/*每个页面公共css */
</style>