👍 bug处理

This commit is contained in:
2023-11-27 16:46:45 +08:00
parent 3a33d65d6b
commit 9c0105f141
9 changed files with 801 additions and 846 deletions
+1 -2
View File
@@ -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
View File
@@ -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聚合
+1 -1
View File
@@ -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
View File
File diff suppressed because it is too large Load Diff