| | |
| | | </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> |
| | |
| | | } |
| | | </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> |