提交 5465f800 authored 作者: lihuihui's avatar lihuihui

update

上级 226763b6
<template> <template>
<div class="main"> <div class="main">
<commonheader :title="title" /> <commonheader :title="title" @back="handleBack" :callBack="true" />
<div class="main_content"> <div class="main_content">
<!-- 头部tab --> <!-- 头部tab -->
<van-tabs v-model="active" animated sticky> <van-tabs v-model="active" animated sticky>
...@@ -76,6 +76,9 @@ export default { ...@@ -76,6 +76,9 @@ export default {
}, },
methods: { methods: {
handleBack() {
this.$router.push('/')
},
getTotalPrice(item) { getTotalPrice(item) {
const splitPrice = item.amount.toFixed(2).split('.') const splitPrice = item.amount.toFixed(2).split('.')
// //2.重新赋值 // //2.重新赋值
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论