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