Commit 2b89238e authored by youjie's avatar youjie

no message

parent 055655c0
<template>
<view class="setComments-box">
<view class="setComments-add">
<van-icon name="plus" /><text>创建评价</text> </view>
<view class="setComments-add" @click="addComments">
<van-icon name="plus" /><text>创建评价</text>
</view>
<view class="index-student-information">
<view class="setComments-content-box" v-if="dataList.length>0">
<template v-for="(item,index) in dataList">
......@@ -80,6 +81,11 @@
delta: 1
})
},
addComments(){
uni.navigateTo({
url: '/pages/setComments/commentRulesList?show=true'
})
},
goComment(item){
uni.navigateTo({
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