tijiao
This commit is contained in:
@@ -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