Commit 65ae9605 by caojingji

修改安卓机上定位的bug问题

修改安卓机上定位的bug问题
parent 0e74d619
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
\ No newline at end of file
......@@ -4,16 +4,10 @@
"pages/index/index",
"pages/about/about",
"pages/about/call/call",
"pages/about/proposal/proposal",
"pages/about/privacy/privacy",
"pages/about/useragree/useragree",
"pages/reply/reply"
],
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"window": {
"backgroundColor": "#F6F6F6",
"backgroundTextStyle": "light",
......
......@@ -10,11 +10,6 @@ Page({
url: 'call/call'
})
},
toProposalJsp: function () {
wx.navigateTo({
url: 'proposal/proposal'
})
},
toUseragree:function(){
wx.navigateTo({
url: 'useragree/useragree'
......
......@@ -9,12 +9,6 @@
<text class='news'>联系我们</text>
<icon class="fa fa-angle-right right"></icon>
</view>
<button class="zdy-btn-j" open-type="contact" session-from='{"kefu":["{{3045}}"],"nickName":"{{userInfo.nickName}}","avatarUrl":"{{userInfo.avatarUrl}}"}'>
<view class="cnxw pd">
<text class='news'>建议投诉</text>
<icon class="fa fa-angle-right right"></icon>
</view>
</button>
<view class="cnxw pd" bindtap="toUseragree">
<text class='news'>用户协议</text>
<icon class="fa fa-angle-right right"></icon>
......
......@@ -13,4 +13,3 @@ page { background-color: #F6F6F6; }
line-height: 50px;
}
.zdybtn{width:100%;height:36px;line-height:36px;position: fixed;bottom: 10px;background: red;}
\ No newline at end of file
.zdy-btn-j{padding:0;text-align: left;}
\ No newline at end of file
Page({
/**
* 页面的初始数据
*/
data: {
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {
}
})
\ No newline at end of file
{
"navigationBarTitleText": "建议投诉"
}
\ No newline at end of file
<view class="call">
<view class="call-line">
<view class="call-icon">
<icon class="fa fa-qq relative"></icon>
</view>
<text class='call-text' selectable="true">736072668</text>
</view>
<view class="call-line">
<view class="call-icon">
<icon class="fa fa-envelope-o relative"></icon>
</view>
<text class='call-text' selectable="true">cao_peng@FOUNDER.COM.CN</text>
</view>
<view class="call-line">
<view class="call-icon">
<icon class="fa fa-phone relative"></icon>
</view>
<text class='call-text' selectable="true">15129457465</text>
</view>
</view>
\ No newline at end of file
@import '../../wxss/font-awesome.min.wxss';
@import '../../wxss/fontclass.wxss';
page { background-color: #F6F6F6; }
.call{background:#fff;width:95%;margin:5px auto;box-shadow: 0px 5px 5px #ccc;}
.call-line{height:60px;line-height:60px;border-bottom:1px solid #F6F6F6;}
.call-icon{width:35px;height:35px;border-radius: 50%;display:inline-block;border:1px solid #f6f6f6;text-align: center;line-height:30px;margin:5px;color:#0E75C1;}
.relative{position: relative;top:-2px;}
.call-text{float:right;display: inline-block;width:72%;padding-right:10px;text-align: right;font-size:14px;}
\ No newline at end of file
......@@ -7,7 +7,7 @@
"minified": true,
"newFeature": true
},
"appid": "wx94dc3e3ee4aede25",
"appid": "wxfae61fbdc50696a7",
"projectname": "%E6%96%B9%E6%AD%A3%E5%9C%A8%E7%BA%BF%E6%9C%8D%E5%8A%A1",
"libVersion": "2.2.5",
"condition": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment