@@ -214,7 +214,6 @@ Page({
},
getLocation: function(){
const self = this
- console.log('sss')
wx.getLocation({
type: 'wgs84',
success (res) {
@@ -227,6 +226,6 @@ Page({
isLocation: true
})
}
- })
+ })
@@ -52,7 +52,7 @@
</navigator>
</view>
<view class="user-location-btn" wx:if="{{!locationFlag}}" >
- <button class="location-btn" open-type="getLocation" bindtap="getLocation" >授权获取附近门店</button>
+ <button class="location-btn" open-type="getLocation" bindtap="getLocation" >授权获取附近门店</button>
<!-- 产品信息 -->