可视化模块细节优化
parent
8e7f483c47
commit
120cbd9ba9
|
|
@ -484,8 +484,12 @@ class BaseLayout
|
|||
'user_message_list' => MyUrl('index/message/index'),
|
||||
|
||||
// 多商户
|
||||
'plugins-shop-home' => PluginsHomeUrl('shop', 'index', 'index'),
|
||||
'plugins-shop-favor' => PluginsHomeUrl('shop', 'shopfavor', 'index'),
|
||||
'plugins-blog-home' => PluginsHomeUrl('blog', 'index', 'index'),
|
||||
'plugins-blog-favor' => PluginsHomeUrl('blog', 'shopfavor', 'index'),
|
||||
|
||||
// 博客
|
||||
'plugins-blog-home' => PluginsHomeUrl('blog', 'index', 'index'),
|
||||
'plugins-blog-search' => PluginsHomeUrl('blog', 'index', 'search'),
|
||||
|
||||
// 品牌
|
||||
'plugins-brand-home' => PluginsHomeUrl('brand', 'index', 'index'),
|
||||
|
|
@ -525,7 +529,7 @@ class BaseLayout
|
|||
'user_center' => '/pages/user/user',
|
||||
'user_order_list' => '/pages/user-order/user-order',
|
||||
'user_order_aftersale_list' => '/pages/user-orderaftersale/user-orderaftersale',
|
||||
'user_goods_favor_list' => '/pages/user-faovr/user-faovr',
|
||||
'user_goods_favor_list' => '/pages/user-favor/user-favor',
|
||||
'user_address_list' => '/pages/user-address/user-address',
|
||||
'user_goods_browse_list' => '/pages/user-goods-browse/user-goods-browse',
|
||||
'user_integral_list' => '/pages/user-integral/user-integral',
|
||||
|
|
@ -534,7 +538,15 @@ class BaseLayout
|
|||
|
||||
// 多商户
|
||||
'plugins-shop-home' => '/pages/plugins/shop/index/index',
|
||||
'plugins-shop-faovr' => '/pages/plugins/shop/favor/favor',
|
||||
'plugins-shop-favor' => '/pages/plugins/shop/favor/favor',
|
||||
|
||||
// 门店
|
||||
'plugins-realstore-home' => '/pages/plugins/realstore/index/index',
|
||||
'plugins-realstore-favor' => '/pages/plugins/realstore/favor/favor',
|
||||
|
||||
// 博客
|
||||
'plugins-blog-home' => '/pages/plugins/blog/index/index',
|
||||
'plugins-blog-search' => '/pages/plugins/blog/search/search',
|
||||
|
||||
// 品牌
|
||||
'plugins-brand-home' => '/pages/plugins/brand/index/index',
|
||||
|
|
@ -567,6 +579,7 @@ class BaseLayout
|
|||
];
|
||||
|
||||
// 静态地址
|
||||
$url = '';
|
||||
$static_url_arr = ($client_type == 'pc') ? $static_url_web_arr : $static_url_app_arr;
|
||||
if(array_key_exists($type, $static_url_arr))
|
||||
{
|
||||
|
|
@ -976,6 +989,34 @@ class BaseLayout
|
|||
],
|
||||
],
|
||||
],
|
||||
[
|
||||
'name' => '多门店',
|
||||
'value' => 'realstore',
|
||||
'data' => [
|
||||
[
|
||||
'value' => 'home',
|
||||
'name' => '所有店铺',
|
||||
],
|
||||
[
|
||||
'value' => 'favor',
|
||||
'name' => '店铺收藏',
|
||||
],
|
||||
],
|
||||
],
|
||||
[
|
||||
'name' => '博客',
|
||||
'value' => 'blog',
|
||||
'data' => [
|
||||
[
|
||||
'value' => 'home',
|
||||
'name' => '博客首页',
|
||||
],
|
||||
[
|
||||
'value' => 'search',
|
||||
'name' => '博客搜索',
|
||||
],
|
||||
],
|
||||
],
|
||||
[
|
||||
'name' => '品牌',
|
||||
'value' => 'brand',
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<!-- 外边距 -->
|
||||
{{include file="../../../layout/view/public/style/margin" key="" required="" /}}
|
||||
<div class="am-margin-top-sm">
|
||||
<button type="submit" class="am-btn am-btn-primary am-btn-xs am-btn-block">确认</button>
|
||||
<button type="submit" class="am-btn am-btn-primary am-btn-xs am-radius am-btn-block">确认</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -74,10 +74,8 @@
|
|||
</div>
|
||||
<div class="pages-custom-url-container am-padding-sm">
|
||||
{{foreach :MyConst('common_platform_type') as $v}}
|
||||
<div class="am-input-group am-input-group-sm">
|
||||
<span class="am-input-group-btn">
|
||||
<button type="button" class="am-btn am-btn-default am-radius">{{$v.name}}</button>
|
||||
</span>
|
||||
<div class="am-input-group am-input-group-sm am-radius">
|
||||
<span class="am-input-group-label">{{$v.name}}</span>
|
||||
<input type="text" name="pages_custom_url_{{$v.value}}" placeholder="{{$v.name}}" class="am-form-field am-radius" value="" />
|
||||
</div>
|
||||
{{/foreach}}
|
||||
|
|
@ -87,7 +85,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="am-padding-sm">
|
||||
<button type="button" class="am-btn am-btn-primary am-btn-xs am-btn-block pages-confirm-submit">确认</button>
|
||||
<button type="button" class="am-btn am-btn-primary am-btn-xs am-radius am-btn-block pages-confirm-submit">确认</button>
|
||||
</div>
|
||||
</form>
|
||||
{{else /}}
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
<input name="is_nav_dot" value="1" type="checkbox" data-off-text="否" data-on-text="是" data-size="xs" data-on-color="success" data-off-color="default" data-handle-width="50" data-am-switch />
|
||||
</div>
|
||||
<div class="am-margin-top-sm">
|
||||
<button type="submit" class="am-btn am-btn-primary am-btn-xs am-btn-block">确认</button>
|
||||
<button type="submit" class="am-btn am-btn-primary am-btn-xs am-radius am-btn-block">确认</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="am-margin-top-sm">
|
||||
<button type="submit" class="am-btn am-btn-primary am-btn-xs am-btn-block">确认</button>
|
||||
<button type="submit" class="am-btn am-btn-primary am-btn-xs am-radius am-btn-block">确认</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
</div>
|
||||
<div class="am-form-group am-form-group-refreshing">
|
||||
<label>数量</label>
|
||||
<input type="number" placeholder="数量" name="goods_order_limit_number" min="0" max="50" data-validation-message="数量最大50" value="10" class="am-form-field" />
|
||||
<input type="number" placeholder="数量" name="goods_order_limit_number" min="0" max="50" data-validation-message="数量最大50" value="10" class="am-radius am-form-field" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue