|
@@ -88,7 +88,24 @@ Page({
|
|
|
}
|
|
|
}
|
|
|
})
|
|
|
- });
|
|
|
+ });
|
|
|
+ /* 分享 */
|
|
|
+ const columnId = util.column('6').columnId;
|
|
|
+ this.distinction(2, columnId, 1, 2, res => {
|
|
|
+ if(res.data.success) {
|
|
|
+ console.log(res.data.data)
|
|
|
+ this.setData({
|
|
|
+ productionData: res.data.data
|
|
|
+ })
|
|
|
+ if(res.data.data) {
|
|
|
+ if(res.data.data.totalSize > 2) {
|
|
|
+ this.setData({
|
|
|
+ productionMore: true
|
|
|
+ })
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ });
|
|
|
},
|
|
|
onLoad: function (options) {
|
|
|
//获取更改年级组件
|
|
@@ -179,18 +196,7 @@ Page({
|
|
|
"pageSize": pageSize
|
|
|
}).success(success)
|
|
|
}, function() {
|
|
|
- // wx.showModal({
|
|
|
- // title: '提示',
|
|
|
- // content: '需要获取您的公开信息(昵称、头像等),请从小程序列表删除小学王者班后再次扫码进入,允许授权后可正常使用',
|
|
|
- // showCancel: false,
|
|
|
- // success: function (res) {
|
|
|
- // if (res.confirm) {
|
|
|
- // console.log('用户点击确定')
|
|
|
- // } else if (res.cancel) {
|
|
|
- // console.log('用户点击取消')
|
|
|
- // }
|
|
|
- // }
|
|
|
- // })
|
|
|
+
|
|
|
});
|
|
|
},
|
|
|
/*点击加载更多*/
|