改bug
This commit is contained in:
parent
41b9502fc5
commit
ef791b1317
|
|
@ -116,7 +116,7 @@
|
||||||
lastTap.value = 0
|
lastTap.value = 0
|
||||||
} else {
|
} else {
|
||||||
setout.value = setTimeout(() => {
|
setout.value = setTimeout(() => {
|
||||||
console.log("点击哪个了", index)
|
// console.log("点击哪个了", index)
|
||||||
if (index === 5) {
|
if (index === 5) {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: "/pages/watch/full"
|
url: "/pages/watch/full"
|
||||||
|
|
|
||||||
|
|
@ -1476,7 +1476,7 @@
|
||||||
}
|
}
|
||||||
const tagsArray = [`待入库`, `挂账中`, `已入库`, `已销账`,]
|
const tagsArray = [`待入库`, `挂账中`, `已入库`, `已销账`,]
|
||||||
const clickmiddle = (index : number) => {
|
const clickmiddle = (index : number) => {
|
||||||
console.log(showvalue.value)
|
// console.log(showvalue.value)
|
||||||
middletarget.value = index;
|
middletarget.value = index;
|
||||||
showvalue.value = InvoicingList.value[index];
|
showvalue.value = InvoicingList.value[index];
|
||||||
showvalue.value.jianhuobtn = false;
|
showvalue.value.jianhuobtn = false;
|
||||||
|
|
|
||||||
|
|
@ -331,7 +331,7 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<!-- 没数据了,遮罩 -->
|
<!-- 没数据了,遮罩 -->
|
||||||
<nomessage cont="暂无数据" :show="nomessageshow" />
|
<nomessageimge cont="暂无数据" :show="nomessageshow" />
|
||||||
<!-- 分享的弹出层 -->
|
<!-- 分享的弹出层 -->
|
||||||
<view v-show="shareShow" class="popup-share" @click="shareShow=false">
|
<view v-show="shareShow" class="popup-share" @click="shareShow=false">
|
||||||
<view class="popup-share-content" :style="{ opacity: deletedownisopacity ? 1 : 0 }" @click.stop>
|
<view class="popup-share-content" :style="{ opacity: deletedownisopacity ? 1 : 0 }" @click.stop>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue