Commit eb229a75 authored by JingChao's avatar JingChao

百度key

parent d8c8f540
......@@ -70,13 +70,15 @@ For a detailed explanation on how things work, check out the [guide](http://vuej
#百度地图
开发环境:
应用名称:徐工融租dev com.xcmg.app.dev
IOS_KEY:q0niXfvEg9ToZSD1DvTvGTfeN2b6AbKT
ANDROID_KEY: zRf4DoxQDPH6GkUx6MjzCO1X11TystKt
IOS_KEY:NYuANmOUjGo5q0n48qF97fShdjVwmhM6
ANDROID_KEY: Y8gTWgN2GuDtvhBfiECaZiBtE6i0wQBG
生产环境:
应用名称:徐工融租 com.xcmg.app
IOS_KEY:
ANDROID_KEY:
IOS_KEY:hhouKKwxALvC7MBZmnfwgSacHOfFOlNu
ANDROID_KEY: q4W0FynBkTd4v44ZM8m4MxUpuXBqGIqQ
web端 Eoo0EtfjYCdAy7r8D19gZ0vMojdZpHqU
# 打包冲突解决
各项目如果安装了 com.hls.plugins.barcode 扫码插件与cordova-plugin-open-camera 媒体插件
......
......@@ -16,7 +16,7 @@
<script type="text/javascript" src="./static/prototype.js"></script>
<script type="text/javascript" src="cordova.js"></script>
<!-- 定位 -->
<script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=o7fTnpVAGzXKN7SirV8xGU2xzWQS2NrI"></script>
<script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=Eoo0EtfjYCdAy7r8D19gZ0vMojdZpHqU"></script>
<title>徐工金服</title>
</head>
<body>
......
......@@ -106,8 +106,8 @@
},
"is_top_level": true,
"variables": {
"ANDROID_KEY": "YCDrAzwghWe3Ghps2QkIPBWANkDsgkOP",
"IOS_KEY": "q0niXfvEg9ToZSD1DvTvGTfeN2b6AbKT"
"ANDROID_KEY": "q4W0FynBkTd4v44ZM8m4MxUpuXBqGIqQ",
"IOS_KEY": "hhouKKwxALvC7MBZmnfwgSacHOfFOlNu"
}
},
"cordova-plugin-camera": {
......@@ -173,7 +173,7 @@
},
"is_top_level": true,
"variables": {
"APP_KEY": "7675edf5efa043a1ce9449a2"
"APP_KEY": "bef4fd44dcf54b79b8ab27c3"
}
},
"jpush-phonegap-plugin": {
......@@ -183,7 +183,7 @@
},
"is_top_level": true,
"variables": {
"APP_KEY": "7675edf5efa043a1ce9449a2"
"APP_KEY": "bef4fd44dcf54b79b8ab27c3"
}
},
"cordova-plugin-inappbrowser": {
......
......@@ -182,7 +182,8 @@ export default {
onConfirm: (res) => {
if (res) {
hls.cordova.cloudroom.CloudRoomService.helpYourSelf(sendStr, function (data) {
console.log(JSON.stringify(data, '', 2))
vm.doConfirmInterview(item)
},
function (fail) {
vm.hlsPopup.showLongCenter('进入会话失败')
......@@ -193,6 +194,23 @@ export default {
},
})
},
doConfirmInterview (item) {
let vm = this
let url = process.env.basePath + 'do_confirm_interview'
let params = {
project_id: item.project_id,
confirm_status: 'APPROVED',
}
vm.hlsHttp.post(url, params).then(res => {
if (res.result === 'S') {
this.$router.push({
name: 'MyInfo',
})
}
})
},
/* entrySign2 () {
var sendStr = 'xcmg'
hls.cordova.cloudroom.CloudRoomService.helpYourSelf(sendStr, function (data) {
......
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