| | |
| | | "name" : "澜品优选", |
| | | "appid" : "__UNI__27C0349", |
| | | "description" : "", |
| | | "versionName" : "1.4.0", |
| | | "versionCode" : 140, |
| | | "versionName" : "1.4.1", |
| | | "versionCode" : 141, |
| | | "transformPx" : false, |
| | | /* 5+App特有相关 */ |
| | | "app-plus" : { |
| | |
| | | <image lazy-load class="goods-icon" :src="itm.icon" mode="widthFix"></image> |
| | | <view class="goods-title">{{itm.title}}</view> |
| | | <view class="goods-price"> |
| | | <view>原价</view> |
| | | <view>¥</view> |
| | | <view class="red">{{itm.price}}</view> |
| | | </view> |
| | | <view class="goods-price"> |
| | | <view>会员价</view> |
| | | <view>¥</view> |
| | | <view class="red">{{itm.vprice}}</view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view class="noData" v-else> |
| | |
| | | <view class="gTitle"> |
| | | <view class="">{{goodsData.title}}</view> |
| | | <view class=""> |
| | | <text>原价</text> |
| | | <text>¥</text> |
| | | <text>{{goodsData.price}}</text> |
| | | <!-- <text>积分:{{goodsData.points}}</text> --> |
| | | </view> |
| | | <view class=""> |
| | | <text>会员价</text> |
| | | <text>¥</text> |
| | | <text>{{goodsData.vprice}}</text> |
| | | <!-- <text>积分:{{goodsData.points}}</text> --> |
| | | </view> |
| | | <view class="collect" @tap="collectGoods"> |
| | | <image :src="goodsData.collect == 1 ? '/static/imgs/colls.png' : '/static/imgs/coll.png'" mode=""></image> |
| | | </view> |
| | |
| | | <image lazy-load class="goods-icon" :src="itm.icon" mode=""></image> |
| | | <view class="goods-title">{{itm.title}}</view> |
| | | <view class="goods-price"> |
| | | <view class="">原价</view> |
| | | <view>¥</view> |
| | | <view class="red">{{itm.price}}</view> |
| | | <!-- <view class="hyj"> |
| | | <image src="@/static/imgs/hyj.png" mode=""></image> |
| | | </view> --> |
| | | <!-- <view>¥</view> |
| | | <view class="red">{{itm.price}}</view> --> |
| | | </view> |
| | | <view class="goods-price"> |
| | | <view class="">会员价</view> |
| | | <view>¥</view> |
| | | <view class="red">{{itm.vprice}}</view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | <image lazy-load class="goods-icon" :src="itm.icon" mode="widthFix"></image> |
| | | <view class="goods-title">{{itm.title}}</view> |
| | | <view class="goods-price"> |
| | | <view>原价</view> |
| | | <view>¥</view> |
| | | <view class="red">{{itm.price}}</view> |
| | | </view> |
| | | <view class="goods-price"> |
| | | <view>会员价</view> |
| | | <view>¥</view> |
| | | <view class="red">{{itm.vprice}}</view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | } |
| | | .gTitle view text:nth-child(2){ |
| | | font-size: 36upx; |
| | | margin: 0 50upx 0 10upx; |
| | | margin: 0 10upx 0 10upx; |
| | | } |
| | | .gInfo-title{ |
| | | width: 100%; |
| | |
| | | border-radius: 18upx; |
| | | background-color: #fbf8f8; |
| | | margin-bottom: 30upx; |
| | | padding-bottom: 20rpx; |
| | | } |
| | | .goods-icon{ |
| | | width: 100%; |
| | |
| | | color: #F75451; |
| | | font-size: 26upx; |
| | | padding: 0 14upx; |
| | | padding-bottom: 20upx; |
| | | padding-bottom: 0upx; |
| | | } |
| | | .goods-price .red{ |
| | | margin-left: 10upx; |
| | |
| | | border-radius: 18upx; |
| | | background-color: #fbf8f8; |
| | | margin-bottom: 30upx; |
| | | padding-bottom: 20rpx; |
| | | } |
| | | .goods-icon{ |
| | | width: 100%; |
| | |
| | | margin-bottom: 20upx; |
| | | } |
| | | .goods-price{ |
| | | margin-top: 16upx; |
| | | margin-top: 10upx; |
| | | display: flex; |
| | | align-items: center; |
| | | color: #F75451; |
| | | font-size: 26upx; |
| | | padding: 0 14upx; |
| | | padding-bottom: 20upx; |
| | | padding-bottom: 0upx; |
| | | } |
| | | .goods-price .red{ |
| | | margin-left: 10upx; |