Commit 5d194a89 by 刘泽奇

123

parent 478c5e76
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
</div> </div>
<div class="common-paysuccess-footer"> <div class="common-paysuccess-footer">
<el-button @click="again">再下一单</el-button> <el-button @click="again">再下一单</el-button>
<el-button @click="">查看订单详情</el-button> <el-button @click="viewOrder">查看订单</el-button>
</div> </div>
</div> </div>
</div> </div>
\ No newline at end of file
...@@ -19,9 +19,9 @@ ...@@ -19,9 +19,9 @@
methods: { methods: {
again(){ again(){
this.$router.push({ this.$router.push({
path:`/${this.$root.channelName}/jdtrademark`, path: `/${this.$root.channelName}/jdtrademark`,
query:{ query: {
} }
}) })
}, },
...@@ -31,6 +31,12 @@ ...@@ -31,6 +31,12 @@
console.log(d.data); console.log(d.data);
console.log(d.msg); console.log(d.msg);
}); });
},
viewOrder(){
this.$router.push({
path: `/${this.$root.channelName}/jdindentlist`,
})
} }
}, },
......
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