Commit 9e7a20a0 by zeyang

1.CFFP 两端 分享 阅读 购买页面没有返回键 √

2.CFFP 视频被遮挡     √
3.CFFP dev 文字更改   √
parent 74c030d7
...@@ -22,7 +22,10 @@ ...@@ -22,7 +22,10 @@
"path": "pages/courseDetail/courseDetail", "path": "pages/courseDetail/courseDetail",
"style": { "style": {
"navigationBarTitleText": "课程详情", "navigationBarTitleText": "课程详情",
"enablePullDownRefresh": false "enablePullDownRefresh": false,
"app-plus": {
"softinputMode": "adjustResize"
}
} }
}, { }, {
"path": "pages/product/product", "path": "pages/product/product",
...@@ -474,17 +477,17 @@ ...@@ -474,17 +477,17 @@
"style": { "style": {
"navigationBarTitleText": "CFFP法条摘要" "navigationBarTitleText": "CFFP法条摘要"
} }
},{ }, {
"path": "videoProject/login", "path": "videoProject/login",
"style": { "style": {
"navigationBarTitleText": "登录" "navigationBarTitleText": "登录"
} }
},{ }, {
"path": "videoProject/videoDetail", "path": "videoProject/videoDetail",
"style": { "style": {
"navigationBarTitleText": "视频播放" "navigationBarTitleText": "视频播放"
} }
},{ }, {
"path": "videoProject/wxLogin", "path": "videoProject/wxLogin",
"style": { "style": {
"navigationBarTitleText": "微信登录" "navigationBarTitleText": "微信登录"
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
</view> </view>
<view> <view>
<h4>线上报名</h4> <h4>线上报名</h4>
<view>点击右下方“立即报名”,提交信息,选择时间 并缴费后即可完成报名。</view> <view>点击右下方“立即报名”,缴费后即可完成报名。</view>
</view> </view>
</view> </view>
<view class="liBox"> <view class="liBox">
......
<template> <template>
<view> <view>
<text class="iconfont icon-youjiantou zuojiantou" @click="goBack()" style="top: -40rpx;"></text> <text class="iconfont icon-youjiantou zuojiantou" style="top: 20rpx;" @click="goBack()" ></text>
<template v-if="title"> <template v-if="title">
<view style="margin-top: 50rpx;"><list-item :title="title" :lists="lists"></list-item></view> <view style="padding-top: 50rpx;"><list-item :title="title" :lists="lists"></list-item></view>
<view v-if="lists.length<=0" style="text-align: center;margin-top: 40rpx;">暂无{{typeName}}记录</view> <view v-if="lists.length<=0" style="text-align: center;margin-top: 40rpx;">暂无{{typeName}}记录</view>
</template> </template>
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment