公司演示版e鹿悦游
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.
 
 
 
 
 
CjyTravel/uni_modules/jr-weather/readme.md

588 B

jr-weather (小程序、APP天气插件)

使用方法

引入、注册组件 ,示例如下;

<template>
	<view class="content">
       <weather ref="locationAndWeather" />
	</view>
</template>
<script>
import weather from '@/uni_modules/jr-weather/components/jr-weather/jr-weather.vue'
export default {
    components:{
        weather
    }
}
</script>

Attributes

属性 说明 类型 默认值
color 文字颜色 string #000000
iconColor 图标颜色 string #3472F0