|
@@ -67,11 +67,11 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="tips2">
|
|
<view class="tips2">
|
|
- 您所在的城市没有在拼团中的团购,请切换城市或查看历史团购。团购目前仅支持的城市如下:
|
|
|
|
|
|
+ 您当前所在的城市尚未开放团购,目前可支持的城市如下:
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="tips3">
|
|
<view class="tips3">
|
|
- 合肥市
|
|
|
|
|
|
+ 安徽省合肥市
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="tips4">
|
|
<view class="tips4">
|
|
@@ -230,7 +230,6 @@ export default {
|
|
success: (res) => {
|
|
success: (res) => {
|
|
console.log(res)
|
|
console.log(res)
|
|
if (res.address){
|
|
if (res.address){
|
|
- console.log("wojinlail ...")
|
|
|
|
this.markers[0].latitude = res.latitude;
|
|
this.markers[0].latitude = res.latitude;
|
|
this.markers[0].longitude =res.longitude;
|
|
this.markers[0].longitude =res.longitude;
|
|
this.markers[0].label.content = res.name;
|
|
this.markers[0].label.content = res.name;
|
|
@@ -255,13 +254,12 @@ export default {
|
|
uni.setStorageSync('user_longitude', res.longitude);
|
|
uni.setStorageSync('user_longitude', res.longitude);
|
|
uni.setStorageSync('user_latitude', res.latitude);
|
|
uni.setStorageSync('user_latitude', res.latitude);
|
|
uni.setStorageSync('user_address', res.latitude);
|
|
uni.setStorageSync('user_address', res.latitude);
|
|
- console.log("dizhixinxi -> ", res)
|
|
|
|
that.markers[0].longitude = res.longitude;
|
|
that.markers[0].longitude = res.longitude;
|
|
that.markers[0].latitude = res.latitude;
|
|
that.markers[0].latitude = res.latitude;
|
|
getAddress(res.longitude, res.latitude).then(res => {
|
|
getAddress(res.longitude, res.latitude).then(res => {
|
|
uni.setStorageSync('user_address', res.result.address);
|
|
uni.setStorageSync('user_address', res.result.address);
|
|
//初始化地址信息
|
|
//初始化地址信息
|
|
- console.log("++++++++++初始化地址信息++++++++++++", res)
|
|
|
|
|
|
+ // console.log("++++++++++初始化地址信息++++++++++++", res)
|
|
// if (res.result.address_component.city.indexOf('上海') === -1){
|
|
// if (res.result.address_component.city.indexOf('上海') === -1){
|
|
// that.showTips= true;
|
|
// that.showTips= true;
|
|
// }
|
|
// }
|