|
@@ -33,7 +33,7 @@ export default (props) => {
|
33
|
33
|
return (
|
34
|
34
|
<View>
|
35
|
35
|
{
|
36
|
|
- targetType === "shop_package" && (
|
|
36
|
+ targetType === "shop" && (
|
37
|
37
|
<view class='wrapper'>
|
38
|
38
|
<view class='left-complete-one' >
|
39
|
39
|
<image className='left-image-1' src={ProCard_hot} style={{ display: item.targetType === 'shop_package' ? '' : 'none' }} ></image>
|
|
@@ -61,7 +61,7 @@ export default (props) => {
|
61
|
61
|
</view>
|
62
|
62
|
</view>
|
63
|
63
|
<view class='right-complete-two'>
|
64
|
|
- <view className='right-content' onClick={() => { Taro.navigateTo({ url: `/pages/details/foodDetails/foodDetails?id=${item.shopId}` }); }}>
|
|
64
|
+ <view className='right-content' onClick={() => { Taro.navigateTo({ url: `/pages/details/foodDetails/foodDetails?id=${item.targetId}` }); }}>
|
65
|
65
|
{/* <view className='right-number'>×1</view> */}
|
66
|
66
|
<image className='right-image' src={SeeDetails} />
|
67
|
67
|
<view className='right-title'>查看详情</view>
|
|
@@ -72,7 +72,7 @@ export default (props) => {
|
72
|
72
|
}
|
73
|
73
|
<View>
|
74
|
74
|
{
|
75
|
|
- targetType !== "shop_package" && (
|
|
75
|
+ targetType !== "shop" && (
|
76
|
76
|
<view class='wrapper-tourist'>
|
77
|
77
|
<view class='left-complete-one' >
|
78
|
78
|
<view className='title-image'>
|