添加意见反馈页面

This commit is contained in:
qianlile
2021-08-30 19:26:45 +08:00
parent e50ba21896
commit df355a880b
20 changed files with 751 additions and 12 deletions

View File

@@ -20,9 +20,12 @@ Page({
})
},
addWifi(){
wx.showToast({
title: '暂不支持',
icon:'error'
// wx.showToast({
// title: '暂不支持',
// icon:'error'
// })
wx.navigateTo({
url: '/pages/addWiFi/index',
})
},
})