mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-02-07 06:15:33 +00:00
shop-card 路径错误
This commit is contained in:
parent
c16ac6baca
commit
5db5751577
@ -90,7 +90,7 @@
|
|||||||
window.$productAttr = <?php echo json_encode($productAttr) ?: '[]'; ?>;
|
window.$productAttr = <?php echo json_encode($productAttr) ?: '[]'; ?>;
|
||||||
window.$productValue = <?php echo json_encode($productValue) ?: '{}'; ?>;</script>
|
window.$productValue = <?php echo json_encode($productValue) ?: '{}'; ?>;</script>
|
||||||
<script
|
<script
|
||||||
type="text/javascript"> requirejs(['vue', 'axios', 'helper', 'store', 'wap/crmeb/module/store/shop-card'], function (Vue, axios, $h, storeApi, shopCard) {
|
type="text/javascript"> requirejs(['vue', 'axios', 'helper', 'store', '{__WAP_PATH}crmeb/module/store/shop-card'], function (Vue, axios, $h, storeApi, shopCard) {
|
||||||
new Vue({
|
new Vue({
|
||||||
el: "#store_detail",
|
el: "#store_detail",
|
||||||
components: {'shop-card': shopCard},
|
components: {'shop-card': shopCard},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user