main
liudan 2 years ago
parent 289b5b0d43
commit 8e6de53d44
  1. 1
      main.js
  2. 6
      manifest.json
  3. 7
      technician/pages/apply.vue
  4. 4
      xxdj/新建 文本文档.txt

@ -2,6 +2,7 @@ import Vue from 'vue'
import App from './App' import App from './App'
import api from "api/index.js" import api from "api/index.js"
import util from "@/utils/index.js" import util from "@/utils/index.js"
// #ifdef H5 // #ifdef H5
import jweixin from "@/utils/jweixin.js" import jweixin from "@/utils/jweixin.js"
// #endif // #endif

@ -38,7 +38,7 @@
"sdkConfigs" : { "sdkConfigs" : {
"maps" : { "maps" : {
"amap" : { "amap" : {
"key" : "3c01d0f0e3a43db3208c27ac0d0e8686", "key" : "3bee3993dafa879236b2a913b407f55e",
"securityJsCode" : "", "securityJsCode" : "",
"serviceHost" : "" "serviceHost" : ""
} }
@ -243,13 +243,13 @@
"amap" : { "amap" : {
"__platform__" : [ "android" ], "__platform__" : [ "android" ],
"appkey_ios" : "", "appkey_ios" : "",
"appkey_android" : "6cbbd69cc7973aba0d1c834accb2ceb3" "appkey_android" : "ad263f79472a94912ec991ded259aba8"
} }
}, },
"maps" : { "maps" : {
"amap" : { "amap" : {
"appkey_ios" : "6cbbd69cc7973aba0d1c834accb2ceb3", "appkey_ios" : "6cbbd69cc7973aba0d1c834accb2ceb3",
"appkey_android" : "6cbbd69cc7973aba0d1c834accb2ceb3" "appkey_android" : "ad263f79472a94912ec991ded259aba8"
} }
} }
} }

@ -493,9 +493,10 @@
} }
// #endif // #endif
// #ifndef H5 // #ifndef H5
location = await this.$util.getBmapLocation() // location = await this.$util.getBmapLocation()
// #endif // #endif
// location = await this.$util.getBmapLocation()
console.log(location,"mmnn111")
this.updateUserItem({ this.updateUserItem({
key: 'location', key: 'location',
val: location val: location
@ -506,11 +507,13 @@
lng = 0, lng = 0,
lat = 0 lat = 0
} = location } = location
console.log(location,"uuuuii")
if (lat && lng) { if (lat && lng) {
let city = await this.$api.base.getCity({ let city = await this.$api.base.getCity({
lng, lng,
lat lat
}) })
console.log(city,"jjjjj")
this.$util.hideAll() this.$util.hideAll()
this.cityList = city this.cityList = city
this.form.city_id = city.length > 0 ? city[0].id : 0 this.form.city_id = city.length > 0 ? city[0].id : 0

@ -7,3 +7,7 @@
安卓证书名称 xxdj 安卓证书名称 xxdj
证书别名 xxdj 证书别名 xxdj
密码 123456 密码 123456
sha256:71:4A:42:A5:56:C5:34:02:A5:5A:64:DA:6D:2C:CD:E4:6D:11:F9:89:92:54:46:E9:65:99:82:06:63:17:46:12
sha1:E6:D6:50:81:42:C5:B6:49:41:DA:1A:E9:5B:9D:25:97:4D:8F:6E:5B
md5:12:DA:A5:60:B9:21:24:B3:2C:38:DD:C0:3B:1F:59:69
Loading…
Cancel
Save