This commit is contained in:
2024-01-09 20:41:06 +08:00
parent 76ac309091
commit 88ae90eaf9
6 changed files with 62 additions and 53 deletions

View File

@@ -1,6 +1,7 @@
<template>
<view style="display: flex;flex-direction: column; height: 100vh;box-sizing: border-box; background-color: #fff;" id="page">
<view style="display: flex;flex-direction: column; height: 100vh;box-sizing: border-box; background-color: #fff;"
id="page">
<view class="top">
<NavBar ref="nav" navTitle="详情" :showIcon="true" :start-change-height="page.startHeight"
@@ -59,7 +60,8 @@
</view>
<text style="color: #AEAEAE;font-size: 14px;margin-top: 5px;line-height: 20px;">{{item.remark}}</text>
<text
style="color: #AEAEAE;font-size: 14px;margin-top: 5px;line-height: 20px;">{{item.remark}}</text>
<view
style="display: flex;flex-direction: row;justify-content:space-between;margin-top: 5px;">
@@ -82,8 +84,8 @@
</view>
</view>
<view style="height: 200px;background: #fff; "></view>
@@ -221,6 +223,8 @@
item.price = Number(item.goodsNumber * item.jprice * item.weight).toFixed(2)
else
item.price = "0"
},
getweight() {