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