@extends('mobile.module.layouts.content')
@push('meta')
@endpush
@push('css')
@endpush
@push('js')
@endpush
@section('content')
增值包有效期与您的套餐到期时间一致,购买后请尽快使用。当前套餐到期时间:@if(!$mysetmeal->endtime) 无期限 @else {{ date('Y-m-d',strtotime($mysetmeal->endtime)) }} @endif
选择职位
@if($joblist)
@else
没有可选择的职位
@endif
@foreach($cat_arr as $key => $vo)
{{ $vo->name }},{{ $vo->service_price }}元(VIP价:{{ $vo->vip_price}}元)
@endforeach
订单金额
触屏版专享优惠价{{ $cat_arr[0]->service_price }}元
所需积分
{{ $cat_arr[0]->service_points }}
应付金额
{{ $cat_arr[0]->service_price }}
@if(is_weixin())
@else
@endif
@if($job_id)
@else
@endif
@endsection
@section('script')
@endsection