修改接口地址

This commit is contained in:
duan
2024-05-15 16:56:29 +08:00
parent 8b3dd745ac
commit 9c25679656
8 changed files with 51 additions and 19 deletions

View File

@@ -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,