feat: 图片上传
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
<view class="product_info_warp">
|
||||
<!-- 头部产品描述图 -->
|
||||
<view class="product_info_header_warp">
|
||||
<up-swiper :list="swiperList" height="280" @change="e => currentNum = e.current">
|
||||
<up-swiper :list="swiperList" class="product_info_header_swiper" @click="onSwiper"
|
||||
@change="e => currentNum = e.current">
|
||||
|
||||
<template #indicator>
|
||||
<view class="indicator-num">
|
||||
<text class="indicator-num__text">{{ currentNum + 1 }}/{{ swiperList.length }}</text>
|
||||
@@ -112,7 +114,8 @@
|
||||
</view>
|
||||
<view class="product_but_right">
|
||||
<view v-if="!ji" class="but_comm join_warp" @click="checkSpecification(true, 'addCart')">加入购物车</view>
|
||||
<view class="but_comm buy_warp" :class="{ 'border-16': ji }" @click="checkSpecification(true, 'buy')">立即购买</view>
|
||||
<view class="but_comm buy_warp" :class="{ 'border-16': ji }" @click="checkSpecification(true, 'buy')">立即购买
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- 选择规格的弹框 -->
|
||||
@@ -289,6 +292,13 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
getValue,
|
||||
onSwiper(index) {
|
||||
uni.previewImage({
|
||||
current: index,
|
||||
loop: true,
|
||||
urls: this.swiperList
|
||||
});
|
||||
},
|
||||
copyMobile(mobile) {
|
||||
copyData(mobile);
|
||||
this.serviceShow = false;
|
||||
@@ -553,6 +563,25 @@ export default {
|
||||
.product_info_header_warp {
|
||||
position: relative;
|
||||
|
||||
.product_info_header_swiper {
|
||||
height: 562.5rpx !important;
|
||||
|
||||
::v-deep(.u-swiper__wrapper) {
|
||||
height: 562.5rpx !important;
|
||||
|
||||
.u-swiper__wrapper {
|
||||
height: 562.5rpx !important;
|
||||
|
||||
.u-swiper__wrapper__item__wrapper__image {
|
||||
height: 562.5rpx !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.img_comm {
|
||||
position: absolute;
|
||||
top: 140rpx;
|
||||
|
||||
@@ -42,14 +42,19 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="box-panel mt-32 mb-32">
|
||||
<text class="text-zu text-32">加速说明</text>
|
||||
<text class="text-zu text-32" style="font-weight: bold;">加速说明</text>
|
||||
<text class="text-zu1 text-28 mt-24">获取方式: </text>
|
||||
<text class="text-zu1 text-28">(1)通过购买报单区和好物区商品的直推和间推奖励获得</text>
|
||||
<text class="text-zu1 text-28">(2)转盘抽奖获得</text>
|
||||
<text class="text-zu1 text-28">加速包仅能通过【九宫格抽奖】获得</text>
|
||||
<!-- <text class="text-zu1 text-28">(2)转盘抽奖获得</text> -->
|
||||
|
||||
<text class="text-zu1 text-28 mt-24">逻辑说明: </text>
|
||||
<text class="text-zu1 text-28">(1)通过内购购买商品获得的是抽奖次数,并不能直接用于抽奖,能够抽奖的次数需要每天进行释放,或者直推间推下线的奖励获得可抽奖的次数</text>
|
||||
<text class="text-zu1 text-28">(2)当可抽奖次数大于抽奖次数时,可抽奖次数将会被冻结24个小时,内购商品解冻,否则冻结的抽奖次数会消失。最终解释权归商城所有!!!</text>
|
||||
<text class="text-zu1 text-28 mt-24" style="font-weight: bold; margin-bottom: 10px;">逻辑说明: </text>
|
||||
<text class="text-zu1 text-28">(1)加速包是 TBC 股权快速释放的专属途径。</text>
|
||||
<text class="text-zu1 text-28">(2)使用加速包释放的 TBC 股权可进行交割和出售。</text>
|
||||
<text class="text-zu1 text-28">(2) 持有 TBC 股权,可享受商城每日分红,分红收益将直接发放至您的现金余额</text>
|
||||
|
||||
|
||||
<text class="text-zu1 text-28 mt-24 " style="font-weight: bold; margin-bottom: 10px;">特别声明: </text>
|
||||
<text class="text-zu1 text-28">本活动最终解释权归信任桥所有。</text>
|
||||
</view>
|
||||
<!-- (2)转盘抽奖获得 -->
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user