@@ -5,8 +5,8 @@ Component({
*/
properties: {
wxObjectives: {
- type: String,
- value: ""
+ type: Array,
+ value: []
}
},
@@ -27,14 +27,14 @@ Component({
onTap (e) {
let flage = e.target.dataset.flag;
if(flage){
- this.util(flage, '156rpx');
+ this.util(flage, '120rpx');
this.setData({
'flag': false,
'downUp': '展开',
'src': '../../pages/image/toUp.png'
})
} else {
- this.util(flage, '200rpx');
+ this.util(flage, '100%');
'flag': true,
'downUp': '收起',
@@ -4,7 +4,9 @@
<text>本周学习目标</text>
</view>
<view class="{{ flag ? 'target-txt-show' : 'target-txt'}}" animation="{{animationData}}">
- <text class="week">第五周:{{wxObjectives}}</text>
+ <view class="week-con" wx:for="{{wxObjectives}}" wx:key="{{index}}">
+ {{item}}
+ </view>
@@ -15,7 +15,7 @@
.target-txt {
- height: 156rpx;
+ height: 120rpx;
display: -webkit-box;
font-size: 28rpx;
margin-top: 28rpx;
@@ -18,7 +18,8 @@ Page({
lessonListHeight: '',
previewHeight: '',
productionMore: '',
- questionsMore: ''
+ questionsMore: '',
+ wxObjectives: []
/* 区分答疑和分享 */
@@ -165,7 +166,8 @@ Page({
courseData: res.data.data,
- list: util.studyPageTime(res.data.data.lessonPage.list)
+ list: util.studyPageTime(res.data.data.lessonPage.list),
+ wxObjectives: util.strategy(res.data.data.weekCourseConfig.wxObjectives)
}, function() {
@@ -7,7 +7,7 @@
<scroll-view scroll-y="true" scroll-with-animation="true" scroll-with-animation="true" enable-back-to-top="true" scroll-into-view="{{position}}">
<!-- 科学艺术 -->
<view class="art">
- <target wxObjectives="{{courseData.weekCourseConfig.wxObjectives}}"/>
+ <target wxObjectives="{{wxObjectives}}"/>
<lessonList
lessonData="{{list}}"
@@ -15,7 +15,8 @@ Page({
list: [],
@@ -127,6 +128,7 @@ Page({
list: util.studyPageTime(res.data.data.lessonPage.list),
<!--中文 -->
<view class="chinese">
@@ -127,7 +128,8 @@ Page({
<!-- 英语分级阅读 -->
<view class="english">
@@ -123,7 +124,8 @@ Page({
<!-- 语文 -->
<view class="language">
@@ -126,7 +127,8 @@ Page({
<!-- 数学 -->
<view class="mathematics">
@@ -8,7 +8,7 @@ Page({
data: {
recommendData: {},
metalsStrategy: [],
- downUp: '展开'
+ wxObjectives: ''
onLoad: function (options) {
@@ -23,7 +23,8 @@ Page({
console.log(res.data)
recommendData: res.data.data,
- metalsStrategy:util.strategy(res.data.data.weekPageThemeConfig.metalsStrategy)
+ metalsStrategy:util.strategy(res.data.data.weekPageThemeConfig.metalsStrategy),
+ wxObjectives: util.strategy(res.data.data.weekPageThemeConfig.wxObjectives)
<scroll-view scroll-y="true" scroll-with-animation="true" scroll-with-animation="true" enable-back-to-top="true">
<view class="recommend">
<!-- 本周推荐 -->
- <target wxObjectives="{{recommendData.weekPageThemeConfig.wxObjectives}}"/>
<view class="recommend-exchange">
<view class="auto-img">
distinction: function(type, columnId, pageNo, pageSize, success) {
@@ -163,7 +164,8 @@ Page({
<!-- 科学 -->
<view class="science">
@@ -83,7 +83,7 @@ function studyPageTime (arr) {
//本周推荐勋章攻略 取消<br>
function strategy (str) {
- return str.split('<br>')
+ return str.split('<br/>');
//判断能不能预览