init
This commit is contained in:
17
pages/index/index.js
Normal file
17
pages/index/index.js
Normal file
@@ -0,0 +1,17 @@
|
||||
// index.js
|
||||
Page({
|
||||
|
||||
data: {
|
||||
codes: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16],
|
||||
faq: [
|
||||
{ title: '超出焊接时间', date: '08.04 00:48' },
|
||||
{ title: '时间超长', date: '08.04 00:48' },
|
||||
{ title: '常见问题常见问题', date: '08.04 00:48' }
|
||||
],
|
||||
knowledge: [
|
||||
{ title: '超出焊接时间', date: '08.04 00:48' },
|
||||
{ title: '时间超长', date: '08.04 00:48' },
|
||||
{ title: '常见问题常见问题', date: '08.04 00:48' }
|
||||
]
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user