Commit b3eb9bb4 by 刘泽奇

123

parent baa6cec2
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
<div class="tm-body-breadcrumb" style="margin-bottom: 15px;"><span @click="tiaozhuan(\'/\',\'首页\')" <div class="tm-body-breadcrumb" style="margin-bottom: 15px;"><span @click="tiaozhuan(\'/\',\'首页\')"
style="cursor: pointer;">首页</span> style="cursor: pointer;">首页</span>
<i class="el-icon-arrow-right"></i> <i class="el-icon-arrow-right"></i>
<span style="font-weight:600;cursor: pointer;font-weight: 300;" @click="tiaozhuan(\'\',\'担保页\')">担保商标注册</span> <span style="font-weight:600;cursor: pointer;font-weight: 300;"
@click="tiaozhuan( \'/servicedetails\',\'服务详情\',)">担保商标注册</span>
<i class="el-icon-arrow-right">下单</i> <i class="el-icon-arrow-right">下单</i>
</div> </div>
</div> </div>
......
...@@ -60,11 +60,12 @@ ...@@ -60,11 +60,12 @@
} }
}, },
back: { back: {
path: `/servicedetails?isDirectJump=1&sdsId=${this.$route.query.sdsId}'` path: `/servicedetails?isDirectJump=1&sdsId=${this.$route.query.sdsId}`
} }
} }
}, },
mounted: function() { mounted: function() {
console.log(Number(this.$route.query.sdsId), `llllllkkkkkkkkkkkkkkkkkkkkkk`);
this.num = Number(this.$route.query.num); this.num = Number(this.$route.query.num);
this.getProduct(); this.getProduct();
console.log(this.$route.query); console.log(this.$route.query);
...@@ -113,13 +114,16 @@ ...@@ -113,13 +114,16 @@
} }
}); });
}, },
tiaozhuan(path, name) { tiaozhuan(path, name, params) {
this.$root.pushx({ this.$root.pushx({
title: name || "", title: name,
name: path || `/servicedetails?isDirectJump=1&sdsId=${this.$route.query.sdsId}'` name: path,
params: {
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