app网络请求封装修改

This commit is contained in:
fengerli
2025-07-07 18:59:34 +08:00
parent 1128114e73
commit e69ff064d5
8 changed files with 145 additions and 85 deletions

View File

@ -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: {