feat(M03-D): 完成场景码NFC与受控WiFi
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
Page({
|
||||
data: {
|
||||
storeId: '',
|
||||
},
|
||||
onLoad(options) {
|
||||
this.setData({ storeId: options.storeId || '' })
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user