This commit is contained in:
3321822538@qq.com 2024-05-25 14:31:50 +08:00
parent 984d221e2e
commit e82bbe2c1a

View File

@ -23,7 +23,7 @@
<view class="fd" >
<view class="fd_top">
<view class="fd_da">
<view class="fd_lt">
<view class="fd_lt" :style="{ transform: `translateX(${-curtitidx * 140}rpx)` }">
<view class="fd_tit" v-for="(item,index) in groupLists" :key="index"
:class="index==curtitidx?'act1':''" @click="changeidx(index)">
{{item.name}}
@ -106,7 +106,6 @@
</view>
</view>
</view>
</swiper-item>
</swiper>
@ -143,7 +142,6 @@
return {
bgc: {
backgroundColor: "#8883f0",
},
ec: {
lazyLoad: true
@ -190,7 +188,8 @@
isLoading: false,
noMoreData: false,
total: 0,
shujuflag:false
shujuflag:false,
}
},
onLoad() {
@ -477,30 +476,30 @@
// this.mode = e[0].label
// this.gettype()
},
scanQRCode() {
uni.scanCode({
onlyFromCamera: true,
scanType: ['qrCode'],
success: res => {
console.log('扫描结果:', res);
// scanQRCode() {
// uni.scanCode({
// onlyFromCamera: true,
// scanType: ['qrCode'],
// success: res => {
// console.log('', res);
this.qrResult = res.result;
// this.$u.get(`/app/device/${this.qrResult}/withSuitList`).then((res) =>{
// if(res.code == 200){
// console.log(res);
// }
// })
},
fail: err => {
console.error('扫描失败:', err);
uni.showToast({
title: '扫描失败',
icon: 'none'
});
}
});
},
// this.qrResult = res.result;
// // this.$u.get(`/app/device/${this.qrResult}/withSuitList`).then((res) =>{
// // if(res.code == 200){
// // console.log(res);
// // }
// // })
// },
// fail: err => {
// console.error('', err);
// uni.showToast({
// title: '',
// icon: 'none'
// });
// }
// });
// },
logins() {
if (uni.getStorageSync('userType')) {
this.userType = uni.getStorageSync('userType')
@ -716,6 +715,8 @@
},
swiperchange(e) {
// console.log(e);
uni.showLoading({
title: '加载中...'
});
@ -1263,7 +1264,6 @@
-ms-overflow-style: none;
/* 去除IE和Edge的默认滚动条 */
scrollbar-width: none;
/* 去除Firefox的默认滚动条 */
&::-webkit-scrollbar {
display: none;
@ -1272,7 +1272,7 @@
.fd_lt {
width: 100vh;
display: flex;
transition: transform 0.3s ease;
.fd_tit {
// width: 40%;
text-align: center;
@ -1445,4 +1445,4 @@
box-sizing: border-box;
}
}
</style>
</style>