update 打包费
This commit is contained in:
parent
19620542e6
commit
c56b9a52b7
@ -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特有相关 */
|
||||
|
||||
|
||||
@ -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环境不支持",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user