瀏覽代碼

积分商城选择门店

twt 6 月之前
父節點
當前提交
8f3f25c1c3
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      pages/shop/ckshopList.vue

+ 2 - 0
pages/shop/ckshopList.vue

@@ -171,6 +171,8 @@
 					var url='openIntegralMall/getShopList'
 					var	params = {
 							id:this.goodsId,
+							lat: this.location.lat ? this.location.lat : '',
+							lng: this.location.lng ? this.location.lng : '',
 							city:this.cityCode,
 							area:this.area
 						}