All checks were successful
continuous-integration/drone/push Build is passing
- 解压default_npant.tar.gz到clientarea/cart/hgcart/ - .drone.yml增加hgcart同步到cart/template/pc/
38 lines
1.6 KiB
PHP
38 lines
1.6 KiB
PHP
<!-- 页面引入样式位置 -->
|
|
<script src="/{$template_catalog}/template/{$themes}/js/common/jquery.mini.js"></script>
|
|
<link rel="stylesheet" href="/{$template_catalog_cart}/template/{$themes_cart}/css/index_iframe.css">
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<div class="goods" v-cloak>
|
|
<el-container>
|
|
<aside-menu></aside-menu>
|
|
<el-container>
|
|
<el-header>
|
|
<top-menu :num="shoppingCarNum"></top-menu>
|
|
</el-header>
|
|
<el-main>
|
|
<el-card>
|
|
<!-- 后端渲染出来的配置页面 -->
|
|
<div class="config-box">
|
|
<div class="content"></div>
|
|
</div>
|
|
</el-card>
|
|
</el-main>
|
|
</el-container>
|
|
</el-container>
|
|
</div>
|
|
<!-- =======页面引入js和相关组件位置======= -->
|
|
<!-- 系统组件 -->
|
|
<script src="/{$template_catalog}/template/{$themes}/components/payDialog/payDialog.js"></script>
|
|
<script src="/{$template_catalog}/template/{$themes}/components/pagination/pagination.js"></script>
|
|
<script src="/{$template_catalog}/template/{$themes}/components/discountCode/discountCode.js"></script>
|
|
<script src="/{$template_catalog}/template/{$themes}/components/customGoods/customGoods.js"></script>
|
|
<script src="/{$template_catalog}/template/{$themes}/components/eventCode/eventCode.js"></script>
|
|
|
|
<!-- 购物车文件 -->
|
|
<script src="/{$template_catalog_cart}/template/{$themes_cart}/api/product.js"></script>
|
|
<script src="/{$template_catalog_cart}/template/{$themes_cart}/js/goods.js"></script>
|