123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- <template>
- <view class="pd16_15">
- <view class="box pd16_15">
- <view class="flex alcenter space">
- <text class="ft14 cl-info2">本年度生日礼包</text>
- <text class="ft14 ftw600" :style="{color:tempColor}">待领取</text>
- </view>
-
- <view class="mt16">
- <view class="box pd16_15">
- <view class="flex alcenter space">
- <text class="ft14 cl-main">专业洗剪吹3次</text>
- <text class="ft12 cl-notice">x1</text>
- </view>
- <view class="mt8 ft12 cl-orange">价值¥188</view>
- </view>
-
- <view class="box pd16_15 mt8">
- <view class="flex alcenter space">
- <text class="ft14 cl-main">专业洗剪吹3次</text>
- <text class="ft12 cl-notice">x1</text>
- </view>
- <view class="mt8 ft12 cl-orange">价值¥188</view>
- </view>
- <view class="box pd16_15 mt8">
- <view class="flex alcenter space">
- <text class="ft14 cl-main">专业洗剪吹3次</text>
- <text class="ft12 cl-notice">x1</text>
- </view>
- <view class="mt8 ft12 cl-orange">价值¥188</view>
- </view>
- </view>
-
- <view class="mt16">
- <button class="btn-big" :style="getBtnStyle">确定领取</button>
- </view>
- </view>
-
- <view class="box pd16_15 mt16">
- <view class="flex alcenter space">
- <text class="ft14 cl-info2">2016-05-07</text>
- <text class="ft14 ftw600 cl-main">已领取</text>
- </view>
-
- <view class="mt16">
- <view class="box pd16_15">
- <view class="flex alcenter space">
- <text class="ft14 cl-main">专业洗剪吹3次</text>
- <text class="ft12 cl-notice">x1</text>
- </view>
- <view class="mt8 ft12 cl-orange">价值¥188</view>
- </view>
-
- <view class="box pd16_15 mt8">
- <view class="flex alcenter space">
- <text class="ft14 cl-main">专业洗剪吹3次</text>
- <text class="ft12 cl-notice">x1</text>
- </view>
- <view class="mt8 ft12 cl-orange">价值¥188</view>
- </view>
- <view class="box pd16_15 mt8">
- <view class="flex alcenter space">
- <text class="ft14 cl-main">专业洗剪吹3次</text>
- <text class="ft12 cl-notice">x1</text>
- </view>
- <view class="mt8 ft12 cl-orange">价值¥188</view>
- </view>
- </view>
- </view>
-
- </view>
- </template>
- <script>
- export default{
-
- data(){
- return {
-
- }
- },
- onLoad(){
-
- },
- methods:{
-
- }
- }
- </script>
- <style>
-
- </style>
|