Commit b42c30ac authored by 罗超's avatar 罗超

2

parent 72610769
......@@ -33,7 +33,7 @@
留学订单
</view>
</view>
<view class="orderItem ">
<view class="orderItem " @click="jumpPage(`/pages/contract/contract`)">
<view class=" flex_between_center" style="width:100%">
<view class="orderNum">{{ pageData.ContractNum||0 }}</view>
<image src="../../static/image/person/order3.png" mode="aspectFill" class="orderIcon"></image>
......
......@@ -131,7 +131,7 @@
void-icon="star" icon="star" :count="3" />
</view>
</view>
<view class="Course_Two" v-if="item.isShow" @click="goWordStudy(item,1)">
<view class="Course_Two" v-if="item.isShow" @click="goCourseReview(item)">
<view>
<view>
<img src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/review.png"
......@@ -250,6 +250,17 @@
url: url
});
}
},
goCourseReview(obj) {
let flag=obj.CourseReview.some(e=>{
return e.VideoUrl
})
if(!flag){
uni.showToast({
icon:'none',
title:"暂无课程回顾"
})
}
}
}
onMounted(() => {})
......
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