👍 bug处理
This commit is contained in:
@@ -32,8 +32,7 @@ export default {
|
||||
if (!url) {
|
||||
url = handleUrlParam(getCurrentPageUrlWithArgs())
|
||||
}
|
||||
console.log(url)
|
||||
console.log('判断是否是分销')
|
||||
console.log(url,'判断是否是分销')
|
||||
// 判断是否是分销
|
||||
if (url) {
|
||||
let urlSpread = parseInt(url.spread)
|
||||
|
||||
+1
-3
@@ -37,10 +37,8 @@
|
||||
},
|
||||
methods: {
|
||||
test(res) {
|
||||
console.log("res",res)
|
||||
let that = this;
|
||||
if (res.type == "end") {
|
||||
console.log(this._mapContext)
|
||||
this._mapContext.getCenterLocation({
|
||||
success(res){
|
||||
that.refresh(res)
|
||||
@@ -51,7 +49,7 @@
|
||||
refresh(location){
|
||||
let that = this;
|
||||
getFishIndex(location).then(res => {
|
||||
console.log(res.data)
|
||||
// console.log(res.data)
|
||||
if (res.data) {
|
||||
res.data.forEach(e => {
|
||||
// 需要判断不存在对应标点才继续新增,另外太近标点需要做marker聚合
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<view class="item acea-row row-between-wrapper">
|
||||
<view>昵称</view>
|
||||
<view class="input">
|
||||
<input type="text" v-model="userInfo.nickname" />
|
||||
<input type="nickname" v-model="userInfo.nickname" />
|
||||
</view>
|
||||
</view>
|
||||
<view class="item acea-row row-between-wrapper">
|
||||
|
||||
+486
-535
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user