1
李凌
2025-09-08 f076a06808275f8a955c5545cf73553997b4bf00
src/views/C2C/c2cOrder/payment/ConfirmedPaid.vue
@@ -120,7 +120,7 @@
    </div>
    <!--  弹窗  -->
    <van-popup v-model="show" round position="bottom">
    <van-popup v-model:show="show" round position="bottom">
      <div class="pt-44">
        <div class="mb-42 font-600 font-32 text-center">
          {{ $t("您是否已收到款项?") }}
@@ -255,6 +255,7 @@
          type: "sell",
        },
      });
      // this.$router.go(-1)
    },
    back() {
      this.show = false;