diff --git a/src/index.js b/src/index.js index b1f45f6..a1782b8 100755 --- a/src/index.js +++ b/src/index.js @@ -131,7 +131,7 @@ function loadWidget(config) { modelTexturesId = localStorage.getItem("modelTexturesId"); if (modelId === null) { // 首次访问加载 指定模型 的 指定材质 - modelId = 1; // 模型 ID + modelId = 0; // 模型 ID modelTexturesId = 53; // 材质 ID } model.loadModel(modelId, modelTexturesId);