| | |
| | | <view v-if="info.imgs?.length>0" class="fixedImgNum"> |
| | | {{imgNum}} / {{info.imgs.length}} |
| | | </view> |
| | | |
| | | </view> |
| | | |
| | | <view v-if="info?.subdivisionName" style="background-color: white;padding: 24rpx 12rpx;"> |
| | | <view v-if="info?.subdivisionName" style="background-color: white;"> |
| | | <view class="banner"> |
| | | <view> |
| | | {{info.subdivisionName}}热销排行第<text style="color:red;">{{info.subdivisionRank}}</text>名 |
| | | {{info.subdivisionName}}热销排行 <text style="font-weight: bolder;">第{{info.subdivisionRank}}名</text> |
| | | </view> |
| | | <!-- <view> |
| | | 查看> |
| | |
| | | </view> |
| | | </view> |
| | | |
| | | <view class="pricebox"> |
| | | <text class="price">¥{{info.actualPrice=='0'?info.originalPrice:info.actualPrice}}</text> |
| | | <text class="oldPrice" |
| | | v-if="Number(info.actualPrice)&&(Number(info.actualPrice)<Number(info.originalPrice))">原价:{{info.originalPrice}}</text> |
| | | <text style="float: right;padding-top: 6px;"> |
| | | 已售 |
| | | <text style="color: red; "> |
| | | {{getNumData(info.monthSales??0)+(getNumData(info.monthSales)?'+':'')}} |
| | | </text> |
| | | 件 |
| | | </text> |
| | | </view> |
| | | |
| | | <view style="display: flex;background-color: white;"> |
| | | <view style="display: flex;background-color: white; padding-top: 8px;"> |
| | | <view v-if="(info.shopType==0||info.shopType==1)&&type!=='2'" style="padding-top: 10px;margin-left: 12px;"> |
| | | <img style="width:16px;height: 16px;" |
| | | :src="info.shopType==0?'https://img.alicdn.com/imgextra/i4/751308485/O1CN01ppfg8j2CYBRpPtb51_!!751308485.png':'https://img.alicdn.com/imgextra/i4/751308485/O1CN01mKVp3U2CYBRzeHVcG_!!751308485.png'" |
| | |
| | | </view> |
| | | |
| | | </view> |
| | | |
| | | <view class="pricebox"> |
| | | <view style="display: contents;" class="price"><span style="font-size: 14px;">¥</span>{{info.actualPrice=='0'?info.originalPrice:info.actualPrice}}</view> |
| | | <text class="oldPrice" |
| | | v-if="Number(info.actualPrice)&&(Number(info.actualPrice)<Number(info.originalPrice))">原价:{{info.originalPrice}}</text> |
| | | <text style="float: right;padding-top: 6px; color: #b6bbbe; font-size: 30rpx;"> |
| | | 已售 |
| | | {{getNumData(info.monthSales??0)+(getNumData(info.monthSales)?'+':'')}} |
| | | |
| | | 件 |
| | | </text> |
| | | </view> |
| | | |
| | | |
| | | <!-- <view class="title"> |
| | | {{info.dtitle}} |
| | | </view> --> |
| | |
| | | <view>收藏</view> |
| | | </view> --> |
| | | <view class="fixedBar_item2"> |
| | | |
| | | <view v-if="type==2||type==4" class="fixedBar_btn2" @click="GetPrivilegeLink(goodid)"> |
| | | <view> |
| | | ¥{{info.actualPrice}} |
| | |
| | | <view v-if="Number(info.actualPrice)<Number(info.originalPrice)">领券购买</view> |
| | | <view v-else>立即购买</view> |
| | | </view> |
| | | |
| | | <view v-else class="fixedBar_btn1" @click="GetPrivilegeLink(goodid)"> |
| | | <view>口令复制</view> |
| | | </view> |
| | | |
| | | |
| | | </view> |
| | | |
| | | </view> |
| | |
| | | uni.navigateToMiniProgram({ |
| | | appId: 'wx91d27dbf599dff74', |
| | | path: 'pages/union/proxy/proxy?spreadUrl=' + e + |
| | | '&appid=wx12f06ec7a21748bc', // 不填默认首页 |
| | | '&appid=wxb4e7e6d63908a36e', // 不填默认首页 |
| | | // extraData: { |
| | | // 'data1': 'test' |
| | | // }, |
| | |
| | | } else if (me.type == '4') { |
| | | let e = encodeURIComponent(res.data.result) |
| | | uni.navigateToMiniProgram({ |
| | | appId: 'wxa918198f16869201', |
| | | appId: 'wx32540bd863b27570', |
| | | path: res.data.result, |
| | | success(res) { |
| | | |
| | |
| | | |
| | | .fixedBar_item2 { |
| | | display: flex; |
| | | align-items: center; |
| | | -webkit-justify-content: space-between; |
| | | justify-content: space-between; |
| | | border-radius: 40rpx; |
| | | width: 100%; |
| | | } |
| | |
| | | justify-content: space-between; |
| | | background-color: #f2eac9; |
| | | color: #e7ad00; |
| | | height: 60rpx; |
| | | height: 40rpx; |
| | | padding: 12rpx; |
| | | align-items: center; |
| | | border-radius: 12rpx; |
| | | /* background-color: white; */ |
| | | } |
| | | |
| | |
| | | .oldPrice { |
| | | text-decoration: line-through; |
| | | color: #b6bbbe; |
| | | font-size: 24rpx; |
| | | margin-left: 36rpx; |
| | | font-size: 30rpx; |
| | | margin-left: 16rpx; |
| | | } |
| | | |
| | | .title { |