diff --git a/rc-busness/assets/image/anquan.png b/rc-busness/assets/image/anquan.png new file mode 100644 index 00000000..ec1cdfe5 Binary files /dev/null and b/rc-busness/assets/image/anquan.png differ diff --git a/rc-busness/assets/image/weibo.png b/rc-busness/assets/image/weibo.png new file mode 100644 index 00000000..38740389 Binary files /dev/null and b/rc-busness/assets/image/weibo.png differ diff --git a/rc-busness/assets/image/weixin.png b/rc-busness/assets/image/weixin.png new file mode 100644 index 00000000..f414f34c Binary files /dev/null and b/rc-busness/assets/image/weixin.png differ diff --git a/rc-busness/assets/image/xiaochenxu.png b/rc-busness/assets/image/xiaochenxu.png new file mode 100644 index 00000000..b9a7a6b7 Binary files /dev/null and b/rc-busness/assets/image/xiaochenxu.png differ diff --git a/rc-busness/pages/productdetails/userdetails.vue b/rc-busness/pages/productdetails/userdetails.vue index bc2b69e7..8a306e21 100644 --- a/rc-busness/pages/productdetails/userdetails.vue +++ b/rc-busness/pages/productdetails/userdetails.vue @@ -10,6 +10,19 @@ +
    +
  1. + + {{item.address}} + +
  2. +
+ + @@ -54,6 +67,40 @@ data(){ catimage: require("../../assets/image/rc-left.png"), }, ], + + + usermessage: [ + { + address: "皇家官方公众号", + + catimage: require("../../assets/image/weixin.png"), + }, + { + address: "皇家爱宠荟", + + catimage: require("../../assets/image/xiaochenxu.png"), + }, + { + address: "皇家官方社群", + + catimage: require("../../assets/image/weixin.png"), + }, + { + address: "微博", + + catimage: require("../../assets/image/weibo.png"), + }, + { + address: "与我们联系", + + catimage: require("../../assets/image/xiaochenxu.png"), + }, + { + address: "关于我们", + + catimage: require("../../assets/image/rc-left.png"), + }, + ], } }, methods:{ @@ -187,6 +234,29 @@ color: #444444; } } } + + ol{ + display: flex; + flex-direction: column; + border-bottom: 1px solid #D7D7D7; + font-size: 16px; + color: #444444; + + li{ + border-bottom: 1px solid #D7D7D7; + display: flex; + align-items: center; + height: 50px; + span{ + margin-left: 10px; + } + } + img{ + width: 23px; + height: 19px; + display: block; + } + } } } // /* 最小768px最大1920 *pc端/