update 打包费

This commit is contained in:
qijq 2025-08-18 10:22:45 +08:00
parent 19620542e6
commit c56b9a52b7
2 changed files with 172 additions and 171 deletions

View File

@ -50,7 +50,8 @@
"<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
"<uses-feature android:name=\"android.hardware.camera\"/>",
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
]
],
"permissionExternalStorage": {}
},
/* ios */
"ios": {
@ -171,4 +172,3 @@
"fallbackLocale": "zh-Hans"
}
/* 5+App */

View File

@ -137,6 +137,10 @@
<view class="header">配送运费</view>
<view class="body red">- ¥{{ orderItem.order_shipping_fee }}</view>
</view>
<view class="cell" v-if="orderItem.packing_fee > 0">
<view class="header">打包费用</view>
<view class="body red">- ¥{{ orderItem.packing_fee }}</view>
</view>
<view class="cell">
<view class="header">平台佣金</view>
<view class="body red">- ¥{{ orderItem.platform_fee }}</view>
@ -466,10 +470,7 @@ import {
GetOrderPicking,
} from "@/api/order";
import {
makePhoneCall,
} from "@/utils/callPhone";
import { makePhoneCall } from "@/utils/callPhone";
export default {
props: {
@ -664,7 +665,7 @@ export default {
makePhone(phone) {
console.log(makePhoneCall);
makePhoneCall(phone)
makePhoneCall(phone);
// // #ifdef H5
// uni.showToast({
// title: "H5",