| | |
| | | <div class="mb-6 text-gray-500"> |
| | | <el-breadcrumb separator="/"> |
| | | <el-breadcrumb-item :to="{ path: '/' }">首页</el-breadcrumb-item> |
| | | <el-breadcrumb-item :to="{ path: '/certified-products' }">能效产品</el-breadcrumb-item> |
| | | <!-- 我需要跳转到上一页 --> |
| | | <el-breadcrumb-item @click="handleBack">{{product.modelType }}</el-breadcrumb-item> |
| | | <el-breadcrumb-item>产品详情</el-breadcrumb-item> |
| | | </el-breadcrumb> |
| | | </div> |
| | |
| | | window.open('http://www.xpump.net/V4/#/CN/Target/DOOCH/Pump/Index/C69S4/8978', '_blank'); |
| | | }; |
| | | |
| | | const handleBack = ()=>{ |
| | | router.go(-1); |
| | | } |
| | | |
| | | const confirmOrder = () => { |
| | | if (!orderForm.value.name || !orderForm.value.phone || !orderForm.value.address) { |
| | | ElMessage.warning('请填写完整的收货信息'); |
| | |
| | | certificatePath: `${SERVE_URL}${productData.CertificatePath}`, |
| | | brand: productData.CompanyName, |
| | | model: productData.Model, |
| | | modelType: productData.ModelType, |
| | | |
| | | power: '详询厂家', |
| | | voltage: '详询厂家', |
| | | speed: '详询厂家', |