@extends('layouts.base') @section('content') @section('title', '添加区域代理')
%
%
不填或者为0则无权重值奖励。该比例为订单商品奖励权重值的占比例(例如:商品奖励600权重值,这里填写30则该区域代理获得600*30%=180权重值)
{!! app\common\helpers\AddressHelper::tplLinkedAddress(['agent[province_id]','agent[city_id]','agent[district_id]','agent[street_id]'], [])!!}
{{--招商专员插件--}} @if(app('plugins')->isEnabled('invest-people')) {!! \Yunshop\InvestPeople\services\InvestMemberView::areaDividend() !!} @endif
@endsection