|
|
@@ -136,8 +136,8 @@ function handleJyBanner() {
|
|
|
url: 'https://mp.weixin.qq.com/s/lxpdZ6DUhgqg00AT9klu5Q',
|
|
|
})
|
|
|
// #endif
|
|
|
- // #ifndef MP-WEIXIN
|
|
|
- show({ msg: '请在微信小程序中使用此功能' })
|
|
|
+ // #ifdef H5
|
|
|
+ window.open('https://mp.weixin.qq.com/s/lxpdZ6DUhgqg00AT9klu5Q')
|
|
|
// #endif
|
|
|
}
|
|
|
</script>
|
|
|
@@ -159,14 +159,14 @@ function handleJyBanner() {
|
|
|
class="header-linear h-320rpx px-24rpx"
|
|
|
:style="{ paddingTop: `${(Number(statusBarHeight) || 44) + MenuButtonHeight + 12}px` }"
|
|
|
>
|
|
|
- <view class="box-border flex items-center">
|
|
|
+ <view class="box-border w-full flex items-center">
|
|
|
<view class="flex items-center" @click="useAddressStore().getMapAddress()">
|
|
|
<image :src="`${StaticUrl}/location-black.png`" class="h-33.8rpx min-w-28.97rpx w-28.97rpx" />
|
|
|
<view class="ml-18rpx max-w-180rpx truncate text-32rpx">
|
|
|
{{ name }}
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="ml-16rpx h-60rpx w-502rpx flex items-center justify-between rounded-40rpx bg-white pr-6rpx">
|
|
|
+ <view class="ml-16rpx h-60rpx flex flex-1 items-center justify-between rounded-40rpx bg-white pr-6rpx">
|
|
|
<view class="flex items-center pb-14rpx pl-24rpx pt-16rpx">
|
|
|
<wd-icon name="search" size="14" color="#ccc" />
|
|
|
<view class="ml-12rpx text-24rpx text-gray">
|