Commit 7877182f authored by qipeng's avatar qipeng

默认经纬度

parent ed370d57
...@@ -184,8 +184,8 @@ export default { ...@@ -184,8 +184,8 @@ export default {
//this.openid = 'oh2UV1lyYABHMZ1rMlgjhVHyyYDQ' //获取openid oroHZ5B455jLw_BqDmVpr7W13NLY //this.openid = 'oh2UV1lyYABHMZ1rMlgjhVHyyYDQ' //获取openid oroHZ5B455jLw_BqDmVpr7W13NLY
this.faceIds = JSON.parse(option.faceIds) this.faceIds = JSON.parse(option.faceIds)
var locationData = { var locationData = {
latitude:'', latitude:'29.563936',
longitude:'', longitude:'106.589294',
} }
this.location = JSON.parse(uni.getStorageSync('location'))||locationData this.location = JSON.parse(uni.getStorageSync('location'))||locationData
this.merchantId = option.merchantId||'z0015605022691a5945bbe463141668c'// 'z0015605022691a5945bbe463141668c' this.merchantId = option.merchantId||'z0015605022691a5945bbe463141668c'// 'z0015605022691a5945bbe463141668c'
......
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