Browse Source

feat:修改4dage的参数传递

xzh 4 years ago
parent
commit
5d400b3d9c
2 changed files with 2 additions and 1 deletions
  1. 1 1
      shurufa/index.html
  2. 1 0
      src/pages/showPages/cultural-relic/index.vue

+ 1 - 1
shurufa/index.html

@@ -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>

+ 1 - 0
src/pages/showPages/cultural-relic/index.vue

@@ -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)
         : []