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.
10 lines
377 B
10 lines
377 B
<!--pages/getWeather/getWeather.wxml-->
|
|
<view class="container">
|
|
<!--定义页面结构,使用文本组件或其他组件 -->
|
|
<view class="weather">城市:{{city}}</view>
|
|
<view>天气:{{weather}}</view>
|
|
<view>温度:{{temperature}}</view>
|
|
<view>风力:{{windpower}}</view>
|
|
<view>风向:{{winddirection}}</view>
|
|
<view>湿度:{{humidity}}</view>
|
|
</view> |