app网络请求封装修改
This commit is contained in:
@ -49,7 +49,6 @@
|
||||
<!-- 按钮组 -->
|
||||
|
||||
<view class="popup-buttons">
|
||||
<!-- <button class="btn closeBtn" @click="sureBtn">取消</button> -->
|
||||
<button class="btn agreeBtn" @click="handleBtn">确定</button>
|
||||
</view>
|
||||
</view>
|
||||
@ -80,10 +79,7 @@
|
||||
data() {
|
||||
return {
|
||||
navBarHeight: 70 + uni.getSystemInfoSync().statusBarHeight,
|
||||
deviceList: Array(5).fill().map((_, i) => ({
|
||||
id: `022222${i}`,
|
||||
|
||||
})),
|
||||
deviceList:[],
|
||||
Options: [{
|
||||
text: '重命名',
|
||||
style: {
|
||||
|
Reference in New Issue
Block a user