Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- <!--pages/location/location.wxml-->
- <navbar back home text="广场" background='#fff'></navbar>
- <view class="Boxa">
- <!-- <view class="presentSiteBox">
- <view class="presentText">当前位置 </view>
- <view class="gpsBox">
- <view class="city"> 北京市</view>
- <view class="gps">GPS定位 </view>
- </view>
- <view class="wire"> </view>
- </view> -->
-
- <view class="siteText"> 城市广场</view>
-
- <view wx:for="{{squareList}}" wx:key= "index" bindtap="goSquare" data-appid="{{item.appId}}">
- <view class="siteBox">
- <view class="plazaName">{{item.name}}</view>
- <view class="site">{{item.addr}} </view>
- <!-- <view class="distance">1.23Km </view> -->
- </view>
- <view class="wire"> </view>
- </view>
-
-
- </view>
|