去掉微信支付
This commit is contained in:
@@ -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