Commit f6b9665e by 刘泽奇

123

parent 4982d6f5
......@@ -2,11 +2,12 @@
<div class="nowbuy">
<div class="nowbuy-nav">
<el-breadcrumb separator-class="el-icon-arrow-right">
<el-breadcrumb-item :to="{ path: \'/\' }">首页</el-breadcrumb-item>
<el-breadcrumb-item :to="{ path: \'/\' }">担保商标注册</el-breadcrumb-item>
<el-breadcrumb-item>下单</el-breadcrumb-item>
</el-breadcrumb>
<div class="tm-body-breadcrumb" style="margin-bottom: 15px;"><span @click="tiaozhuan(\'/\',\'首页\')"
style="cursor: pointer;">首页</span>
<i class="el-icon-arrow-right"></i>
<span style="font-weight:600;cursor: pointer;font-weight: 300;" @click="tiaozhuan(\'\',\'担保页\')">担保商标注册</span>
<i class="el-icon-arrow-right">下单</i>
</div>
</div>
<div class="nowbuy-main">
<div class="nowbuy-title">
......
......@@ -56,8 +56,11 @@
notes: ""
},
tm: {
totalSum: 100
totalSum: null,
}
},
back: {
path: `/servicedetails?isDirectJump=1&sdsId=${this.$route.query.sdsId}'`
}
}
},
......@@ -110,6 +113,12 @@
}
});
},
tiaozhuan(path, name) {
this.$root.pushx({
title: name || "",
name: path || `/servicedetails?isDirectJump=1&sdsId=${this.$route.query.sdsId}'`
});
},
},
computed: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment