Commit 2b89238e authored by youjie's avatar youjie

no message

parent 055655c0
<template> <template>
<view class="setComments-box"> <view class="setComments-box">
<view class="setComments-add"> <view class="setComments-add" @click="addComments">
<van-icon name="plus" /><text>创建评价</text> </view> <van-icon name="plus" /><text>创建评价</text>
</view>
<view class="index-student-information"> <view class="index-student-information">
<view class="setComments-content-box" v-if="dataList.length>0"> <view class="setComments-content-box" v-if="dataList.length>0">
<template v-for="(item,index) in dataList"> <template v-for="(item,index) in dataList">
...@@ -80,6 +81,11 @@ ...@@ -80,6 +81,11 @@
delta: 1 delta: 1
}) })
}, },
addComments(){
uni.navigateTo({
url: '/pages/setComments/commentRulesList?show=true'
})
},
goComment(item){ goComment(item){
uni.navigateTo({ uni.navigateTo({
url: '/pages/setComments/commentDetails?comment='+ encodeURIComponent(JSON.stringify(item)) url: '/pages/setComments/commentDetails?comment='+ encodeURIComponent(JSON.stringify(item))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment