diff --git a/rc-busness/config/env-data.js b/rc-busness/config/env-data.js index 9a421f6f..6a457ea9 100644 --- a/rc-busness/config/env-data.js +++ b/rc-busness/config/env-data.js @@ -343,6 +343,84 @@ let devData={ ], }, ] + }, + rxgoods:{ + dog:[ + { + title: "皇家成犬肠道全价处方粮", + productimage: "/images/rxgoods/dog-1.png", + detail: "帮助维持消化系统健康 满足爱宠能量需求 满足爱宠食欲减退", + ecPrice: "", + productCode:'22', + productList: [ + { + productCode: "22", + }, + ], + }, + { + title: "皇家成犬泌尿道全价处方粮", + productimage: "/images/rxgoods/dog-2.png", + detail: "高品质高易消化蛋白质 优化尿液PH值和 尿液离子浓度", + ecPrice: "", + productCode:'19', + productList: [ + { + productCode: "19", + }, + ], + }, + { + title: "皇家成犬皮肤全价处方粮", + productimage: "/images/rxgoods/dog-3.png", + detail: "抗氧化复合物协同作用帮助中和自由基 添加必须脂肪酸EPA和DHA 帮助维持肠道菌群支持消化系统健康", + ecPrice: "", + productCode:'27', + productList: [ + { + productCode: "27", + }, + ], + }, + ], + cat:[ + { + title: "皇家成猫泌尿道全价处方粮", + productimage: "/images/rxgoods/cat-1.png", + detail: "控制镁、钙及磷含量 促进尿液达到理想离子浓度及PH值 有助于猫咪适应环境带来的新挑战", + ecPrice: "", + productCode:'5', + productList: [ + { + productCode: "5", + }, + ], + }, + { + title: "皇家成猫肠道全价处方粮", + productimage: "/images/rxgoods/cat-2.png", + detail: "高易消化成分配以均衡的电解质 含有EPA、DHA、维生素E支持消化健康 益生元帮助促进肠道菌群平衡", + ecPrice: "", + productCode:'12', + productList: [ + { + productCode: "12", + }, + ], + }, + { + title: "皇家成猫皮肤被毛全价处方粮", + productimage: "/images/rxgoods/cat-3.png", + detail: "添加皮肤屏障复合物 添加必须脂肪酸EPA和DHA 帮助减少鸟粪石和草酸钙结石形成", + ecPrice: "", + productCode:'8', + productList: [ + { + productCode: "8", + }, + ], + }, + ] } }; @@ -693,6 +771,84 @@ let prdData={ ], }, ] + }, + rxgoods:{ + dog:[ + { + title: "皇家成犬肠道全价处方粮", + productimage: "/images/rxgoods/dog-1.png", + detail: "帮助维持消化系统健康 满足爱宠能量需求 满足爱宠食欲减退", + ecPrice: "", + productCode:'22', + productList: [ + { + productCode: "22", + }, + ], + }, + { + title: "皇家成犬泌尿道全价处方粮", + productimage: "/images/rxgoods/dog-2.png", + detail: "高品质高易消化蛋白质 优化尿液PH值和 尿液离子浓度", + ecPrice: "", + productCode:'19', + productList: [ + { + productCode: "19", + }, + ], + }, + { + title: "皇家成犬皮肤全价处方粮", + productimage: "/images/rxgoods/dog-3.png", + detail: "抗氧化复合物协同作用帮助中和自由基 添加必须脂肪酸EPA和DHA 帮助维持肠道菌群支持消化系统健康", + ecPrice: "", + productCode:'27', + productList: [ + { + productCode: "27", + }, + ], + }, + ], + cat:[ + { + title: "皇家成猫泌尿道全价处方粮", + productimage: "/images/rxgoods/cat-1.png", + detail: "控制镁、钙及磷含量 促进尿液达到理想离子浓度及PH值 有助于猫咪适应环境带来的新挑战", + ecPrice: "", + productCode:'5', + productList: [ + { + productCode: "5", + }, + ], + }, + { + title: "皇家成猫肠道全价处方粮", + productimage: "/images/rxgoods/cat-2.png", + detail: "高易消化成分配以均衡的电解质 含有EPA、DHA、维生素E支持消化健康 益生元帮助促进肠道菌群平衡", + ecPrice: "", + productCode:'12', + productList: [ + { + productCode: "12", + }, + ], + }, + { + title: "皇家成猫皮肤被毛全价处方粮", + productimage: "/images/rxgoods/cat-3.png", + detail: "添加皮肤屏障复合物 添加必须脂肪酸EPA和DHA 帮助减少鸟粪石和草酸钙结石形成", + ecPrice: "", + productCode:'8', + productList: [ + { + productCode: "8", + }, + ], + }, + ] } }; //Production data end diff --git a/rc-busness/pages/resentation/rxgoods.vue b/rc-busness/pages/resentation/rxgoods.vue new file mode 100644 index 00000000..8446aad1 --- /dev/null +++ b/rc-busness/pages/resentation/rxgoods.vue @@ -0,0 +1,245 @@ + + + + + \ No newline at end of file diff --git a/rc-busness/static/images/rxgoods/banner-mobile.png b/rc-busness/static/images/rxgoods/banner-mobile.png new file mode 100644 index 00000000..b3a2d128 Binary files /dev/null and b/rc-busness/static/images/rxgoods/banner-mobile.png differ diff --git a/rc-busness/static/images/rxgoods/banner.png b/rc-busness/static/images/rxgoods/banner.png new file mode 100644 index 00000000..ac4c610f Binary files /dev/null and b/rc-busness/static/images/rxgoods/banner.png differ diff --git a/rc-busness/static/images/rxgoods/cat-1.png b/rc-busness/static/images/rxgoods/cat-1.png new file mode 100644 index 00000000..f829da21 Binary files /dev/null and b/rc-busness/static/images/rxgoods/cat-1.png differ diff --git a/rc-busness/static/images/rxgoods/cat-2.png b/rc-busness/static/images/rxgoods/cat-2.png new file mode 100644 index 00000000..05db2c2b Binary files /dev/null and b/rc-busness/static/images/rxgoods/cat-2.png differ diff --git a/rc-busness/static/images/rxgoods/cat-3.png b/rc-busness/static/images/rxgoods/cat-3.png new file mode 100644 index 00000000..8108cee6 Binary files /dev/null and b/rc-busness/static/images/rxgoods/cat-3.png differ diff --git a/rc-busness/static/images/rxgoods/dog-1.png b/rc-busness/static/images/rxgoods/dog-1.png new file mode 100644 index 00000000..3c467ca3 Binary files /dev/null and b/rc-busness/static/images/rxgoods/dog-1.png differ diff --git a/rc-busness/static/images/rxgoods/dog-2.png b/rc-busness/static/images/rxgoods/dog-2.png new file mode 100644 index 00000000..68e573f7 Binary files /dev/null and b/rc-busness/static/images/rxgoods/dog-2.png differ diff --git a/rc-busness/static/images/rxgoods/dog-3.png b/rc-busness/static/images/rxgoods/dog-3.png new file mode 100644 index 00000000..7b0f639f Binary files /dev/null and b/rc-busness/static/images/rxgoods/dog-3.png differ