Files
BlackFruit-UI/clientarea/cart/hgcart/index_iframe.php
yiqiu a82bf8baa5
All checks were successful
continuous-integration/drone/push Build is passing
feat: 添加hgcart购物车模板+Drone部署同步
- 解压default_npant.tar.gz到clientarea/cart/hgcart/
- .drone.yml增加hgcart同步到cart/template/pc/
2026-03-22 20:36:15 +08:00

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>