@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($job_id) @else @endif
@endsection @section('script') @endsection