@@ -52,6 +52,6 @@
</div>
<script src="./js/jquery.min.js"></script>
<script src="./js/handwritingapi.js"></script>
- <script src="./js/index.js?t=20200919"></script>
+ <script src="./js/index.js?t=20200921"></script>
</body>
</html>
@@ -125,6 +125,7 @@ export default {
})
this.detail = result.data
+ this.detail.modelUrl += `&hideAction=true`
this.imgs = this.detail.typeImages
? JSON.parse(this.detail.typeImages)
: []