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.
16 lines
539 B
16 lines
539 B
2 years ago
|
<!--index.wxml-->
|
||
|
<input placeholder="请输入城市名" bindinput="bindKeyInput"></input>
|
||
|
<view class="icon">
|
||
|
<icon type="search" size="25" bindtap="search"></icon>
|
||
|
</view>
|
||
|
<view class="body">
|
||
|
<view class="city"><text>{{city}}</text></view>
|
||
|
<view class="today"><text>{{reporttime}}</text></view>
|
||
|
</view>
|
||
|
<view class="buttom">
|
||
|
<view class="weather"><text>{{weather}}</text></view>
|
||
|
<view class="right">
|
||
|
<view class="temp"><text>{{temp}}</text></view>
|
||
|
<view class="wind"><text>{{windpower}}</text></view>
|
||
|
</view>
|
||
|
</view>
|