|
|
@@ -44,7 +44,7 @@
|
|
|
<view class="title">打call助力</view>
|
|
|
</view>
|
|
|
<view class="bg-white padding-sm">
|
|
|
- <view class="flex justify-around">
|
|
|
+ <view class="grid col-3 padding-xs">
|
|
|
<block v-for="(item,index) in boostDetail.presentList" :key="index">
|
|
|
<view class="text-center padding-top-xs" :class="current == index ? 'boder':''" @click="change(item.id, index)">
|
|
|
<image :src="item.icon" style="width: 80upx;height: 80upx;"></image>
|
|
|
@@ -140,13 +140,13 @@
|
|
|
data() {
|
|
|
return {
|
|
|
works: {
|
|
|
- image: 'https://gxsz-bucket-01.obs.cn-south-1.myhuaweicloud.com/00662895-99aa-49dd-96dc-ab9715c61bd7-16144015443002660866131263584.png',
|
|
|
+ image: 'https://gxsz-bucket-01.obs.cn-south-1.myhuaweicloud.com/1d1454791585426da9f81a73a24b5274-图层 1.png',
|
|
|
title: '',
|
|
|
hotValue: '',
|
|
|
rank: '',
|
|
|
avatar: '',
|
|
|
name: '',
|
|
|
- qrcode: 'https://gxsz-bucket-01.obs.cn-south-1.myhuaweicloud.com/00662895-99aa-49dd-96dc-ab9715c61bd7-16144015443002660866131263584.png',
|
|
|
+ qrcode: 'https://gxsz-bucket-01.obs.cn-south-1.myhuaweicloud.com/a9ef5a035d1b46e6b9e1deb78fe04703-qrcode.png',
|
|
|
},
|
|
|
activityId: '',
|
|
|
current: 0,
|
|
|
@@ -295,6 +295,11 @@
|
|
|
//邀请
|
|
|
invite() {
|
|
|
this.shareShow = true;
|
|
|
+ if (this.boostDetail.urlsType == 1) {
|
|
|
+ this.works.image = this.boostDetail.cover;
|
|
|
+ } else {
|
|
|
+ this.works.image = this.boostDetail.urls;
|
|
|
+ }
|
|
|
this.works.title = this.boostDetail.title;
|
|
|
this.works.hotValue = +this.boostDetail.hotValue;
|
|
|
this.works.rank = this.boostDetail.rank;
|