@extends('layouts.base') @section('content') @section('title', trans('收益广告'))
{!! app\common\helpers\ImageHelper::tplFormFieldImage('adv[thumb]', $adv['thumb'])!!} 建议尺寸: 640*1008
投放区域开启后,前端根据会员定位显示最近设置的广告
{!! \app\common\helpers\CoordinateHelper::tpl_form_field_coordinate('adv', ['lng' => $adv['longitude'], 'lat' => $adv['latitude']]) !!}
@endsection