mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-05 05:13:29 +08:00
7 lines
288 B
HTML
7 lines
288 B
HTML
<!-- 经纬度 -->
|
|
{{if !empty($module_data['lng'])}}
|
|
<p><span class="am-badge am-radius">经度</span> {{$module_data.lng}}</p>
|
|
{{/if}}
|
|
{{if !empty($module_data['lat'])}}
|
|
<p class="am-margin-top-xs"><span class="am-badge am-radius">纬度</span> {{$module_data.lat}}</p>
|
|
{{/if}} |