修改接口地址
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
<view class="theretherecontent">
|
||||
营业时间:{{listdata.businessTime}}
|
||||
</view>
|
||||
<view class="fourtherecontent flex-start">
|
||||
<view class="fourtherecontent flex-start" @click="goMap">
|
||||
<image class="fourtherecontentimage"
|
||||
src="https://czg-qr-order.oss-cn-beijing.aliyuncs.com/product/d.png" mode="aspectFill"></image>
|
||||
<view class="fourtherecontent_o">
|
||||
@@ -95,7 +95,7 @@
|
||||
</view>
|
||||
<view class="fourcontent_th_tow flex-start">
|
||||
<view class="fourcontent_th_towo">
|
||||
({{item1.unitName}})
|
||||
({{item1.groupNum}}{{item1.unitName}})
|
||||
</view>
|
||||
<view class="fourcontent_th_towt">
|
||||
¥{{item1.lowPrice}}
|
||||
@@ -403,6 +403,13 @@
|
||||
name
|
||||
})
|
||||
},
|
||||
goMap(){
|
||||
uni.openLocation({
|
||||
longitude: uni.cache.get('getLocationstorage').lng,
|
||||
latitude: uni.cache.get('getLocationstorage').lat
|
||||
})
|
||||
},
|
||||
// 跳转
|
||||
async onLoadInfo() { //详情接口
|
||||
let res = await this.api.productproductInfo({
|
||||
productId: this.indexform,
|
||||
|
||||
Reference in New Issue
Block a user