This commit is contained in:
liuyuan
2025-05-23 17:26:20 +08:00
parent cbc3465c57
commit d3ede507f3
8 changed files with 24 additions and 35 deletions

View File

@@ -53,7 +53,7 @@
<view class="chapter_content">
<courseDescription :isCondition="true" :dataList="slotProps.dataList" label="title">
<template slot="labelSlot" slot-scope="slotProps">
<view :style="`${
<view @click="toLogin" :style="`${
slotProps.row.isAudition==1
? 'width:calc(100% - 100rpx);float:left;'
: 'width:100%;'}`">
@@ -215,7 +215,7 @@
toLogin(){
uni.showModal({
title: '提示',
content: '为了方便您后期用不同的设备查阅订购的记录,请先完成登录或注册。',
content: '为了保障您的使用权益,请先完成登录或注册。',
confirmText: '确认',
success(res){
if (res.confirm) {