摘要:
1 <a href="https://apis.map.qq.com/uri/v1/geocoder?coord=23.421206,116.610449&referer=OB4BZ-D4W3U-B7VVO-4PJWW-6TKDJ-WPB77" style="text-decoration: 阅读全文
摘要:
wxml代码: <view > <view> <image class="avatar" src='{{userInfo.avatarUrl}}'></image> <view class="nickname">{{userInfo.nickName}}</view> </view> </view> 阅读全文
摘要:
wxml代码 <view class="container"> <view class="page-body"> <view class="page-section"> <view class="animation-element-wrapper"> <view class="animation-e 阅读全文
摘要:
js代码: //index.js//获取应用实例 var app = getApp() Page({ data: { date: '2016-11-08', time: '12:00', array: ['中国', '巴西', '日本', '美国'], index: 0, }, onLoad: fu 阅读全文
摘要:
使用此代码无需下载插件 <style type="text/css"> #allmap {height:500px;width:800px;overflow: hidden; "} #result {width:100%;font-size:12px;} </style> <script type= 阅读全文
摘要:
wxml代码: <view class='nav-view' bindtap="nav">导航</view> wxss代码: .nav{ width: 96%; height:auto; font-size: 32rpx; color: white; text-align: center; back 阅读全文