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.
 
 
 
 
fx-uniapp/App.vue

29 lines
341 B

<script>
import {
init
} from "@/shopro";
export default {
data(){
return{
}
},
onLaunch(options) {
init(options);
}
};
</script>
<style lang="scss">
@import 'static/style/index.scss';
page{
background-color: #21222B;
}
.hometitle{
font-size: 34upx;
color: #FFFFFF;
margin-left:25upx;
}
</style>