瀏覽代碼

feat:修改4dage的参数传递

xzh 4 年之前
父節點
當前提交
5d400b3d9c
共有 2 個文件被更改,包括 2 次插入1 次删除
  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)
         : []