去掉微信支付
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<view
|
||||
class="container commonPageBox commonDetailPage" style="background-color: #f6f7fb"
|
||||
class="container commonPageBox commonDetailPage"
|
||||
style="background-color: #f6f7fb"
|
||||
>
|
||||
<!-- 公共组件-每个页面必须引入 -->
|
||||
<public-module></public-module>
|
||||
@@ -1580,4 +1581,9 @@ export default {
|
||||
color: #9b9b9b;
|
||||
font-size: 26rpx;
|
||||
}
|
||||
/deep/.commonDetailPage{
|
||||
.uni-app--showtabbar uni-page-wrapper::after {
|
||||
height: 0 !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -165,9 +165,9 @@
|
||||
|
||||
<text class="total">¥{{ dataInfo.lastFee }}</text>
|
||||
</text>
|
||||
<text style="color: #333; margin-left: 10rpx"
|
||||
<!-- <text style="color: #333; margin-left: 10rpx"
|
||||
>原价{{ dataInfo.fee }}</text
|
||||
>
|
||||
> -->
|
||||
</view>
|
||||
</template>
|
||||
</common-goods-nav>
|
||||
@@ -240,12 +240,12 @@ export default {
|
||||
type: 2,
|
||||
value: "0",
|
||||
},
|
||||
{
|
||||
text: "微信",
|
||||
imgUrl: require("@/static/icon/pay_2.png"),
|
||||
type: 1,
|
||||
value: "1",
|
||||
},
|
||||
// {
|
||||
// text: "微信",
|
||||
// imgUrl: require("@/static/icon/pay_2.png"),
|
||||
// type: 1,
|
||||
// value: "1",
|
||||
// },
|
||||
{
|
||||
text: "天医币",
|
||||
imgUrl: require("@/static/icon/pay_3.png"),
|
||||
@@ -560,7 +560,7 @@ export default {
|
||||
|
||||
let data = {
|
||||
paymentMethod: this.payType, //1微信2支付宝3苹果支付4虚拟币
|
||||
orderMoney: this.dataInfo.fee, //订单金额
|
||||
orderMoney: this.dataInfo.lastFee, //订单金额
|
||||
realMoney: this.dataInfo.lastFee, //实际金额
|
||||
shippingMoney: 0, //运费
|
||||
jfDeduction: 0, //积分抵扣
|
||||
|
||||
Reference in New Issue
Block a user