合并代码

This commit is contained in:
zpc 2025-04-12 17:36:32 +08:00
commit b6478a6a15
2 changed files with 6 additions and 1 deletions

View File

@ -151,7 +151,7 @@
<view v-if="tabList[tabCur].id == 1" class="bt-fixed">
<template v-if="subTab[subTabCur].id != 4">
<view v-if="subTab[subTabCur].id != 6 && listData.length && is_exchange=='1'" class="btn center"
@click="open('changePop')">达达</view>
@click="open('changePop')">达达</view>
<view v-if="subTab[subTabCur].id != 2" class="btn2 center" @click="open('sendPop')">发货</view>
<view v-if="subTab[subTabCur].id != 6" class="btn center" @click="open('model')">上锁</view>
</template>

View File

@ -116,6 +116,11 @@
</view>
</view>
<view class="center" style="width: 386rpx; height: 102rpx; background-color: #D8FD24; border-radius: 26rpx;">
<text style="font-size: 32rpx; color: #333333; font-weight: 600;">立即邀请</text>
</view>
<rule-pop ref="rulePop"></rule-pop>
</view>
</template>