Commit ec7ee32e by 赵月辉

修改资源订单价格取值

parent 6eede051
......@@ -93,7 +93,7 @@
<div class="flex-align-center">
<div class="mr20">
<div class="price">1546.00</div>
<div class="price">{{ totalPrice}}</div>
<!--<div>约¥15/月</div>-->
</div>
<el-button type="primary" @click="submit">提交</el-button>
......
......@@ -342,7 +342,7 @@ const orderPrice = ref(0)
function orderComputerPrice () {
orderComputer(initSubmitData()).then(res => {
orderPrice.value = res.data.totalInnerPrice
orderPrice.value = res.data.totalPulicPrice
})
}
......
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 sign in to comment