1
This commit is contained in:
16
index.html
16
index.html
@ -301,7 +301,7 @@
|
||||
<button class="option-btn" data-option="size-2">3x6</button>
|
||||
<button class="option-btn" data-option="size-3">10x13EM星空篷</button>
|
||||
<button class="option-btn" data-option="size-4">全铁3x6</button>
|
||||
<button class="option-btn" data-option="size-1">10x12</button>
|
||||
<button class="option-btn" data-option="size-1">10x12</button>
|
||||
<button class="option-btn" data-option="size-2">10x10星空篷</button>
|
||||
<button class="option-btn" data-option="size-3">10x13星空篷</button>
|
||||
<button class="option-btn" data-option="size-4">10x20星空篷</button>
|
||||
@ -350,9 +350,9 @@
|
||||
</div>
|
||||
<div class="category-content">
|
||||
<div class="option-group">
|
||||
<button class="option-btn" data-option="color-1">Charcoal</button>
|
||||
<button class="option-btn" data-option="color-2">Cherry</button>
|
||||
<button class="option-btn" data-option="color-3">黑色</button>
|
||||
<button class="option-btn" data-option="color-1">SPF111S1010C</button>
|
||||
<button class="option-btn" data-option="color-2">SPF111S1010W</button>
|
||||
<button class="option-btn" data-option="color-3">SPF111S1010TA</button>
|
||||
<button class="option-btn" data-option="color-4">木色</button>
|
||||
</div>
|
||||
</div>
|
||||
@ -454,7 +454,10 @@
|
||||
<script type="module" src="./index.js"></script>
|
||||
<script type="module">
|
||||
import { kernel } from './src/main.ts';
|
||||
import { init, getAutoLoadModelList, getPlacementZone, getEvent, getHotspot,executeEvent2 ,getProductConfig} from './index.js';
|
||||
import { initApp, init, getAutoLoadModelList, getPlacementZone, getEvent, getHotspot, executeEvent2, getProductConfig } from './index.js';
|
||||
|
||||
// 注入 kernel 实例到业务逻辑
|
||||
initApp(kernel);
|
||||
|
||||
await init()
|
||||
await getAutoLoadModelList()
|
||||
@ -531,7 +534,8 @@
|
||||
});
|
||||
|
||||
const currentText = this.textContent;
|
||||
await getProductConfig(currentText)
|
||||
sku = currentText;
|
||||
await getProductConfig(currentText)
|
||||
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user