Browse Source

优化修改

test
Enzo 4 years ago
parent
commit
c74a6ccd15
  1. 4
      pages/activityList/index.vue
  2. 2
      pages/message/detail.vue
  3. 2
      pages/notice/article.vue
  4. 2
      pages/notice/notice.vue
  5. 6
      pages/order/order_details.vue

4
pages/activityList/index.vue

@ -13,8 +13,8 @@
<image :src="item.picture" class="lf-w-100 lf-h-100" mode="aspectFill"></image> <image :src="item.picture" class="lf-w-100 lf-h-100" mode="aspectFill"></image>
</view> </view>
<view style="width: 420rpx;"> <view style="width: 420rpx;">
<view class="lf-font-28 lf-color-333 lf-line-2" style="height: 78rpx;">{{item.title}}</view>
<view class="lf-font-24 lf-color-gray lf-line-2" style="height: 64rpx;">本套票只包含两个成人不可带小孩本套票只包含两个成人不可带小孩本套票只包含两个成人不可带小孩</view>
<view class="lf-font-28 lf-color-333 lf-line-2">{{item.title}}</view>
<view class="lf-font-24 lf-color-gray lf-line-2" style="min-height: 64rpx;">本套票只包含两个成人不可带小孩本套票只包含两个成人不可带小孩本套票只包含两个成人不可带小孩</view>
<view class="lf-flex lf-m-t-25"> <view class="lf-flex lf-m-t-25">
<lf-price :price="item.price"></lf-price> <lf-price :price="item.price"></lf-price>
<text class="lf-font-24 lf-color-gray lf-line-through lf-m-l-15">¥{{item.original_price}}</text> <text class="lf-font-24 lf-color-gray lf-line-through lf-m-l-15">¥{{item.original_price}}</text>

2
pages/message/detail.vue

@ -1,7 +1,7 @@
<template> <template>
<view class="lf-m-l-32 lf-m-r-32"> <view class="lf-m-l-32 lf-m-r-32">
<view> <view>
<view class="lf-font-32 lf-color-333 lf-row-center lf-m-t-30 lf-m-b-20">
<view class="lf-font-32 lf-color-333 lf-m-t-30 lf-m-b-20">
{{title_content.title}} {{title_content.title}}
</view> </view>
<view class="lf-flex lf-m-b-24"> <view class="lf-flex lf-m-b-24">

2
pages/notice/article.vue

@ -2,7 +2,7 @@
<view> <view>
<view class="lf-m-l-32 lf-m-r-32"> <view class="lf-m-l-32 lf-m-r-32">
<view> <view>
<view class="lf-font-32 lf-color-333 lf-row-center lf-m-t-30 lf-m-b-20">
<view class="lf-font-32 lf-color-333 lf-m-t-30 lf-m-b-20">
{{title_content.title}} {{title_content.title}}
</view> </view>
<view class="lf-flex lf-m-b-24"> <view class="lf-flex lf-m-b-24">

2
pages/notice/notice.vue

@ -1,7 +1,7 @@
<template> <template>
<view class="lf-m-l-32 lf-m-r-32"> <view class="lf-m-l-32 lf-m-r-32">
<view> <view>
<view class="lf-font-32 lf-color-333 lf-row-center lf-m-t-30 lf-m-b-20">
<view class="lf-font-32 lf-color-333 lf-m-t-30 lf-m-b-20">
{{title_content.title}} {{title_content.title}}
</view> </view>
<view class="lf-flex lf-m-b-24"> <view class="lf-flex lf-m-b-24">

6
pages/order/order_details.vue

@ -69,7 +69,7 @@
<view> <view>
<!-- <tki-qrcode ref="qrcode" @result="qrR" :val="checkArea" :size="115" unit="px" background="#fff" <!-- <tki-qrcode ref="qrcode" @result="qrR" :val="checkArea" :size="115" unit="px" background="#fff"
foreground="#000" pdground="#000" :onval="true" :loadMake="true" /> --> foreground="#000" pdground="#000" :onval="true" :loadMake="true" /> -->
<image src="../../static/defult_code.png" mode="aspectFill" style="width: 300rpx;height: 300rpx;"></image>
<image v-if="orderDetails.verify_code" src="../../static/defult_code.png" mode="aspectFill" style="width: 300rpx;height: 300rpx;"></image>
</view> </view>
<view class="lf-m-t-10"> <view class="lf-m-t-10">
<view class="lf-font-28 text-black1"> <view class="lf-font-28 text-black1">
@ -79,8 +79,8 @@
</view> </view>
<view v-if="checkArea"> <view v-if="checkArea">
<view class="lf-color-green lf-font-28 lf-flex lf-m-t-10"> <view class="lf-color-green lf-font-28 lf-flex lf-m-t-10">
<text v-if="orderDetails.status == 3">待使用</text>
<text v-else>{{orderDetails.status_text}}</text>
<text v-if="orderDetails.verify_code && orderDetails.status != 16">待使用</text>
<text v-if="orderDetails.verify_code && orderDetails.status == 16">已使用</text>
<!-- <text class="lf-iconfont lf-icon-shuaxin1 lf-font-40" <!-- <text class="lf-iconfont lf-icon-shuaxin1 lf-font-40"
style="color: #999;position: relative;left: 84rpx;top: -42rpx;display: inherit;" style="color: #999;position: relative;left: 84rpx;top: -42rpx;display: inherit;"
@tap="refreshCode()"></text> --> @tap="refreshCode()"></text> -->

Loading…
Cancel
Save