|
|
|
@ -32,7 +32,7 @@ |
|
|
|
</view> |
|
|
|
<view class="box-title">活动详情</view> |
|
|
|
<rich-text class="box-content" nodes="{{tool.formateRichText(info.intro)}}"></rich-text> |
|
|
|
<view class="box-tip" wx:if="{{info && (info.is_bind_our_sku==0 || info.is_can_booking==0)}}">* 本活动无需在线预约,可直接前往。</view> |
|
|
|
<!-- <view class="box-tip" wx:if="{{info && (info.is_bind_our_sku==0 || info.is_can_booking==0)}}">* 本活动无需在线预约,可直接前往。</view> --> |
|
|
|
</view> |
|
|
|
<navigator url="/pages/info/sceneProductInfo/index?id={{info.scene_data.id}}" |
|
|
|
wx:if="{{info && info.scene_data && info.scene_data.id}}" class="scene-box" catchtap="pagePoint" data-event='activity_detail_click' data-id='{{info.scene.data.id}}' data-type='scene'> |
|
|
|
|