liukangdong
2024-09-29 b2d360d9113b6955287108ca9e90d76a1f3c1419
wechat_jiaxuan/components/authCard/authCard.js
@@ -34,11 +34,15 @@
        model: {
          longitude,
          latitude
        },capacity: 3,page:1
        },
        capacity: 3,
        page: 1
      }).then(res => {
        this.setData({
          shopList: res.data.records
        })
        if (res.data && res.data.records) {
          this.setData({
            shopList: res.data.records || []
          })
        }
      })
    },
    shopDetail(e) {