|
@@ -4,7 +4,7 @@
|
|
<view class="tui-popup-box clearfix">
|
|
<view class="tui-popup-box clearfix">
|
|
<template v-if="product.actStatus == null && product.ladderFlag == 1">
|
|
<template v-if="product.actStatus == null && product.ladderFlag == 1">
|
|
<view class="tui-scrollview-box">
|
|
<view class="tui-scrollview-box">
|
|
- <view class="ladder-main">
|
|
|
|
|
|
+ <view class="ladder-main clearfix">
|
|
<view class="ladder-item">
|
|
<view class="ladder-item">
|
|
<view class="ladder-item-td">起订量</view>
|
|
<view class="ladder-item-td">起订量</view>
|
|
<view class="ladder-item-td">价格</view>
|
|
<view class="ladder-item-td">价格</view>
|
|
@@ -33,7 +33,7 @@
|
|
<text class="txt">¥{{product.promotions.touchPrice}}</text>赠送商品
|
|
<text class="txt">¥{{product.promotions.touchPrice}}</text>赠送商品
|
|
</view>
|
|
</view>
|
|
<view class="box-product" v-show="product.promotions.mode==3">
|
|
<view class="box-product" v-show="product.promotions.mode==3">
|
|
- <view class="box-product-main" v-for="(item, index) in pproduct.promotions.giftList" :key="index">
|
|
|
|
|
|
+ <view class="box-product-main" v-for="(item, index) in product.promotions.giftList" :key="index">
|
|
<view class="image"><image :src="item.image" mode="widthFix"></image></view>
|
|
<view class="image"><image :src="item.image" mode="widthFix"></image></view>
|
|
<view class="info">
|
|
<view class="info">
|
|
<view class="name">{{ item.name }}</view>
|
|
<view class="name">{{ item.name }}</view>
|