|
@@ -31,7 +31,12 @@
|
|
|
<view class="pic-number-pic">
|
|
<view class="pic-number-pic">
|
|
|
{{ item.price }}<span class="pic-number"> 元</span>
|
|
{{ item.price }}<span class="pic-number"> 元</span>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <view class="text_left">
|
|
|
|
|
+
|
|
|
<view class="pic-number">赠送请客金:{{ item.give_money }} 元</view>
|
|
<view class="pic-number">赠送请客金:{{ item.give_money }} 元</view>
|
|
|
|
|
+ <view class="pic-number">赠送股权:{{ item.reward_share }} 股</view>
|
|
|
|
|
+ <view class="pic-number">会员等级:{{ item.level_up }}</view>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="pic-box pic-box-color acea-row row-center-wrapper"
|
|
<view class="pic-box pic-box-color acea-row row-center-wrapper"
|
|
|
:class="activePic == picList.length ? 'pic-box-color-active' : ''"
|
|
:class="activePic == picList.length ? 'pic-box-color-active' : ''"
|
|
@@ -39,7 +44,6 @@
|
|
|
<input type="digit" placeholder="其他" v-model="money" class="pic-box-money pic-number-pic"
|
|
<input type="digit" placeholder="其他" v-model="money" class="pic-box-money pic-number-pic"
|
|
|
:class="activePic == picList.length ? 'pic-box-color-active' : ''" />
|
|
:class="activePic == picList.length ? 'pic-box-color-active' : ''" />
|
|
|
</view>
|
|
</view>
|
|
|
-
|
|
|
|
|
<view class="flex share-user">
|
|
<view class="flex share-user">
|
|
|
<view class="title">
|
|
<view class="title">
|
|
|
邀请人:
|
|
邀请人:
|