Commit f6b9665e by 刘泽奇

123

parent 4982d6f5
...@@ -2,11 +2,12 @@ ...@@ -2,11 +2,12 @@
<div class="nowbuy"> <div class="nowbuy">
<div class="nowbuy-nav"> <div class="nowbuy-nav">
<el-breadcrumb separator-class="el-icon-arrow-right"> <div class="tm-body-breadcrumb" style="margin-bottom: 15px;"><span @click="tiaozhuan(\'/\',\'首页\')"
<el-breadcrumb-item :to="{ path: \'/\' }">首页</el-breadcrumb-item> style="cursor: pointer;">首页</span>
<el-breadcrumb-item :to="{ path: \'/\' }">担保商标注册</el-breadcrumb-item> <i class="el-icon-arrow-right"></i>
<el-breadcrumb-item>下单</el-breadcrumb-item> <span style="font-weight:600;cursor: pointer;font-weight: 300;" @click="tiaozhuan(\'\',\'担保页\')">担保商标注册</span>
</el-breadcrumb> <i class="el-icon-arrow-right">下单</i>
</div>
</div> </div>
<div class="nowbuy-main"> <div class="nowbuy-main">
<div class="nowbuy-title"> <div class="nowbuy-title">
......
...@@ -56,8 +56,11 @@ ...@@ -56,8 +56,11 @@
notes: "" notes: ""
}, },
tm: { tm: {
totalSum: 100 totalSum: null,
} }
},
back: {
path: `/servicedetails?isDirectJump=1&sdsId=${this.$route.query.sdsId}'`
} }
} }
}, },
...@@ -110,6 +113,12 @@ ...@@ -110,6 +113,12 @@
} }
}); });
}, },
tiaozhuan(path, name) {
this.$root.pushx({
title: name || "",
name: path || `/servicedetails?isDirectJump=1&sdsId=${this.$route.query.sdsId}'`
});
},
}, },
computed: { 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