tijiao
This commit is contained in:
@@ -199,6 +199,7 @@ export default {
|
||||
|
||||
}); // 这里转换成 字符串
|
||||
console.log('mynavData at line 192:', mynavData)
|
||||
this.$refs.commonSelectGoods.close();
|
||||
uni.navigateTo({
|
||||
url: `/pages/goods/order/index?data=${mynavData}`,
|
||||
});
|
||||
|
||||
@@ -517,7 +517,7 @@ export default {
|
||||
shippingMoney: 0, //运费
|
||||
jfDeduction: this.jfNumber, //积分抵扣
|
||||
vipBuyConfigId: this.dataInfo.id,
|
||||
come: 2, //订单来源,0疯子读书1国学众妙之门2医学吴门医
|
||||
come: 1, //订单来源,0疯子读书1国学众妙之门2医学吴门医
|
||||
|
||||
paymentMethod: this.payType, //1微信2支付宝3苹果支付4虚拟币
|
||||
orderMoney: this.dataInfo.lastFee, //订单金额
|
||||
|
||||
@@ -58,6 +58,7 @@
|
||||
:dataList="MoneyRecord"
|
||||
isCondition="true"
|
||||
isNoIcon="true"
|
||||
@hancleClick="goClick"
|
||||
label="orderType"
|
||||
>
|
||||
<template slot="labelSlot" slot-scope="slotProps">
|
||||
@@ -278,7 +279,17 @@ export default {
|
||||
musicPlay,
|
||||
},
|
||||
//方法
|
||||
methods: {
|
||||
methods: {goClick(data){
|
||||
|
||||
if(data.relationId){
|
||||
uni.navigateTo({
|
||||
url: "/pages/bookShop/orderLCont?orderId=" +
|
||||
data.relationId
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
},
|
||||
// 获取
|
||||
getData() {
|
||||
var data = {
|
||||
|
||||
Reference in New Issue
Block a user