|
@@ -8,7 +8,7 @@
|
|
|
mode="aspectFill"></image>
|
|
mode="aspectFill"></image>
|
|
|
<view class="detail-over">
|
|
<view class="detail-over">
|
|
|
<text class="detail-title u-line-2 u-font-40 line-56 u-tips-color bold">【{{detail.activity_type | activityTyepFilter}}】{{detail.title}}</text>
|
|
<text class="detail-title u-line-2 u-font-40 line-56 u-tips-color bold">【{{detail.activity_type | activityTyepFilter}}】{{detail.title}}</text>
|
|
|
- <view class="u-flex u-col-bottom u-p-t-24 u-p-b-14 u-border-bottom">
|
|
|
|
|
|
|
+ <view class="u-flex u-col-bottom u-p-t-24 u-p-b-28 u-border-bottom">
|
|
|
<text class="u-primary-color u-font-28 line-40">返利:</text>
|
|
<text class="u-primary-color u-font-28 line-40">返利:</text>
|
|
|
<block v-if="detail.activity_type === 1">
|
|
<block v-if="detail.activity_type === 1">
|
|
|
<text class="u-flex-1 u-primary-color u-font-36 line-50 bold">实付全返</text>
|
|
<text class="u-flex-1 u-primary-color u-font-36 line-50 bold">实付全返</text>
|
|
@@ -50,7 +50,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
</block>
|
|
</block>
|
|
|
<block v-if="detail.plat_type === 9">
|
|
<block v-if="detail.plat_type === 9">
|
|
|
- <view class="to-btn u-p-l-28"
|
|
|
|
|
|
|
+ <view class="to-btn u-p-l-40"
|
|
|
@click="openOtherApplte()">
|
|
@click="openOtherApplte()">
|
|
|
<view class="icon-mt-wh icon-mt"></view>
|
|
<view class="icon-mt-wh icon-mt"></view>
|
|
|
<view class="u-m-t-2 u-font-22 u-content-color line-32">打开美团</view>
|
|
<view class="u-m-t-2 u-font-22 u-content-color line-32">打开美团</view>
|
|
@@ -60,11 +60,11 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="act-able-time u-m-t-16">
|
|
<view class="act-able-time u-m-t-16">
|
|
|
<view class="u-font-36 line-50 u-tips-color bold">活动可用时间</view>
|
|
<view class="u-font-36 line-50 u-tips-color bold">活动可用时间</view>
|
|
|
- <view class="u-flex">
|
|
|
|
|
|
|
+ <view class="u-flex u-m-t-16">
|
|
|
<text class="u-flex-1 u-content-color line-40 u-line-2 u-p-r-32">{{businessHours}}营业时间可用(当天参与报名,需当天提交资料才能有效返款)</text>
|
|
<text class="u-flex-1 u-content-color line-40 u-line-2 u-p-r-32">{{businessHours}}营业时间可用(当天参与报名,需当天提交资料才能有效返款)</text>
|
|
|
<view class="divider-right"></view>
|
|
<view class="divider-right"></view>
|
|
|
- <button class="to-btn contact-btn u-p-l-28"
|
|
|
|
|
- open-type="contact">
|
|
|
|
|
|
|
+ <button class="to-btn contact-btn u-p-l-40"
|
|
|
|
|
+ @click="copyWx">
|
|
|
<view class="icon-phone-wh icon-phone"></view>
|
|
<view class="icon-phone-wh icon-phone"></view>
|
|
|
<view class="u-m-t-2 u-font-22 u-content-color line-32">联系客服</view>
|
|
<view class="u-m-t-2 u-font-22 u-content-color line-32">联系客服</view>
|
|
|
</button>
|
|
</button>
|
|
@@ -393,6 +393,17 @@ export default {
|
|
|
appId: this.detail.app_info.appid,
|
|
appId: this.detail.app_info.appid,
|
|
|
path: this.detail.app_info.path
|
|
path: this.detail.app_info.path
|
|
|
})
|
|
})
|
|
|
|
|
+ },
|
|
|
|
|
+ copyWx () {
|
|
|
|
|
+ uni.setClipboardData({
|
|
|
|
|
+ data: this.detail.kf_wechat,
|
|
|
|
|
+ success: () => {
|
|
|
|
|
+ uni.showToast({
|
|
|
|
|
+ icon: 'none',
|
|
|
|
|
+ title: '已复制客服微信号,请添加客服反馈'
|
|
|
|
|
+ })
|
|
|
|
|
+ }
|
|
|
|
|
+ })
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
filters: {
|
|
filters: {
|