ll
liukangdong
2024-09-29 5e57deb4c7a53c3307f59b2267127b4dd7fd0b02
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) {