|
@@ -37,6 +37,9 @@ function handleExchange(item: CouponInfoAppVo) {
|
|
|
clickItem.value = item
|
|
clickItem.value = item
|
|
|
showModel.value = true
|
|
showModel.value = true
|
|
|
}
|
|
}
|
|
|
|
|
+function handleKf() {
|
|
|
|
|
+ window.location.href = `weixin://dl/business/?appid=wx43b5b906cc30ed0b&path=pages/my/index&env_version=trial`
|
|
|
|
|
+}
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
|
|
<template>
|
|
<template>
|
|
@@ -54,7 +57,7 @@ function handleExchange(item: CouponInfoAppVo) {
|
|
|
{{ storeDetail.address }}
|
|
{{ storeDetail.address }}
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="flex items-center">
|
|
|
|
|
|
|
+ <view class="flex flex-shrink-0 items-center">
|
|
|
<view class="mr40rpx flex flex-col items-center justify-center" @click="handleShowMap">
|
|
<view class="mr40rpx flex flex-col items-center justify-center" @click="handleShowMap">
|
|
|
<image
|
|
<image
|
|
|
:src="`${StaticUrl}/djk-shop-dh.png`"
|
|
:src="`${StaticUrl}/djk-shop-dh.png`"
|
|
@@ -64,7 +67,7 @@ function handleExchange(item: CouponInfoAppVo) {
|
|
|
导航
|
|
导航
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="flex flex-col items-center justify-center">
|
|
|
|
|
|
|
+ <view class="flex flex-col items-center justify-center" @click="handleKf">
|
|
|
<image
|
|
<image
|
|
|
:src="`${StaticUrl}/smqjh-jy-kf.png`"
|
|
:src="`${StaticUrl}/smqjh-jy-kf.png`"
|
|
|
class="h40rpx w40rpx"
|
|
class="h40rpx w40rpx"
|