天医币和积分可以查看详情,vip延期支持积分购买
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
isCondition="true"
|
||||
isNoIcon="true"
|
||||
label="orderType"
|
||||
@hancleClick="goClick"
|
||||
>
|
||||
<template slot="labelSlot" slot-scope="slotProps">
|
||||
<view class="label_content AC_List">
|
||||
@@ -115,6 +116,14 @@ export default {
|
||||
},
|
||||
//方法
|
||||
methods: {
|
||||
//列表跳转到详情
|
||||
goClick(data){
|
||||
if(data.relationId){
|
||||
uni.navigateTo({
|
||||
url: "/pages/detail/orderLCont?orderId=" + data.relationId
|
||||
});
|
||||
}
|
||||
},
|
||||
// 获取
|
||||
getData() {
|
||||
var data = {
|
||||
|
||||
Reference in New Issue
Block a user