1
李凌
2025-10-09 c17311ba1351cd5e64654c3fc7b2fe765b1e7382
src/views/C2C/c2cOrder/payment/components/Question.vue
@@ -31,14 +31,11 @@
      </div>
    </div>
    <div class="mt-492 px-30">
      <van-button class="w-full h-96  mr-16 font-32 rounded-2xl text-white bg-blue border-none"
        type="primary" @click="$router.push('/chat')">{{ $t('联系卖家')}}
      <van-button class="w-full h-96  mr-16 font-32 rounded-2xl text-white bg-blue border-none" type="primary"
        @click="$router.push('/chat')">{{ $t('联系卖家') }}
      </van-button>
      <van-button
          class="w-full h-96  mt-42 font-32 rounded-2xl bg-grey text-black border-none"
          type="primary"
          @click="$router.push({path: '/cancelOrder'})"
      >{{$t('取消订单')}}
      <van-button class="w-full h-96  mt-42 font-32 rounded-2xl bg-grey text-black border-none" type="primary"
        @click="$router.push({ path: '/cancelOrder' })">{{ $t('取消订单') }}
      </van-button>
    </div>
  </div>
@@ -65,9 +62,12 @@
}
</script>
<style scoped>
<style lang="scss" scoped>
@import "@/assets/css/copy2.scss";
.c2cPay-page{
  color: #333;
  @include themify() {
    color: themed("text_color1") 1px solid;
  }
}
</style>