小程序管理提示
parent
8cf1b80e1c
commit
cb573f2d8f
|
|
@ -6,6 +6,14 @@
|
|||
{{include file="appmini/nav" /}}
|
||||
<!-- second nav end -->
|
||||
<div class="content">
|
||||
<!-- 新版本小程序主题提示 -->
|
||||
<div class="am-alert am-radius">
|
||||
<p class="am-text-lg">已发布新版本小程序主题,目前新版本小程序主题仅支持微信端,更多端正在紧急适配中,微信小程序建议使用新版本主题</p>
|
||||
<p class="am-margin-top-xs">
|
||||
<a href="https://gitee.com/zongzhige/shopxo-uniapp" target="_blank">查看新版本小程序主题 <i class="am-icon-external-link"></i></a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!-- form start -->
|
||||
<form class="am-form form-validation view-save" action="{{:MyUrl('admin/appmini/save', ['nav_type'=>$nav_type])}}" method="POST" request-type="ajax-url" request-value="{{:MyUrl('admin/appmini/config', ['nav_type'=>$nav_type])}}">
|
||||
{{switch $nav_type}}
|
||||
|
|
|
|||
|
|
@ -9,6 +9,14 @@
|
|||
<!-- 导航 -->
|
||||
{{block name="form_navigation"}}
|
||||
{{include file="appmini/base_nav" /}}
|
||||
<!-- 新版本小程序主题提示 -->
|
||||
<div class="am-alert am-radius">
|
||||
<p class="am-text-lg">已发布新版本小程序主题,目前新版本小程序主题仅支持微信端,更多端正在紧急适配中,微信小程序建议使用新版本主题</p>
|
||||
<p class="am-margin-top-xs">
|
||||
<a href="https://gitee.com/zongzhige/shopxo-uniapp" target="_blank">查看新版本小程序主题 <i class="am-icon-external-link"></i></a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!-- tips -->
|
||||
<div class="am-alert am-alert-warning am-radius">
|
||||
<p class="am-text-danger am-margin-bottom-xs am-text-lg">生成源码包采用当前设置的默认主题进行生成zip压缩包</p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue