Merge pull request '111' (#27) from master into dev
commit
75ef4f46c1
@ -1,26 +1,66 @@
|
|||||||
//index.js
|
// pages/Find directions/Find directions.js
|
||||||
//获取应用实例
|
|
||||||
var app = getApp()
|
|
||||||
Page({
|
Page({
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 页面的初始数据
|
||||||
|
*/
|
||||||
data: {
|
data: {
|
||||||
motto: '中航大查询路线系统',
|
|
||||||
userInfo: {},
|
},
|
||||||
appInfo:{
|
|
||||||
logoUrl:'../../image/logo.png',
|
/**
|
||||||
title:'查询路线'
|
* 生命周期函数--监听页面加载
|
||||||
}
|
*/
|
||||||
|
onLoad(options) {
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 生命周期函数--监听页面初次渲染完成
|
||||||
|
*/
|
||||||
|
onReady() {
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 生命周期函数--监听页面显示
|
||||||
|
*/
|
||||||
|
onShow() {
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 生命周期函数--监听页面隐藏
|
||||||
|
*/
|
||||||
|
onHide() {
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 生命周期函数--监听页面卸载
|
||||||
|
*/
|
||||||
|
onUnload() {
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 页面相关事件处理函数--监听用户下拉动作
|
||||||
|
*/
|
||||||
|
onPullDownRefresh() {
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 页面上拉触底事件的处理函数
|
||||||
|
*/
|
||||||
|
onReachBottom() {
|
||||||
|
|
||||||
},
|
},
|
||||||
//事件处理函数
|
|
||||||
bindViewTap: function() {
|
/**
|
||||||
wx.navigateTo({
|
* 用户点击右上角分享
|
||||||
url: '../location/location'
|
*/
|
||||||
})
|
onShareAppMessage() {
|
||||||
},
|
|
||||||
onLoad: function () {
|
|
||||||
console.log('onLoad')
|
|
||||||
var that = this
|
|
||||||
that.setData({
|
|
||||||
appInfo:this.data.appInfo
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
})
|
})
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"usingComponents": {}
|
|
||||||
}
|
|
@ -1,10 +1,2 @@
|
|||||||
<!--index.wxml-->
|
<!--pages/Find directions/Find directions.wxml-->
|
||||||
<view class="container">
|
<text>pages/Find directions/Find directions.wxml</text>
|
||||||
<view bindtap="bindViewTap" class="userinfo">
|
|
||||||
<image class="userinfo-avatar" src="{{appInfo.logoUrl}}" background-size="cover"></image>
|
|
||||||
<text class="userinfo-nickname">{{appInfo.title}}</text>
|
|
||||||
</view>
|
|
||||||
<view class="usermotto">
|
|
||||||
<text class="user-motto">{{motto}}</text>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
|
@ -1,21 +0,0 @@
|
|||||||
/**index.wxss**/
|
|
||||||
.userinfo {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.userinfo-avatar {
|
|
||||||
width: 128rpx;
|
|
||||||
height: 128rpx;
|
|
||||||
margin: 20rpx;
|
|
||||||
border-radius: 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.userinfo-nickname {
|
|
||||||
color: #aaa;
|
|
||||||
}
|
|
||||||
|
|
||||||
.usermotto {
|
|
||||||
margin-top: 200px;
|
|
||||||
}
|
|
@ -1,5 +1,4 @@
|
|||||||
<view class="ModifyAccount">
|
<view class="ModifyAccount">
|
||||||
<button class="map" type="primary" bindtap="map" style="position: relative; left: -244rpx; top: 1081rpx; width: 263rpx; height: 108rpx; display: block; box-sizing: border-box">修改地图</button>
|
<button class="information" type="primary" bindtap="information" style="width: 387rpx; height: 108rpx; display: block; box-sizing: border-box; left: -182rpx; top: 1081rpx; position: relative">修改信息</button>
|
||||||
<button class="information" type="primary" bindtap="information" style="width: 263rpx; height: 108rpx; display: block; box-sizing: border-box; left: 19rpx; top: 973rpx; position: relative">修改信息</button>
|
<button class="account" type="primary" bindtap="account" style="width: 361rpx; height: 108rpx; display: block; box-sizing: border-box; left: 194rpx; top: 973rpx; position: relative">管理账户</button>
|
||||||
<button class="account" type="primary" bindtap="account" style="width: 263rpx; height: 108rpx; display: block; box-sizing: border-box; left: 282rpx; top: 865rpx; position: relative">管理账户</button>
|
|
||||||
</view>
|
</view>
|
@ -1,5 +1,6 @@
|
|||||||
|
<button class="account" type="primary" bindtap="check" style="width: 462rpx; height: 101rpx; display: block; box-sizing: border-box; left: 0rpx; top: 404rpx; position: relative">发布公告</button>
|
||||||
|
|
||||||
<view class="ModifyInformation">
|
<view class="ModifyInformation">
|
||||||
<button class="map" type="primary" bindtap="map" style="position: relative; left: -244rpx; top: 1081rpx; width: 263rpx; height: 108rpx; display: block; box-sizing: border-box">修改地图</button>
|
<button class="information" type="primary" bindtap="information" style="width: 425rpx; height: 99rpx; display: block; box-sizing: border-box; left: -211rpx; top: 983rpx; position: relative">修改公告栏信息</button>
|
||||||
<button class="information" type="primary" bindtap="information" style="width: 263rpx; height: 108rpx; display: block; box-sizing: border-box; left: 19rpx; top: 973rpx; position: relative">修改信息</button>
|
<button class="account" type="primary" bindtap="account" style="width: 392rpx; height: 99rpx; display: block; box-sizing: border-box; left: 197rpx; top: 884rpx; position: relative">管理账户信息</button>
|
||||||
<button class="account" type="primary" bindtap="account" style="width: 263rpx; height: 108rpx; display: block; box-sizing: border-box; left: 282rpx; top: 865rpx; position: relative">管理账户</button>
|
|
||||||
</view>
|
</view>
|
@ -1,23 +1,66 @@
|
|||||||
|
// pages/ModifyMap/ModifyMap.js
|
||||||
Page({
|
Page({
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 页面的初始数据
|
||||||
|
*/
|
||||||
data: {
|
data: {
|
||||||
loginOK: false
|
|
||||||
},
|
},
|
||||||
//map
|
|
||||||
map() {
|
/**
|
||||||
wx.navigateTo({
|
* 生命周期函数--监听页面加载
|
||||||
url: '/pages/ModifyMap/ModifyMap',
|
*/
|
||||||
})
|
onLoad(options) {
|
||||||
},
|
|
||||||
//information
|
},
|
||||||
information() {
|
|
||||||
wx.navigateTo({
|
/**
|
||||||
url: '/pages/ModifyInformation/ModifyInformation',
|
* 生命周期函数--监听页面初次渲染完成
|
||||||
})
|
*/
|
||||||
},
|
onReady() {
|
||||||
//account
|
|
||||||
account() {
|
},
|
||||||
wx.navigateTo({
|
|
||||||
url: '/pages/index/index'
|
/**
|
||||||
})
|
* 生命周期函数--监听页面显示
|
||||||
|
*/
|
||||||
|
onShow() {
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 生命周期函数--监听页面隐藏
|
||||||
|
*/
|
||||||
|
onHide() {
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 生命周期函数--监听页面卸载
|
||||||
|
*/
|
||||||
|
onUnload() {
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 页面相关事件处理函数--监听用户下拉动作
|
||||||
|
*/
|
||||||
|
onPullDownRefresh() {
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 页面上拉触底事件的处理函数
|
||||||
|
*/
|
||||||
|
onReachBottom() {
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 用户点击右上角分享
|
||||||
|
*/
|
||||||
|
onShareAppMessage() {
|
||||||
|
|
||||||
}
|
}
|
||||||
})
|
})
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"usingComponents": {}
|
|
||||||
}
|
|
@ -1,5 +1,2 @@
|
|||||||
<view class="ModifyMap">
|
<!--pages/ModifyMap/ModifyMap.wxml-->
|
||||||
<button class="map" type="primary" bindtap="map" style="position: relative; left: -272rpx; top: 1081rpx; width: 291rpx; height: 108rpx; display: block; box-sizing: border-box">修改地图</button>
|
<text>pages/ModifyMap/ModifyMap.wxml</text>
|
||||||
<button class="information" type="primary" bindtap="information" style="width: 291rpx; height: 108rpx; display: block; box-sizing: border-box; left: -10rpx; top: 973rpx; position: relative">修改信息</button>
|
|
||||||
<button class="account" type="primary" bindtap="account" style="width: 291rpx; height: 108rpx; display: block; box-sizing: border-box; left: 282rpx; top: 865rpx; position: relative">管理账户</button>
|
|
||||||
</view>
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
/* pages/ModifyMap/ModifyMap.wxss */
|
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"usingComponents": {}
|
|
||||||
}
|
|
@ -1 +0,0 @@
|
|||||||
/* pages/adduserssuccess/index.wxss */
|
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"usingComponents": {}
|
|
||||||
}
|
|
@ -1 +0,0 @@
|
|||||||
/* pages/deleteuserssuccess/index.wxss */
|
|
@ -1,727 +0,0 @@
|
|||||||
var click =true
|
|
||||||
Page({
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 页面的初始数据
|
|
||||||
*/
|
|
||||||
data: {
|
|
||||||
longitude: 112.5840817937609,
|
|
||||||
latitude: 37.42334029843902,
|
|
||||||
scale:16,
|
|
||||||
ishow:true
|
|
||||||
},
|
|
||||||
// 校门
|
|
||||||
hx_door: function () {
|
|
||||||
this.setData({
|
|
||||||
hx_door: true,
|
|
||||||
hx_canteen: false,
|
|
||||||
hx_supermarket: false,
|
|
||||||
hx_teach: false,
|
|
||||||
hx_hospital: false,
|
|
||||||
hx_playground: false,
|
|
||||||
hx_library: false,
|
|
||||||
hx_dorm: false,
|
|
||||||
ishow:false,
|
|
||||||
latitude: 37.42334029843902, //经度
|
|
||||||
longitude: 112.5840817937609, //纬度
|
|
||||||
scale: 16,
|
|
||||||
markers: [{
|
|
||||||
iconPath: '../../images/hxLocation.png',
|
|
||||||
latitude: 37.42460923822909,
|
|
||||||
longitude: 112.57850807958519,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
}, {
|
|
||||||
iconPath: '../../images/hxLocation.png',
|
|
||||||
latitude: 37.42505982099957,
|
|
||||||
longitude: 112.58448746351345,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
},{
|
|
||||||
iconPath: '../../images/hxLocation.png',
|
|
||||||
latitude: 37.423356091749176,
|
|
||||||
longitude: 112.59020697584626,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
},{
|
|
||||||
iconPath: '../../images/hxLocation.png',
|
|
||||||
latitude: 37.420850652498494,
|
|
||||||
longitude: 112.58636394568849,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
}, {
|
|
||||||
iconPath: '../../images/hxLocation.png',
|
|
||||||
latitude: 37.42046830521278,
|
|
||||||
longitude: 112.59089438639249,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
}]
|
|
||||||
})
|
|
||||||
},
|
|
||||||
// 餐厅
|
|
||||||
hx_canteen: function () {
|
|
||||||
this.setData({
|
|
||||||
hx_door: false,
|
|
||||||
hx_canteen: true,
|
|
||||||
hx_supermarket: false,
|
|
||||||
hx_teach: false,
|
|
||||||
hx_hospital: false,
|
|
||||||
hx_playground: false,
|
|
||||||
hx_library: false,
|
|
||||||
hx_dorm: false,
|
|
||||||
ishow: false,
|
|
||||||
latitude: 37.42334029843902, //经度
|
|
||||||
longitude: 112.5840817937609, //纬度
|
|
||||||
scale: 16,
|
|
||||||
markers: [{
|
|
||||||
iconPath: '../../images/hxLocation.png',
|
|
||||||
latitude: 37.42217098294637,
|
|
||||||
longitude: 112.58554120048987,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
},
|
|
||||||
{
|
|
||||||
iconPath: '../../images/hxLocation.png',
|
|
||||||
latitude: 37.424741,
|
|
||||||
longitude: 112.580423,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
}, {
|
|
||||||
iconPath: '../../images/hxLocation.png',
|
|
||||||
latitude: 37.421674,
|
|
||||||
longitude: 112.591431,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
}, {
|
|
||||||
iconPath: '../../images/hxLocation.png',
|
|
||||||
latitude: 37.421563,
|
|
||||||
longitude: 112.585369,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
}, {
|
|
||||||
iconPath: '../../images/hxLocation.png',
|
|
||||||
latitude: 37.421137,
|
|
||||||
longitude: 112.585305,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
}
|
|
||||||
]
|
|
||||||
})
|
|
||||||
},
|
|
||||||
/******超市***/
|
|
||||||
hx_supermarket: function () {
|
|
||||||
this.setData({
|
|
||||||
hx_door: false,
|
|
||||||
hx_canteen: false,
|
|
||||||
hx_supermarket: true,
|
|
||||||
hx_teach: false,
|
|
||||||
hx_hospital: false,
|
|
||||||
hx_playground: false,
|
|
||||||
hx_library: false,
|
|
||||||
hx_dorm: false,
|
|
||||||
ishow: false,
|
|
||||||
latitude: 37.42334029843902, //经度
|
|
||||||
longitude: 112.5840817937609, //纬度
|
|
||||||
scale: 16,
|
|
||||||
markers: [{
|
|
||||||
iconPath: '../../images/hxLocation.png', //大超市
|
|
||||||
latitude: 37.422066, /**大超市 */
|
|
||||||
longitude: 112.585868,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
}, {
|
|
||||||
iconPath: '../../images/hxLocation.png', //进门超市
|
|
||||||
latitude: 37.421014, /**进门超市*/
|
|
||||||
longitude: 112.585155,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
}, {
|
|
||||||
iconPath: '../../images/hxLocation.png', //进门超市
|
|
||||||
latitude: 37.421546, /**进门超市*/
|
|
||||||
longitude: 112.591259,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
}
|
|
||||||
|
|
||||||
]
|
|
||||||
})
|
|
||||||
},
|
|
||||||
/****************************************教学楼***************************************** */
|
|
||||||
hx_teach: function () {
|
|
||||||
this.setData({
|
|
||||||
hx_door: false,
|
|
||||||
hx_canteen: false,
|
|
||||||
hx_supermarket: false,
|
|
||||||
hx_teach: true,
|
|
||||||
hx_hospital: false,
|
|
||||||
hx_playground: false,
|
|
||||||
hx_library: false,
|
|
||||||
hx_dorm: false,
|
|
||||||
ishow: false,
|
|
||||||
latitude: 37.42334029843902, //经度
|
|
||||||
longitude: 112.5840817937609, //纬度
|
|
||||||
scale: 16,
|
|
||||||
markers: [{
|
|
||||||
iconPath: '../../images/hxLocation.png', //教学楼1
|
|
||||||
latitude: 37.423821,
|
|
||||||
longitude: 112.585863,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
}, {
|
|
||||||
iconPath: '../../images/hxLocation.png', //教学楼2
|
|
||||||
latitude: 37.424622,
|
|
||||||
longitude: 112.581378,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
}, {
|
|
||||||
iconPath: '../../images/hxLocation.png', //实验楼3
|
|
||||||
latitude: 37.425074,
|
|
||||||
longitude: 112.583610,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
}, {
|
|
||||||
iconPath: '../../images/hxLocation.png', //实验楼4
|
|
||||||
latitude: 37.424545,
|
|
||||||
longitude: 112.585037,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
}, {
|
|
||||||
iconPath: '../../images/hxLocation.png', //办公楼5
|
|
||||||
latitude: 37.424230,
|
|
||||||
longitude: 112.585917,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
}, {
|
|
||||||
iconPath: '../../images/hxLocation.png', //办公楼6
|
|
||||||
latitude: 37.423016,
|
|
||||||
longitude: 112.586625,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
}, {
|
|
||||||
iconPath: '../../images/hxLocation.png', //办公楼7
|
|
||||||
latitude: 37.421550,
|
|
||||||
longitude: 112.582945,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
}, {
|
|
||||||
iconPath: '../../images/hxLocation.png', //办公楼8
|
|
||||||
latitude: 37.423335,
|
|
||||||
longitude: 112.584801,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
}, {
|
|
||||||
iconPath: '../../images/hxLocation.png', //办公楼9
|
|
||||||
latitude: 37.421452,
|
|
||||||
longitude: 112.580155,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
}, {
|
|
||||||
iconPath: '../../images/hxLocation.png', //办公楼10
|
|
||||||
latitude: 37.421555,
|
|
||||||
longitude: 112.579050,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
}, {
|
|
||||||
iconPath: '../../images/hxLocation.png', //办公楼11
|
|
||||||
latitude: 37.422398,
|
|
||||||
longitude: 112.578599,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
}, {
|
|
||||||
iconPath: '../../images/hxLocation.png', //办公楼12
|
|
||||||
latitude: 37.424882,
|
|
||||||
longitude: 112.582687,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
}, {
|
|
||||||
iconPath: '../../images/hxLocation.png', //办公楼13
|
|
||||||
latitude: 37.421883,
|
|
||||||
longitude: 112.587698,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
}
|
|
||||||
|
|
||||||
]
|
|
||||||
})
|
|
||||||
},
|
|
||||||
|
|
||||||
/****************************************医 务 室***************************************** */
|
|
||||||
hx_hospital: function () {
|
|
||||||
this.setData({
|
|
||||||
hx_door: false,
|
|
||||||
hx_canteen: false,
|
|
||||||
hx_supermarket: false,
|
|
||||||
hx_teach: false,
|
|
||||||
hx_hospital: true,
|
|
||||||
hx_playground: false,
|
|
||||||
hx_library: false,
|
|
||||||
hx_dorm: false,
|
|
||||||
ishow: false,
|
|
||||||
latitude: 37.42334029843902, //经度
|
|
||||||
longitude: 112.5840817937609, //纬度
|
|
||||||
scale: 16,
|
|
||||||
markers: [{
|
|
||||||
iconPath: '../../images/hxLocation.png',
|
|
||||||
latitude: 37.425022,
|
|
||||||
longitude: 112.585133,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
}]
|
|
||||||
})
|
|
||||||
},
|
|
||||||
/****************************************农大 体 育 场***************************************** */
|
|
||||||
hx_playground: function () {
|
|
||||||
this.setData({
|
|
||||||
hx_door: false,
|
|
||||||
hx_canteen: false,
|
|
||||||
hx_supermarket: false,
|
|
||||||
hx_teach: false,
|
|
||||||
hx_hospital: false,
|
|
||||||
hx_playground: true,
|
|
||||||
hx_library: false,
|
|
||||||
hx_dorm: false,
|
|
||||||
ishow: false,
|
|
||||||
latitude: 37.42334029843902, //经度
|
|
||||||
longitude: 112.5840817937609, //纬度
|
|
||||||
scale: 16,
|
|
||||||
markers: [{
|
|
||||||
iconPath: '../../images/hxLocation.png',
|
|
||||||
latitude: 37.421947, /**大操场 */
|
|
||||||
longitude: 112.589071,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
},
|
|
||||||
{
|
|
||||||
iconPath: '../../images/hxLocation.png',
|
|
||||||
latitude: 37.425636,
|
|
||||||
longitude: 112.582322, /**小操场 */
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
}]
|
|
||||||
})
|
|
||||||
},
|
|
||||||
/****************************************农大 图 书 馆***************************************** */
|
|
||||||
hx_library: function () {
|
|
||||||
this.setData({
|
|
||||||
hx_door: false,
|
|
||||||
hx_canteen: false,
|
|
||||||
hx_supermarket: false,
|
|
||||||
hx_teach: false,
|
|
||||||
hx_hospital: false,
|
|
||||||
hx_playground: false,
|
|
||||||
hx_library: true,
|
|
||||||
hx_dorm: false,
|
|
||||||
ishow: false,
|
|
||||||
latitude: 37.42334029843902, //经度
|
|
||||||
longitude: 112.5840817937609, //纬度
|
|
||||||
scale: 16,
|
|
||||||
markers: [{
|
|
||||||
iconPath: '../../images/hxLocation.png',
|
|
||||||
latitude: 37.424051, /**图书馆 */
|
|
||||||
longitude: 112.580541,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
}, {
|
|
||||||
iconPath: '../../images/hxLocation.png',
|
|
||||||
latitude: 37.424524, /**图书馆 */
|
|
||||||
longitude: 112.583980,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
}]
|
|
||||||
})
|
|
||||||
},
|
|
||||||
|
|
||||||
/****************************************农大 宿 舍***************************************** */
|
|
||||||
hx_dorm: function () {
|
|
||||||
this.setData({
|
|
||||||
hx_door: false,
|
|
||||||
hx_canteen: false,
|
|
||||||
hx_supermarket: false,
|
|
||||||
hx_teach: false,
|
|
||||||
hx_hospital: false,
|
|
||||||
hx_playground: false,
|
|
||||||
hx_library: false,
|
|
||||||
hx_dorm: true,
|
|
||||||
ishow: false,
|
|
||||||
latitude: 37.42334029843902, //经度
|
|
||||||
longitude: 112.5840817937609, //纬度
|
|
||||||
scale: 16,
|
|
||||||
markers: [{
|
|
||||||
iconPath: '../../images/hxLocation.png',
|
|
||||||
latitude: 37.422066, /**学生公寓1 */
|
|
||||||
longitude: 112.584833,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
}, {
|
|
||||||
iconPath: '../../images/hxLocation.png',
|
|
||||||
latitude: 37.422394, /**学生公寓2 */
|
|
||||||
longitude: 112.586399,
|
|
||||||
width:20,
|
|
||||||
height: 30
|
|
||||||
}, {
|
|
||||||
iconPath: '../../images/hxLocation.png',
|
|
||||||
latitude: 37.421751, /**学生公寓3 */
|
|
||||||
longitude: 112.590798,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
}, {
|
|
||||||
iconPath: '../../images/hxLocation.png',
|
|
||||||
latitude: 37.425917, /**学生公寓4 */
|
|
||||||
longitude: 112.580520,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
}, {
|
|
||||||
iconPath: '../../images/hxLocation.png',
|
|
||||||
latitude: 37.421261, /**活动中心宿舍楼*/
|
|
||||||
longitude: 112.587896,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
}, {
|
|
||||||
iconPath: '../../images/hxLocation.png',
|
|
||||||
latitude: 37.421090, /**洗浴中心宿舍楼 */
|
|
||||||
longitude: 112.589441,
|
|
||||||
width: 20,
|
|
||||||
height: 30
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
]
|
|
||||||
})
|
|
||||||
},
|
|
||||||
/**
|
|
||||||
* 生命周期函数--监听页面加载
|
|
||||||
*/
|
|
||||||
onLoad: function (options) {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 生命周期函数--监听页面初次渲染完成
|
|
||||||
*/
|
|
||||||
onReady: function () {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 生命周期函数--监听页面显示
|
|
||||||
*/
|
|
||||||
onShow: function () {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 生命周期函数--监听页面隐藏
|
|
||||||
*/
|
|
||||||
onHide: function () {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 生命周期函数--监听页面卸载
|
|
||||||
*/
|
|
||||||
onUnload: function () {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 页面相关事件处理函数--监听用户下拉动作
|
|
||||||
*/
|
|
||||||
onPullDownRefresh: function () {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 页面上拉触底事件的处理函数
|
|
||||||
*/
|
|
||||||
onReachBottom: function () {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 用户点击右上角分享
|
|
||||||
*/
|
|
||||||
onShareAppMessage: function () {
|
|
||||||
|
|
||||||
},
|
|
||||||
go: function (e) {
|
|
||||||
var id = e.currentTarget.id; //获取id
|
|
||||||
switch (id) {
|
|
||||||
/*农大校门门*/
|
|
||||||
case "door1":
|
|
||||||
wx.openLocation({ /*使用微信内置地图查看位置*/
|
|
||||||
latitude: 37.42460923822909,
|
|
||||||
longitude: 112.57850807958519,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
case "door2":
|
|
||||||
wx.openLocation({ /*使用微信内置地图查看位置*/
|
|
||||||
latitude: 37.42505982099957,
|
|
||||||
longitude: 112.58448746351345,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
case "door3":
|
|
||||||
wx.openLocation({ /*使用微信内置地图查看位置*/
|
|
||||||
latitude: 37.423356091749176,
|
|
||||||
longitude: 112.59020697584626,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
case "door4":
|
|
||||||
wx.openLocation({ /*使用微信内置地图查看位置*/
|
|
||||||
latitude: 37.420850652498494,
|
|
||||||
longitude: 112.58636394568849,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
case "door5":
|
|
||||||
wx.openLocation({ /*使用微信内置地图查看位置*/
|
|
||||||
latitude: 37.42046830521278,
|
|
||||||
longitude: 112.59089438639249,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
|
|
||||||
/*农大餐饮*/
|
|
||||||
case "canteen1":
|
|
||||||
wx.openLocation({ /*使用微信内置地图查看位置*/
|
|
||||||
latitude: 37.42217098294637,
|
|
||||||
longitude: 112.58554120048987,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
case "canteen2":
|
|
||||||
wx.openLocation({ /*使用微信内置地图查看位置*/
|
|
||||||
latitude: 37.421674,
|
|
||||||
longitude: 112.591431,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
case "canteen3":
|
|
||||||
wx.openLocation({ /*使用微信内置地图查看位置*/
|
|
||||||
latitude: 37.424741,
|
|
||||||
longitude: 112.580423,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
case "canteen4":
|
|
||||||
wx.openLocation({ /*使用微信内置地图查看位置*/
|
|
||||||
latitude: 37.421563,
|
|
||||||
longitude: 112.585369,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
case "canteen5":
|
|
||||||
wx.openLocation({ /*使用微信内置地图查看位置*/
|
|
||||||
latitude: 37.421137,
|
|
||||||
longitude: 112.585305,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
|
|
||||||
/*农大超市*/
|
|
||||||
case "supermarket1":
|
|
||||||
wx.openLocation({ /*使用微信内置地图查看位置*/
|
|
||||||
latitude: 37.422066, /**大超市 */
|
|
||||||
longitude: 112.585868,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
case "supermarket2":
|
|
||||||
wx.openLocation({ /*使用微信内置地图查看位置*/
|
|
||||||
latitude: 37.421014, /**进门超市*/
|
|
||||||
longitude: 112.585155,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
case "supermarket3":
|
|
||||||
wx.openLocation({ /*使用微信内置地图查看位置*/
|
|
||||||
latitude: 37.421546, /**进门超市*/
|
|
||||||
longitude: 112.591259,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**农大教学楼 */
|
|
||||||
case "teach1":
|
|
||||||
wx.openLocation({ /*使用微信内置地图查看位置*/
|
|
||||||
latitude: 37.423821,
|
|
||||||
longitude: 112.585863,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
case "teach2":
|
|
||||||
wx.openLocation({ /*使用微信内置地图查看位置*/
|
|
||||||
latitude: 37.424622,
|
|
||||||
longitude: 112.581378,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
case "teach3":
|
|
||||||
wx.openLocation({ /*使用微信内置地图查看位置*/
|
|
||||||
latitude: 37.425074,
|
|
||||||
longitude: 112.583610,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
case "teach4":
|
|
||||||
wx.openLocation({ /*使用微信内置地图查看位置*/
|
|
||||||
latitude: 37.424545,
|
|
||||||
longitude: 112.585037,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
case "teach5":
|
|
||||||
wx.openLocation({ /*使用微信内置地图查看位置*/
|
|
||||||
latitude: 37.424230,
|
|
||||||
longitude: 112.585917,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
case "teach6":
|
|
||||||
wx.openLocation({ /*使用微信内置地图查看位置*/
|
|
||||||
latitude: 37.423016,
|
|
||||||
longitude: 112.586625,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
case "teach7":
|
|
||||||
wx.openLocation({ /*使用微信内置地图查看位置*/
|
|
||||||
latitude: 37.421550,
|
|
||||||
longitude: 112.582945,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
case "teach8":
|
|
||||||
wx.openLocation({ /*使用微信内置地图查看位置*/
|
|
||||||
latitude: 37.423335,
|
|
||||||
longitude: 112.584801,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
case "teach9":
|
|
||||||
wx.openLocation({ /*使用微信内置地图查看位置*/
|
|
||||||
latitude: 37.421452,
|
|
||||||
longitude: 112.580155,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
case "teach10":
|
|
||||||
wx.openLocation({ /*使用微信内置地图查看位置*/
|
|
||||||
latitude: 37.421555,
|
|
||||||
longitude: 112.579050,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
case "teach11":
|
|
||||||
wx.openLocation({ /*使用微信内置地图查看位置*/
|
|
||||||
latitude: 37.422398,
|
|
||||||
longitude: 112.578599,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
case "teach12":
|
|
||||||
wx.openLocation({ /*使用微信内置地图查看位置*/
|
|
||||||
latitude: 37.424882,
|
|
||||||
longitude: 112.582687,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
case "teach13":
|
|
||||||
wx.openLocation({ /*使用微信内置地图查看位置*/
|
|
||||||
latitude: 37.421883,
|
|
||||||
longitude: 112.587698,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
/**农大医务室 */
|
|
||||||
case "hospital1":
|
|
||||||
wx.openLocation({
|
|
||||||
latitude: 37.425022,
|
|
||||||
longitude: 112.585133,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
/**农大体育场 */
|
|
||||||
case "playground1":
|
|
||||||
wx.openLocation({
|
|
||||||
latitude: 37.421947, /**大操场 */
|
|
||||||
longitude: 112.589071,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
case "playground2":
|
|
||||||
wx.openLocation({
|
|
||||||
latitude: 37.425636,
|
|
||||||
longitude: 112.582322, /**小操场 */
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
/**农大图书馆*/
|
|
||||||
case "library1":
|
|
||||||
wx.openLocation({
|
|
||||||
latitude: 37.424051, /**图书馆 */
|
|
||||||
longitude: 112.580541,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
case "library2":
|
|
||||||
wx.openLocation({
|
|
||||||
latitude: 37.424524, /**图书馆 */
|
|
||||||
longitude: 112.583980,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
|
|
||||||
|
|
||||||
/**农大宿舍楼*/
|
|
||||||
case "dorm1":
|
|
||||||
wx.openLocation({
|
|
||||||
latitude: 37.422066, /**学生公寓1 */
|
|
||||||
longitude: 112.584833,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
case "dorm2":
|
|
||||||
wx.openLocation({
|
|
||||||
latitude: 37.422394, /**学生公寓2 */
|
|
||||||
longitude: 112.586399,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
case "dorm3":
|
|
||||||
wx.openLocation({
|
|
||||||
latitude: 37.421751, /**学生公寓3 */
|
|
||||||
longitude: 112.590798,
|
|
||||||
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
case "dorm4":
|
|
||||||
wx.openLocation({
|
|
||||||
latitude: 37.425917, /**学生公寓4 */
|
|
||||||
longitude: 112.580520,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
case "dorm5":
|
|
||||||
wx.openLocation({
|
|
||||||
latitude: 37.421261, /**活动中心宿舍楼*/
|
|
||||||
longitude: 112.587896,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
case "dorm6":
|
|
||||||
wx.openLocation({
|
|
||||||
latitude: 37.421090, /**洗浴中心宿舍楼 */
|
|
||||||
longitude: 112.589441,
|
|
||||||
scale: 25
|
|
||||||
})
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
})
|
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"usingComponents": {}
|
|
||||||
}
|
|
@ -1,62 +0,0 @@
|
|||||||
/* pages/sxauguide/sxauguide.wxss */
|
|
||||||
/*顶部滑块*/
|
|
||||||
.scrollx{
|
|
||||||
display: flex; /*水平居中*/
|
|
||||||
white-space: nowrap; /* 文本不会换行,文本会在在同一行上继续,直到遇到 <br> 标签为止。*/
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.scrollx navigator{
|
|
||||||
display: inline-block; /*垂直居中,多个孩子共享一行*/
|
|
||||||
padding-left: 20rpx;
|
|
||||||
padding-right: 20rpx;
|
|
||||||
background: #2d572b;
|
|
||||||
color: white;
|
|
||||||
font-family: "微软雅黑";
|
|
||||||
font-size: 15px;
|
|
||||||
padding-top: 10px;
|
|
||||||
padding-bottom: 10px;
|
|
||||||
}
|
|
||||||
.bottom{
|
|
||||||
position:relative; /*相对定位*/
|
|
||||||
float: left;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
.hx_bottomtext{
|
|
||||||
display: block;
|
|
||||||
position: relative;
|
|
||||||
font-family: "微软雅黑";
|
|
||||||
font-size: 15px;
|
|
||||||
width: 100%;
|
|
||||||
top: 10px;
|
|
||||||
left: 45%;
|
|
||||||
color: #ed5e53;
|
|
||||||
margin-bottom: 20px;
|
|
||||||
}
|
|
||||||
/*控制地点列表的单行展示形式*/
|
|
||||||
.hxdoor{
|
|
||||||
position: relative;
|
|
||||||
display: flex; /*水平居中*/
|
|
||||||
width: 100%;
|
|
||||||
height: 50px;
|
|
||||||
}
|
|
||||||
/*控制单行图片位置*/
|
|
||||||
.hx_img{
|
|
||||||
margin-right: 10px;
|
|
||||||
float: left;
|
|
||||||
width: 80px;
|
|
||||||
height: 40px;
|
|
||||||
}
|
|
||||||
/*控制单行文字*/
|
|
||||||
.hxdoor_text{
|
|
||||||
font-size: 16px;
|
|
||||||
font-family: "微软雅黑";
|
|
||||||
color:#333333;
|
|
||||||
margin-left: 20rpx;
|
|
||||||
margin-top: 5rpx;
|
|
||||||
}
|
|
||||||
/*控制go图标*/
|
|
||||||
.go{
|
|
||||||
width:20px ;
|
|
||||||
height:20px;
|
|
||||||
}
|
|
@ -1,66 +0,0 @@
|
|||||||
// pages/me/me.js
|
|
||||||
Page({
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 页面的初始数据
|
|
||||||
*/
|
|
||||||
data: {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 生命周期函数--监听页面加载
|
|
||||||
*/
|
|
||||||
onLoad(options) {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 生命周期函数--监听页面初次渲染完成
|
|
||||||
*/
|
|
||||||
onReady() {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 生命周期函数--监听页面显示
|
|
||||||
*/
|
|
||||||
onShow() {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 生命周期函数--监听页面隐藏
|
|
||||||
*/
|
|
||||||
onHide() {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 生命周期函数--监听页面卸载
|
|
||||||
*/
|
|
||||||
onUnload() {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 页面相关事件处理函数--监听用户下拉动作
|
|
||||||
*/
|
|
||||||
onPullDownRefresh() {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 页面上拉触底事件的处理函数
|
|
||||||
*/
|
|
||||||
onReachBottom() {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 用户点击右上角分享
|
|
||||||
*/
|
|
||||||
onShareAppMessage() {
|
|
||||||
|
|
||||||
}
|
|
||||||
})
|
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"usingComponents": {}
|
|
||||||
}
|
|
@ -1,2 +0,0 @@
|
|||||||
<!--pages/me/me.wxml-->
|
|
||||||
<text>pages/me/me.wxml</text>
|
|
@ -1 +0,0 @@
|
|||||||
/* pages/me/me.wxss */
|
|
@ -1,66 +0,0 @@
|
|||||||
// pages/me1/me1.js
|
|
||||||
Page({
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 页面的初始数据
|
|
||||||
*/
|
|
||||||
data: {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 生命周期函数--监听页面加载
|
|
||||||
*/
|
|
||||||
onLoad(options) {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 生命周期函数--监听页面初次渲染完成
|
|
||||||
*/
|
|
||||||
onReady() {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 生命周期函数--监听页面显示
|
|
||||||
*/
|
|
||||||
onShow() {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 生命周期函数--监听页面隐藏
|
|
||||||
*/
|
|
||||||
onHide() {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 生命周期函数--监听页面卸载
|
|
||||||
*/
|
|
||||||
onUnload() {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 页面相关事件处理函数--监听用户下拉动作
|
|
||||||
*/
|
|
||||||
onPullDownRefresh() {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 页面上拉触底事件的处理函数
|
|
||||||
*/
|
|
||||||
onReachBottom() {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 用户点击右上角分享
|
|
||||||
*/
|
|
||||||
onShareAppMessage() {
|
|
||||||
|
|
||||||
}
|
|
||||||
})
|
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"usingComponents": {}
|
|
||||||
}
|
|
@ -1,2 +0,0 @@
|
|||||||
<!--pages/me1/me1.wxml-->
|
|
||||||
<text>pages/me1/me1.wxml</text>
|
|
@ -1 +0,0 @@
|
|||||||
/* pages/me1/me1.wxss */
|
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"usingComponents": {}
|
|
||||||
}
|
|
@ -1 +0,0 @@
|
|||||||
/* pages/selectuserssuccess/index.wxss */
|
|
@ -1,2 +1,2 @@
|
|||||||
<!--pages/text/text.wxml-->
|
<!--pages/text/text.wxml-->
|
||||||
<text>pages/text/text.wxml</text>
|
<button class="check" type="primary" bindtap="check" style="position: relative; left: 0rpx; top: 368rpx">查看公告</button>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"usingComponents": {}
|
|
||||||
}
|
|
@ -1 +0,0 @@
|
|||||||
/* pages/updateuserssuccess/index.wxss */
|
|
Loading…
Reference in new issue