Blame view

template/m.yohobuy.com/partials/passport/country_list.phtml 357 Bytes
xuqi authored
1 2 3 4
<div class="select-container row">
    <span class="select-title">国家和地区</span>
    <select id="country-select" class="country-select select in-android-uc">
        {{# countrys}}
xuqi authored
5
            <option value={{areaCode}} {{#if selected}}selected{{/if}}>{{name}}</option>
xuqi authored
6 7 8 9
        {{/ countrys}}
    </select>
    <div class="arrow-right"></div>
</div>