1.添加升级OTA
2.我的添加更换网络入口 3.调试SDK中的删除用户接口
This commit is contained in:
@@ -25,6 +25,12 @@ Page({
|
||||
}
|
||||
},
|
||||
|
||||
wifiChange() {
|
||||
wx.navigateTo({
|
||||
url: "/pages/searchDevice/searchDevice"
|
||||
})
|
||||
},
|
||||
|
||||
starLogin() {
|
||||
return new Promise((resolve, reject) => {
|
||||
wx.login({
|
||||
|
||||
@@ -13,6 +13,13 @@
|
||||
<view class="content">
|
||||
<view class="service">
|
||||
<view class="title">我的服务</view>
|
||||
<view class="list arrowAfter" bind:tap="wifiChange">
|
||||
<view>
|
||||
<image src="/images/my/1.png" />
|
||||
</view>
|
||||
<view>更换网络</view>
|
||||
<view></view>
|
||||
</view>
|
||||
<view class="list arrowAfter">
|
||||
<view>
|
||||
<image src="/images/my/3.png" />
|
||||
|
||||
Reference in New Issue
Block a user