瀏覽代碼

fixed article prev next

bach 3 年之前
父節點
當前提交
d9d2180f94

文件差異過大導致無法顯示
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/main.js


二進制
web/themes/custom/materiotheme/assets/dist/main.js.gz


文件差異過大導致無法顯示
+ 1 - 1
web/themes/custom/materiotheme/assets/dist/report.html


+ 1 - 1
web/themes/custom/materiotheme/vuejs/store/modules/blabla.js

@@ -61,7 +61,7 @@ export default {
       console.log('getItemIndex nid', nid)
       return state.items.findIndex((e) => {
         // console.log('findIndex', e.nid, nid)
-        return e.nid === nid
+        return parseInt(e.nid) === nid
       })
     },
     getPrevNextItems ({ dispatch, commit, state }, index) {

部分文件因文件數量過多而無法顯示