platform-four.vue 499 字节
<template>
	<view class="platform-four">
		
	</view>
</template>

<script>
	export default {
		props: {},
		data() {
			return {
					orange:'../../static/images/Frame3081.png', // 橙色
					green:'../../static/images/Frame3082.png',
					red:'../../static/images/Frame3083.png',
					blue:'../../static/images/Frame3084.png',
			};
		},
		created() {},
		mounted() {},
		watch:{
			
		},
		computed: {},
		methods: {}
	};
</script>

<style lang="scss" scoped>
</style>