公司演示版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
Tuzki 9a0dd1ba58 界面调整和代码优化 1 year ago
..
components 界面调整和代码优化 1 year ago
changelog.md 分包处理,静态资源处理,图片压缩处理 1 year ago
package.json 分包处理,静态资源处理,图片压缩处理 1 year ago
readme.md 分包处理,静态资源处理,图片压缩处理 1 year ago

readme.md

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