Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-fi
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-fi
Commits
b8e58bc2
提交
b8e58bc2
authored
1月 13, 2023
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
updates
上级
11b34a09
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
5 行增加
和
25 行删除
+5
-25
RightAsideH5.vue
src/components/layout/RightAsideH5.vue
+0
-1
PayH5.vue
src/modules/pay/components/PayH5.vue
+0
-2
PayPC.vue
src/modules/pay/components/PayPC.vue
+0
-1
Order.vue
src/modules/pay/views/Order.vue
+0
-1
TeacherCard.vue
src/modules/shop/components/TeacherCard.vue
+5
-20
没有找到文件。
src/components/layout/RightAsideH5.vue
浏览文件 @
b8e58bc2
...
...
@@ -31,7 +31,6 @@ export default {
this
.
applyFormVisible
=
true
},
hideApplyForm
()
{
console
.
log
(
'11'
)
this
.
applyFormVisible
=
false
}
}
...
...
src/modules/pay/components/PayH5.vue
浏览文件 @
b8e58bc2
...
...
@@ -31,7 +31,6 @@ onMounted(() => {
watchEffect
(()
=>
{
if
(
order
.
value
?.
order_status
===
'4'
)
{
// 支付成功
console
.
log
(
'支付成功'
)
emit
(
'success'
,
order
.
value
)
}
})
...
...
@@ -56,7 +55,6 @@ const checkedChange = (val: string) => {
params.payment_method = val
}
const handleAgree = (val: any) => {
console.log(val)
isAgree = val
if (val === true) {
isAgreeText = false
...
...
src/modules/pay/components/PayPC.vue
浏览文件 @
b8e58bc2
...
...
@@ -23,7 +23,6 @@ const { order, payOrder, pay } = usePay()
watchEffect
(()
=>
{
if
(
order
.
value
?.
order_status
===
'4'
)
{
// 支付成功
console
.
log
(
'支付成功'
)
emit
(
'success'
,
order
.
value
)
}
})
...
...
src/modules/pay/views/Order.vue
浏览文件 @
b8e58bc2
...
...
@@ -47,7 +47,6 @@ const start_time = getDateTime(0)
const
end_time
=
getDateTime
(
90
)
const
handleStudy
=
()
=>
{
console
.
log
(
shopItem
?.
is_new
===
true
)
if
(
shopItem
?.
is_new
===
true
)
{
buyDialogVisible
.
value
=
true
}
else
{
...
...
src/modules/shop/components/TeacherCard.vue
浏览文件 @
b8e58bc2
...
...
@@ -15,7 +15,6 @@ defineProps({
const
swiper1
=
ref
(
null
)
function
prev
(
swiper
)
{
console
.
log
(
swiper
,
'111'
)
swiper
?.
slidePrev
()
}
function
next
(
swiper
)
{
...
...
@@ -36,19 +35,12 @@ function next(swiper) {
:spaceBetween="20"
:slidePreview="1"
:modules="[Navigation, Grid]"
@swiper="
(swiper)
=> (swiper1 = swiper)"
@swiper="
swiper
=> (swiper1 = swiper)"
>
<SwiperSlide
v-for=
"(item, index) in lecturerList"
:key=
"index"
class=
"teacher-item"
>
<SwiperSlide
v-for=
"(item, index) in lecturerList"
:key=
"index"
class=
"teacher-item"
>
<div
class=
"item_top"
>
<img
:src=
"
item.avatar ||
'https://webapp-pub.ezijing.com/project_online/fi/teacher_04.png'
"
:src=
"item.avatar || 'https://webapp-pub.ezijing.com/project_online/fi/teacher_04.png'"
class=
"top_img"
/>
<div
class=
"top_name"
>
{{
item
.
name
}}
</div>
...
...
@@ -73,17 +65,10 @@ function next(swiper) {
<div
class=
"teacher_list"
v-else
>
<div
class=
"con_tit"
>
讲师介绍
</div>
<div
class=
"con_teacher"
>
<div
v-for=
"(item, index) in lecturerList"
:key=
"index"
class=
"teacher-item"
>
<div
v-for=
"(item, index) in lecturerList"
:key=
"index"
class=
"teacher-item"
>
<div
class=
"item_top"
>
<img
:src=
"
item.avatar ||
'https://webapp-pub.ezijing.com/project_online/fi/teacher_04.png'
"
:src=
"item.avatar || 'https://webapp-pub.ezijing.com/project_online/fi/teacher_04.png'"
class=
"top_img"
/>
<div
class=
"top_name"
>
{{ item.name }}
</div>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论