mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-10 11:26:47 +08:00
修改
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user