暂存
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<view class="newBox">
|
||||
<view :class="['item','flexbox', userMsg.vip != '0'&& item.isBuy != 1 ? 'blueBorder':'']" v-for="(item, index) in MyCourseList.list" :key="index"
|
||||
>
|
||||
<view class="vipTag" v-if="userMsg.vip != '0' && item.isBuy != 1">
|
||||
<view class="vipTag" v-if="(userMsg.vip == '1' || userMsg.vip == '2') && item.isBuy != 1">
|
||||
VIP畅学
|
||||
</view>
|
||||
<!-- <view class="imgcontainer" :style="{backgroundImage:surl(item.image)}"> -->
|
||||
@@ -505,16 +505,18 @@
|
||||
// console.log('正在执行,未完成')
|
||||
// return
|
||||
// }
|
||||
this.MyCourseList.flag = true
|
||||
$http.request({
|
||||
url: "medical/course/getUserCourseBuy",
|
||||
method: "POST", // POST、GET、PUT、DELETE,具体说明查看官方文档
|
||||
data: {
|
||||
var data = {
|
||||
"limit": 10,
|
||||
"title": this.searchValue,
|
||||
"medicalId": this.medicalId,
|
||||
"page": this.MyCourseList.page
|
||||
},
|
||||
}
|
||||
console.log('搜索的内容',data);
|
||||
this.MyCourseList.flag = true
|
||||
$http.request({
|
||||
url: "medical/course/getUserCourseBuy",
|
||||
method: "POST", // POST、GET、PUT、DELETE,具体说明查看官方文档
|
||||
data,
|
||||
header: { //默认 无 说明:请求头
|
||||
'Content-Type': 'application/json'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user