修改分享
This commit is contained in:
parent
160f7500fb
commit
dde5816892
|
|
@ -317,7 +317,7 @@
|
|||
<template v-else>
|
||||
<!-- <view class="pay-type" @click="changePay('useIntegral')">
|
||||
<view class="title">
|
||||
使用吧唧币抵扣¥ {{ orderData.use_integral_money }} (剩余:{{ orderData.integral }}个)
|
||||
使用友达币抵扣¥ {{ orderData.use_integral_money }} (剩余:{{ orderData.integral }}个)
|
||||
</view>
|
||||
<view class="icon">
|
||||
<image style="width: 20px;height: 20px;" v-if="useIntegral" :src="$img1('common/check_act.png')" lazy-load></image>
|
||||
|
|
@ -459,7 +459,7 @@
|
|||
subTabCur: 0,
|
||||
payType: {
|
||||
1: {
|
||||
title: "吧唧币",
|
||||
title: "友达币",
|
||||
icon: "/static/img/pay_type1.png",
|
||||
},
|
||||
2: {
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@
|
|||
onShareAppMessage() {
|
||||
let that = this;
|
||||
return {
|
||||
title: "吧唧一番,正版潮玩手办一番赏",
|
||||
title: "友达赏,正版潮玩手办一番赏",
|
||||
imageUrl: that.advert[0].imgurl,
|
||||
path: "/pages/shouye/index?pid=" + uni.getStorageSync('userinfo').ID
|
||||
};
|
||||
|
|
|
|||
|
|
@ -232,7 +232,7 @@
|
|||
onShareAppMessage() {
|
||||
let that = this;
|
||||
return {
|
||||
title: "吧唧一番,正版潮玩手办一番赏",
|
||||
title: "友达赏,正版潮玩手办一番赏",
|
||||
imageUrl: that.goods.imgurl,
|
||||
path: "/pages/chouka/index"
|
||||
};
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@
|
|||
onShareAppMessage() {
|
||||
let that = this;
|
||||
return {
|
||||
title: "吧唧一番,正版潮玩手办一番赏",
|
||||
title: "友达赏,正版潮玩手办一番赏",
|
||||
imageUrl: that.advert[0].imgurl,
|
||||
path: "/pages/chouka/index?pid=" + uni.getStorageSync('userinfo').ID
|
||||
};
|
||||
|
|
|
|||
|
|
@ -19,9 +19,11 @@
|
|||
<image style="width: 18rpx; height: 20rpx;" :src="$img1('checkin/Fire.png')" mode=""></image>
|
||||
<text style="font-size: 16rpx; color: #999999; margin-left: 8rpx;">{{ bonusData.popularity }}</text>
|
||||
</view>
|
||||
<button open-type="share" class="button"
|
||||
style="position: absolute; top: 50rpx; right: 24rpx;width: 50rpx; height: 50rpx;">
|
||||
|
||||
</button>
|
||||
|
||||
<image style="width: 50rpx; height: 50rpx; position: absolute; top: 50rpx; right: 24rpx;"
|
||||
:src="$img1('checkin/ic_share.png')" mode=""></image>
|
||||
</view>
|
||||
|
||||
|
||||
|
|
@ -148,7 +150,8 @@
|
|||
参与提示
|
||||
</view>
|
||||
<view style="padding: 0rpx 24rpx;">
|
||||
提示:需在指定时间{{bonusData.start_time}}-{{bonusData.end_time}}消耗达到{{bonusData.choujiang_xianzhi}}钻石,即可加入房间,还需{{remainingDiamond}}钻石.
|
||||
提示:需在指定时间{{ bonusData.start_time }}-{{ bonusData.end_time }}消耗达到{{ bonusData.choujiang_xianzhi
|
||||
}}钻石,即可加入房间,还需{{ remainingDiamond }}钻石.
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
|
@ -176,18 +179,24 @@ export default {
|
|||
OrderConfirmPopupFlw,
|
||||
PageContainer
|
||||
},
|
||||
onShareAppMessage() {
|
||||
return {
|
||||
title: this.bonusData.title,
|
||||
path: '/pages/infinite/bonus_house_details?goods_id=' + this.goods_id
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
currentItemId: 0,
|
||||
currentTab: 0,
|
||||
bonusData: {
|
||||
title: "新人消费满5元福利屋",
|
||||
tips: "消费返利(所有参与者有机会获得奖励",
|
||||
time: "2025-03-10 14:00",
|
||||
title: "",
|
||||
tips: "",
|
||||
time: "",
|
||||
popularity: 0, // 热度
|
||||
open_time: '2025-03-10 14:00', //开奖时间
|
||||
start_time: '2025-03-10 14:00', //开始时间
|
||||
end_time: '2025-03-10 10:00', //结束时间
|
||||
open_time: '', //开奖时间
|
||||
start_time: '', //开始时间
|
||||
end_time: '', //结束时间
|
||||
choujiang_xianzhi: 0 // 抽奖限制金额
|
||||
},
|
||||
goodsList: [],
|
||||
|
|
@ -681,4 +690,9 @@ export default {
|
|||
width: 142rpx;
|
||||
height: 150rpx;
|
||||
}
|
||||
|
||||
.button {
|
||||
background-image: url($imgurl + 'checkin/ic_share.png');
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
</style>
|
||||
|
|
@ -89,7 +89,7 @@
|
|||
onShareAppMessage() {
|
||||
let that = this;
|
||||
return {
|
||||
title: "吧唧一番,正版潮玩手办一番赏",
|
||||
title: "友达赏,正版潮玩手办一番赏",
|
||||
imageUrl: that.goods.imgurl,
|
||||
path: "/pages/chouka/index"
|
||||
};
|
||||
|
|
|
|||
|
|
@ -177,7 +177,7 @@
|
|||
},
|
||||
onShareAppMessage() {
|
||||
return {
|
||||
title: "吧唧一番,正版潮玩手办一番赏",
|
||||
title: "友达赏,正版潮玩手办一番赏",
|
||||
imageUrl: '',
|
||||
path: '/pages/shouye/index?pid=' + uni.getStorageSync('pid')
|
||||
}
|
||||
|
|
|
|||
|
|
@ -225,7 +225,7 @@
|
|||
subTabCur: 0,
|
||||
payType: {
|
||||
1: {
|
||||
title: "吧唧币",
|
||||
title: "友达币",
|
||||
icon: "/static/img/pay_type1.png",
|
||||
},
|
||||
2: {
|
||||
|
|
|
|||
|
|
@ -416,7 +416,7 @@
|
|||
},
|
||||
onShareAppMessage() {
|
||||
return {
|
||||
title: "吧唧一番,正版潮玩手办一番赏",
|
||||
title: "友达赏,正版潮玩手办一番赏",
|
||||
// imageUrl: '',
|
||||
path: '/pages/user/index?pid=' + uni.getStorageSync('userinfo').ID
|
||||
}
|
||||
|
|
|
|||
|
|
@ -232,7 +232,7 @@
|
|||
onShareAppMessage() {
|
||||
let that = this;
|
||||
return {
|
||||
title: "吧唧一番,正版潮玩手办一番赏",
|
||||
title: "友达赏,正版潮玩手办一番赏",
|
||||
imageUrl: that.goods.imgurl,
|
||||
path: "/pages/chouka/index"
|
||||
};
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@
|
|||
<view>
|
||||
可随机开出
|
||||
<text>{{ item.min }}-{{ item.max }}</text>
|
||||
吧唧币
|
||||
友达币
|
||||
</view>
|
||||
</view>
|
||||
<view
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<view class="align-center">
|
||||
<image :src="$img1('my/ouqi.png')"></image>
|
||||
<view class="ml20 column">
|
||||
<text>吧唧币数量</text>
|
||||
<text>友达币数量</text>
|
||||
<text>{{ pageData.user_integral }}</text>
|
||||
</view>
|
||||
</view>
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
</view>
|
||||
<view class="info">
|
||||
<view class="title">{{ item.title }}</view>
|
||||
<!-- <view class="open-num">{{ item.num }}吧唧币</view> -->
|
||||
<!-- <view class="open-num">{{ item.num }}友达币</view> -->
|
||||
<view class="num">需要{{ item.kl_num2 }}个参与者</view>
|
||||
</view>
|
||||
<view v-if="tabList[tabCur].id == 1" class="share-btn relative" @click="h5share(item)">
|
||||
|
|
@ -83,13 +83,13 @@
|
|||
<view class="rule">
|
||||
高级赏包、低级赏包最多{{ pageData && pageData.ke_hc_count }}个合并1个,合成将损耗{{
|
||||
pageData && pageData.sun_hao
|
||||
}}吧唧币!
|
||||
}}友达币!
|
||||
</view>
|
||||
|
||||
<view class="coin-num">
|
||||
总吧唧币:{{ (mixData && mixData.sum_num) || 0 }} 将合成:{{
|
||||
总友达币:{{ (mixData && mixData.sum_num) || 0 }} 将合成:{{
|
||||
(mixData && mixData.coupon.title) || '普通赏券'
|
||||
}}(吧唧币{{ (mixData && mixData.sh_num) || 0 }})
|
||||
}}(友达币{{ (mixData && mixData.sh_num) || 0 }})
|
||||
</view>
|
||||
|
||||
<view class="btn-lsit">
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@
|
|||
onShareAppMessage() {
|
||||
let that = this;
|
||||
return {
|
||||
title: "吧唧一番,正版潮玩手办一番赏",
|
||||
title: "友达赏,正版潮玩手办一番赏",
|
||||
imageUrl: that.logo_image,
|
||||
path: "/pages/shouye/index?pid=" + uni.getStorageSync('userinfo').ID
|
||||
};
|
||||
|
|
|
|||
|
|
@ -123,7 +123,7 @@
|
|||
onShareAppMessage() {
|
||||
let that = this
|
||||
return {
|
||||
title: "吧唧一番,正版潮玩手办一番赏",
|
||||
title: "友达赏,正版潮玩手办一番赏",
|
||||
path: '/pages/shouye/index?pid=' + uni.getStorageSync('userinfo').ID
|
||||
}
|
||||
},
|
||||
|
|
@ -193,7 +193,7 @@
|
|||
fenxiang() {
|
||||
var image = this.$baseUrl + "/storage/topic/20240617/30a73c0d5061f700a66f653deeb60f6d.jpg";
|
||||
var path = '/pages/shouye/index?pid=' + uni.getStorageSync('userinfo').ID;
|
||||
this.$c.$fenxiang('吧唧一番,正版潮玩手办一番赏', '', path, image);
|
||||
this.$c.$fenxiang('友达赏,正版潮玩手办一番赏', '', path, image);
|
||||
|
||||
},
|
||||
loadData(pageNo) {
|
||||
|
|
|
|||
|
|
@ -112,7 +112,7 @@ export default {
|
|||
onShareAppMessage() {
|
||||
let that = this
|
||||
return {
|
||||
title: "吧唧一番,正版潮玩手办一番赏",
|
||||
title: "友达赏,正版潮玩手办一番赏",
|
||||
imageUrl: that.advert[0].imgurl,
|
||||
path: '/pages/shouye/index?pid=' + uni.getStorageSync('userinfo').ID
|
||||
}
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
onShareAppMessage() {
|
||||
let that = this;
|
||||
return {
|
||||
title: "吧唧一番,正版潮玩手办一番赏",
|
||||
title: "友达赏,正版潮玩手办一番赏",
|
||||
imageUrl: that.advert[0].imgurl,
|
||||
path: "/pages/shouye/index?pid=" + uni.getStorageSync('userinfo').ID
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user