init
This commit is contained in:
17
pages/subpages/instruct/instruct.js
Normal file
17
pages/subpages/instruct/instruct.js
Normal file
@@ -0,0 +1,17 @@
|
||||
const app = getApp()
|
||||
|
||||
|
||||
Page({
|
||||
|
||||
data: {
|
||||
instruct: null
|
||||
},
|
||||
goback(){
|
||||
wx.navigateBack(1)
|
||||
},
|
||||
|
||||
onLoad(){
|
||||
let instruct = app.globalData.clientConfig.CLIENT_INSTRUCT
|
||||
this.setData({instruct})
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user