增加新模块
This commit is contained in:
@@ -115,18 +115,18 @@ const _sfc_main = {
|
||||
async appWxpay(alipay, orderId, orderNum) {
|
||||
try {
|
||||
const result = await utils_payUtils.appWxpayFun(alipay, orderId, orderNum);
|
||||
common_vendor.index.__f__("log", "at pages/mine_order_info/mine_order_info.vue:311", "支付成功", result);
|
||||
common_vendor.index.__f__("log", "at pages/mine_order_info/mine_order_info.vue:307", "支付成功", result);
|
||||
} catch (error) {
|
||||
common_vendor.index.__f__("error", "at pages/mine_order_info/mine_order_info.vue:314", "支付失败", error);
|
||||
common_vendor.index.__f__("error", "at pages/mine_order_info/mine_order_info.vue:310", "支付失败", error);
|
||||
}
|
||||
},
|
||||
// 支付宝支付
|
||||
async zfbPay(alipay, orderId, orderNum) {
|
||||
try {
|
||||
const result = await utils_payUtils.zfbPayFun(alipay, orderId, orderNum);
|
||||
common_vendor.index.__f__("log", "at pages/mine_order_info/mine_order_info.vue:322", "支付成功", result);
|
||||
common_vendor.index.__f__("log", "at pages/mine_order_info/mine_order_info.vue:318", "支付成功", result);
|
||||
} catch (error) {
|
||||
common_vendor.index.__f__("error", "at pages/mine_order_info/mine_order_info.vue:325", "支付失败", error);
|
||||
common_vendor.index.__f__("error", "at pages/mine_order_info/mine_order_info.vue:321", "支付失败", error);
|
||||
}
|
||||
},
|
||||
/**
|
||||
|
||||
@@ -199,7 +199,7 @@
|
||||
}
|
||||
.order_way_warp.data-v-e943673c {
|
||||
margin-bottom: 60rpx;
|
||||
width: calc(100% - 60rpx);
|
||||
width: calc(100% - 96rpx);
|
||||
}
|
||||
.content_info_title.data-v-e943673c {
|
||||
width: 370rpx;
|
||||
|
||||
Reference in New Issue
Block a user