lll
liukangdong
2024-09-25 b44b5aa1dda1d9196416cbf84e610cfd1f5b1c82
pda/pages/index/queueup.vue
@@ -21,7 +21,7 @@
        />
      </view>
      <view class="count"
        >已签到车辆:<text>{{ total }}</text></view
        >总排队车辆:<text>{{ total }}</text></view
      >
    </view>
    <!--  -->
@@ -139,6 +139,7 @@
    platConfirm(e) {
      const index = e.indexs[0]
      this.platformGroup = this.platformGroupList[index]
         this.platformLineUpList = []
      this.getList()
      this.showPlatformgroup = false
    },