This commit is contained in:
Teng 2025-11-21 08:43:25 +08:00
parent 41b9502fc5
commit ef791b1317
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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;

View File

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