This commit is contained in:
lmj
2022-11-22 18:45:15 +08:00
parent a31deca25c
commit 4c0345d12d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<template> <template>
<view> <view>
<!-- <page-title :showBack="true">我的分享</page-title> --> <page-title :showBack="true">我的分享</page-title>
<view v-for="(item,index) in dataList.list" :key="index"> <view v-for="(item,index) in dataList.list" :key="index">
<view v-if="item.type == 1"> <view v-if="item.type == 1">
<view class="course_box"> <view class="course_box">

View File

@@ -1,6 +1,6 @@
<template> <template>
<view> <view>
<!-- <page-title :showBack="true">分享给我的</page-title> --> <page-title :showBack="true">分享给我的</page-title>
<view v-for="(item,index) in dataList.list" :key="index"> <view v-for="(item,index) in dataList.list" :key="index">
<view v-if="item.type == 1"> <view v-if="item.type == 1">
<view class="course_box"> <view class="course_box">