补充图片
This commit is contained in:
@@ -2,8 +2,10 @@ const app = getApp();
|
||||
|
||||
Page({
|
||||
data: {
|
||||
type: true,
|
||||
|
||||
wifiInfo: null,
|
||||
password: "mimahaojige8"
|
||||
password: ""
|
||||
},
|
||||
|
||||
onLoad(options) {
|
||||
@@ -18,6 +20,12 @@ Page({
|
||||
})
|
||||
},
|
||||
|
||||
inputTypeChange() {
|
||||
this.setData({
|
||||
type: !this.data.type
|
||||
})
|
||||
},
|
||||
|
||||
// 打开配网
|
||||
openSetNetwork() {
|
||||
wx.navigateTo({
|
||||
|
||||
Reference in New Issue
Block a user