update
This commit is contained in:
parent
2dc48a3dc4
commit
304ae6b52f
16
app.js
16
app.js
@ -1,16 +0,0 @@
|
||||
//app.js
|
||||
App({
|
||||
onLaunch: function () {
|
||||
wx.getSystemInfo({
|
||||
success: res => {
|
||||
//导航高度
|
||||
this.globalData.navHeight = res.statusBarHeight + 46;
|
||||
}, fail(err) {
|
||||
console.log(err);
|
||||
}
|
||||
})
|
||||
},
|
||||
globalData: {
|
||||
navHeight:0
|
||||
}
|
||||
})
|
25
app.json
25
app.json
@ -1,25 +0,0 @@
|
||||
{
|
||||
"pages":[
|
||||
"pages/main/main",
|
||||
"pages/index/index"
|
||||
],
|
||||
"window":{
|
||||
"backgroundTextStyle":"light",
|
||||
"navigationBarBackgroundColor": "#fff",
|
||||
"navigationBarTitleText": "WeChat",
|
||||
"navigationBarTextStyle":"write",
|
||||
"navigationStyle":"custom"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
31
cloudfunctions/sD_login/index.js
Normal file
31
cloudfunctions/sD_login/index.js
Normal file
@ -0,0 +1,31 @@
|
||||
// 云函数入口文件
|
||||
const cloud = require('wx-server-sdk')
|
||||
|
||||
cloud.init()
|
||||
const db = cloud.database()
|
||||
const _ = db.command
|
||||
const wxContext = cloud.getWXContext()
|
||||
|
||||
// 云函数入口函数
|
||||
exports.main = async (event, context) => {
|
||||
var allData = '',state = -1 //有个人记录就是1,无就是0, 下面执行出错就是-1
|
||||
await db.collection('sD_personal').where({
|
||||
_openid: wxContext.OPENID
|
||||
}).get().then(async res => {
|
||||
//where查询如果为空,返回[]
|
||||
if (res.data.length){
|
||||
allData = res.data[0].allData;
|
||||
state = 1;
|
||||
} else {
|
||||
//如果不存在则调取默认模板
|
||||
await db.collection('sD_common').doc('XKg1i1sqTi00tq1N').get().then(res1 => {
|
||||
allData = res1.data.allData;
|
||||
state = 0;
|
||||
})
|
||||
}
|
||||
})
|
||||
return {
|
||||
allData: allData,
|
||||
state:state
|
||||
}
|
||||
}
|
14
cloudfunctions/sD_login/package.json
Normal file
14
cloudfunctions/sD_login/package.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "sD_login",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"wx-server-sdk": "latest"
|
||||
}
|
||||
}
|
39
cloudfunctions/sD_submit/index.js
Normal file
39
cloudfunctions/sD_submit/index.js
Normal file
@ -0,0 +1,39 @@
|
||||
// 云函数入口文件
|
||||
const cloud = require('wx-server-sdk')
|
||||
|
||||
cloud.init()
|
||||
const db = cloud.database()
|
||||
const _ = db.command
|
||||
const wxContext = cloud.getWXContext()
|
||||
|
||||
var commonUpload = async (data) => {
|
||||
let rightAnswer = []
|
||||
await db.collection('sD_common').doc('XKg1i1sqTi00tq1N').get().then(res => {
|
||||
rightAnswer = res.data.rightAnswer //这玩意的返回值莫名其妙会套上一层right,,但是不影响使用
|
||||
})
|
||||
//event.data是对象!妈的坑人!
|
||||
for (let i in data) {
|
||||
i = parseInt(i)
|
||||
if (data[i] === rightAnswer[i]) {
|
||||
let object = {}
|
||||
object[i + 1] = _.inc(1)//不能直接传进去,在外边构造然后传进去
|
||||
db.collection('sD_common').doc('XKjJSXkPDdDCJ8rz').update({
|
||||
data: object
|
||||
}).catch(err => {
|
||||
return err;
|
||||
})
|
||||
}
|
||||
}
|
||||
db.collection('sD_common').doc('XKjJSXkPDdDCJ8rz').update({
|
||||
data: {
|
||||
total: _.inc(1)
|
||||
}
|
||||
}).catch(err => {
|
||||
return err;
|
||||
})
|
||||
}
|
||||
// 云函数入口函数
|
||||
exports.main = async (event, context) => {
|
||||
let common = await commonUpload(event.data);
|
||||
return common;
|
||||
}
|
14
cloudfunctions/sD_submit/package.json
Normal file
14
cloudfunctions/sD_submit/package.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "sD_submit",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"wx-server-sdk": "latest"
|
||||
}
|
||||
}
|
2
database_export-yq88LuJx60Rg.json
Normal file
2
database_export-yq88LuJx60Rg.json
Normal file
@ -0,0 +1,2 @@
|
||||
{"_id":"XKg1i1sqTi00tq1N","allData":[{"illustrate":"‘信心’应为‘信赖’","classState":"\"\"","pngAdd":"cloud://cloud-83621f.636c-cloud-83621f/styleDay/question_1.png","question":"问题一:以下哪一项不是四信的内容?","answers":[{"name":{"$numberLong":"0"},"value":"A:信念"},{"name":{"$numberLong":"1"},"value":"B:信仰"},{"name":{"$numberLong":"2"},"value":"C:信任"},{"name":{"$numberLong":"3"},"value":"D:信心"}],"userAnswer":"\"\"","rightAnswer":{"$numberLong":"3"}},{"rightAnswer":{"$numberLong":"1"},"illustrate":"要成为新时代青年马克思主义者,必须练就高强的本领,“既要政治过硬, 也要本领高强, 这是党的十九大报告对全党的要求, 对于青年马克思主义者来讲也是完全适用的","classState":"\"\"","pngAdd":"cloud://cloud-83621f.636c-cloud-83621f/styleDay/question_2.png","question":"问题二:关于以下说法,哪一项是不正确的?","answers":[{"value":"A:要成为新时代青年马克思主义者, 必须坚定对共产主义和中国特色社会主义的执着信仰","name":{"$numberLong":"0"}},{"name":{"$numberLong":"1"},"value":"B:要成为新时代青年马克思主义者, 只须练就高强的本领。"},{"name":{"$numberLong":"2"},"value":"C:要成为新时代青年马克思主义者, 必须常葆对人民群众的赤子之心"},{"name":{"$numberLong":"3"},"value":"D:要成为新时代青年马克思主义者, 必须树立为实现中华民族伟大复兴的中国梦而奋斗的使命担当"}],"userAnswer":"\"\""},{"illustrate":"马克思主义之所以是科学,首先在于它不再把自己的理论建立在主观臆想的基础上,而是建立在对现实社会进行科学研究的基础之上。马克思主义之所以为科学,还在于它不断吸收科学研究的最新成果,而不是故步自封、自视为穷尽一切真理的宗教教义。","classState":"\"\"","pngAdd":"cloud://cloud-83621f.636c-cloud-83621f/styleDay/question3.jpg","question":"问题三:马克思主义之所以是科学,仅仅在于它不再把自己的理论建立在主观臆想的基础上,而是建立在对现实社会进行科学研究的基础之上。","answers":[{"name":{"$numberLong":"0"},"value":"A:正确"},{"name":{"$numberLong":"1"},"value":"B:错误"}],"userAnswer":"\"\"","rightAnswer":{"$numberLong":"1"}},{"userAnswer":"\"\"","rightAnswer":{"$numberLong":"0"},"illustrate":"2018年5月4日,习近平总书记在纪念马克思诞辰200周年大会上强调,对待科学的理论必须有科学的态度。","classState":"\"\"","pngAdd":"cloud://cloud-83621f.636c-cloud-83621f/styleDay/question4.jpg","question":"问题四:马克思主义始终是我们党和国家的指导思想,是我们认识世界、把握规律、追求真理、改造世界的强大思想武器。","answers":[{"name":{"$numberLong":"0"},"value":"A:正确"},{"name":{"$numberLong":"1"},"value":"B:错误"}]}],"rightAnswer":[{"$numberLong":"3"},{"$numberLong":"1"},{"$numberLong":"1"},{"$numberLong":"0"}]}
|
||||
{"_id":"XKjJSXkPDdDCJ8rz","total":{"$numberLong":"19"},"1":{"$numberLong":"13"},"2":{"$numberLong":"13"},"3":{"$numberLong":"13"},"4":{"$numberLong":"13"}}
|
@ -1,13 +1,62 @@
|
||||
// pages/main/main.js
|
||||
const App = getApp();
|
||||
Page({
|
||||
|
||||
/**
|
||||
* 页面的初始数据
|
||||
*/
|
||||
data: {
|
||||
title:"主题团日知识竞答",
|
||||
allData: [
|
||||
//app.js
|
||||
App({
|
||||
onLaunch: function () {
|
||||
wx.getSystemInfo({
|
||||
success: res => {
|
||||
//导航高度
|
||||
this.globalData.navHeight = res.statusBarHeight + 46;
|
||||
}, fail(err) {
|
||||
console.log(err);
|
||||
}
|
||||
})
|
||||
// this.judgeCloud();
|
||||
},
|
||||
globalData: {
|
||||
navHeight:0,
|
||||
cloudState:0,
|
||||
allData:null,
|
||||
},
|
||||
judgeCloud() {
|
||||
if (!wx.cloud) {
|
||||
//不支持云能力
|
||||
console.error('请使用 2.2.3 或以上的基础库以使用云能力')
|
||||
this.rewriteAllData();
|
||||
wx.redirectTo({
|
||||
url: '../main/mian',
|
||||
})
|
||||
} else {
|
||||
//支持云能力
|
||||
this.globalData.cloudState = 1;
|
||||
wx.cloud.init({
|
||||
traceUser: true,
|
||||
})
|
||||
//先查看该学生是否已经答过题
|
||||
|
||||
wx.cloud.callFunction({
|
||||
name: 'sD_login',
|
||||
data: {}
|
||||
}).then(res => {
|
||||
console.log(res.result)
|
||||
this.globalData.allData = res.result.allData
|
||||
//如果没答过题
|
||||
if(res.result.state == 0) wx.redirectTo({
|
||||
url: '../main/main',
|
||||
})
|
||||
//如果答过题
|
||||
if(res.result.state == 1) wx.redirectTo({
|
||||
url: '../index/index',
|
||||
})
|
||||
}).catch(err => {
|
||||
console.log(err)
|
||||
this.rewriteAllData();
|
||||
wx.redirectTo({
|
||||
url: '../main/main',
|
||||
})
|
||||
})
|
||||
}
|
||||
},
|
||||
rewriteAllData() {
|
||||
this.globalData.allData = [
|
||||
{
|
||||
pngAdd: "https://gss0.baidu.com/-fo3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/9d82d158ccbf6c81962c9e57b13eb13533fa4071.jpg",
|
||||
// pngAdd: "http://powerrain.cn/styleDay/images/question_1.png",
|
||||
@ -54,96 +103,16 @@ Page({
|
||||
{
|
||||
pngAdd: "https://gss0.baidu.com/94o3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/4e4a20a4462309f7381b1fad7f0e0cf3d7cad61d.jpg",
|
||||
// pngAdd: "http://powerrain.cn/styleDay/images/question_4.png",
|
||||
question: "问题四:习主席曾言,办好中国的事情,关键在党。",
|
||||
question: "问题四:马克思主义始终是我们党和国家的指导思想,是我们认识世界、把握规律、追求真理、改造世界的强大思想武器。",
|
||||
answers: [
|
||||
{ name: 0, value: 'A:正确' },
|
||||
{ name: 1, value: 'B:错误' },
|
||||
],
|
||||
userAnswer: "",
|
||||
rightAnswer: 0,
|
||||
illustrate: "习主席确实这么说的。",
|
||||
illustrate: "2018年5月4日,习近平总书记在纪念马克思诞辰200周年大会上强调,对待科学的理论必须有科学的态度。",
|
||||
classState: ""
|
||||
}
|
||||
],
|
||||
disabled:true
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面加载
|
||||
*/
|
||||
onLoad: function (options) {
|
||||
wx.clearStorage();
|
||||
this.setData({
|
||||
navH: App.globalData.navHeight
|
||||
})
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面初次渲染完成
|
||||
*/
|
||||
onReady: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面显示
|
||||
*/
|
||||
onShow: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面隐藏
|
||||
*/
|
||||
onHide: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面卸载
|
||||
*/
|
||||
onUnload: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 页面相关事件处理函数--监听用户下拉动作
|
||||
*/
|
||||
onPullDownRefresh: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 页面上拉触底事件的处理函数
|
||||
*/
|
||||
onReachBottom: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 用户点击右上角分享
|
||||
*/
|
||||
onShareAppMessage: function () {
|
||||
|
||||
},
|
||||
radioChange: function (e) {
|
||||
wx.setStorageSync(e.currentTarget.id, e.detail.value);
|
||||
console.log(typeof e.detail.value)
|
||||
this.setData({
|
||||
disabled:this.judge()
|
||||
})
|
||||
},
|
||||
judge(){
|
||||
for(let i=0;i<this.data.allData.length;i++){
|
||||
var j = i.toString();
|
||||
var info = wx.getStorageSync(j)
|
||||
console.log(i+"jude")
|
||||
if(info=="") return true;
|
||||
}
|
||||
console.log('false');
|
||||
return false;
|
||||
},
|
||||
submit(){
|
||||
wx.redirectTo({url:"../index/index"})
|
||||
]
|
||||
}
|
||||
})
|
16
miniprogram/app.json
Normal file
16
miniprogram/app.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/main/main",
|
||||
"pages/welcome/welcome",
|
||||
"pages/index/index",
|
||||
"pages/report/report"
|
||||
],
|
||||
"window": {
|
||||
"backgroundTextStyle": "light",
|
||||
"navigationBarBackgroundColor": "#fff",
|
||||
"navigationBarTitleText": "WeChat",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationStyle": "custom"
|
||||
},
|
||||
"sitemapLocation": "sitemap.json"
|
||||
}
|
@ -1,10 +1,10 @@
|
||||
/**app.wxss**/
|
||||
.container {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 200rpx 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
/**app.wxss**/
|
||||
.container {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 200rpx 0;
|
||||
box-sizing: border-box;
|
||||
}
|
BIN
miniprogram/images/bg.png
Normal file
BIN
miniprogram/images/bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 184 KiB |
BIN
miniprogram/images/info.png
Normal file
BIN
miniprogram/images/info.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 117 KiB After Width: | Height: | Size: 117 KiB |
101
miniprogram/pages/index/index.js
Normal file
101
miniprogram/pages/index/index.js
Normal file
@ -0,0 +1,101 @@
|
||||
// pages/index/index.js
|
||||
const App = getApp();
|
||||
Page({
|
||||
|
||||
/**
|
||||
* 页面的初始数据
|
||||
*/
|
||||
data: {
|
||||
right_num:0,
|
||||
grade:0,
|
||||
title: "主题团日知识竞答",
|
||||
allData: [],
|
||||
disabled: true
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面加载
|
||||
*/
|
||||
onLoad: function (options) {
|
||||
// wx.clearStorage();
|
||||
this.setData({
|
||||
navH: App.globalData.navHeight,
|
||||
allData:App.globalData.allData
|
||||
})
|
||||
// for (let i = 0; i < this.data.allData.length; i++) {
|
||||
// var j = i.toString();
|
||||
// var info = wx.getStorageSync(j)
|
||||
// var str = "allData[" + i + "].userAnswer"
|
||||
// this.setData({
|
||||
// [str]: parseInt(info)
|
||||
// })
|
||||
// // this.data.allData[i].userAnswer = parseInt(info);
|
||||
// }
|
||||
for (let i = 0; i < this.data.allData.length; i++) {
|
||||
if (this.data.allData[i].userAnswer != this.data.allData[i].rightAnswer){
|
||||
var str = "allData[" + i + "].classState";
|
||||
this.setData({
|
||||
[str]: "item_error"
|
||||
})
|
||||
}else {
|
||||
var str = "allData[" + i + "].classState";
|
||||
this.setData({
|
||||
[str]: "item_right",
|
||||
right_num:this.data.right_num+1
|
||||
})
|
||||
}
|
||||
}
|
||||
this.setData({
|
||||
grade:this.data.right_num*25
|
||||
})
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面初次渲染完成
|
||||
*/
|
||||
onReady: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面显示
|
||||
*/
|
||||
onShow: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面隐藏
|
||||
*/
|
||||
onHide: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面卸载
|
||||
*/
|
||||
onUnload: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 页面相关事件处理函数--监听用户下拉动作
|
||||
*/
|
||||
onPullDownRefresh: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 页面上拉触底事件的处理函数
|
||||
*/
|
||||
onReachBottom: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 用户点击右上角分享
|
||||
*/
|
||||
onShareAppMessage: function () {
|
||||
|
||||
},
|
||||
})
|
@ -1,205 +1,205 @@
|
||||
/* pages/index/index.wxss */
|
||||
Page {
|
||||
background-color: #efefef;
|
||||
}
|
||||
.title {
|
||||
width:100%;
|
||||
margin:auto;
|
||||
overflow:hidden;
|
||||
position: fixed;
|
||||
top:0;
|
||||
z-index: 100;
|
||||
background-image:url(https://gss0.baidu.com/7Po3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/3ac79f3df8dcd10095b44a9e7f8b4710b9122f60.jpg);
|
||||
/* background-image:url(https://powerrain.cn/styleDay/images/title_bg.png); */
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.title_text {
|
||||
text-align: center;
|
||||
margin-top:30px;
|
||||
color: #fff;
|
||||
font-size: 40rpx;
|
||||
}
|
||||
|
||||
.title_bg {
|
||||
width:100%;
|
||||
height:170px;
|
||||
text-align:center;
|
||||
line-height:50px;
|
||||
position: fixed;
|
||||
top:0;
|
||||
z-index: -99;
|
||||
}
|
||||
|
||||
.title_bg:after {
|
||||
width: 120%;
|
||||
height: 170px;
|
||||
position: fixed;
|
||||
left: -10%;
|
||||
top:0;
|
||||
z-index: -100;
|
||||
content: '';
|
||||
border-radius: 0 0 50% 50%;
|
||||
background-image:url(https://gss0.baidu.com/7Po3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/3ac79f3df8dcd10095b44a9e7f8b4710b9122f60.jpg);
|
||||
/* background-image:url(https://powerrain.cn/styleDay/images/title_bg.png); */
|
||||
}
|
||||
|
||||
.boundary {
|
||||
height:30rpx;
|
||||
width:100%;
|
||||
border-bottom: #eee 1px solid;
|
||||
}
|
||||
.info {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
width:100%;
|
||||
height:180rpx;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.info .userAvatar {
|
||||
height: 150rpx;
|
||||
width: 150rpx;
|
||||
border-radius: 50%;
|
||||
margin: 30rpx;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.info .userNickName>view ,.answer_title{
|
||||
font-size: 36rpx;
|
||||
font-weight: bolder;
|
||||
margin-bottom: 10rpx;
|
||||
}
|
||||
|
||||
.info .userNickName>open-data {
|
||||
font-size: 36rpx;
|
||||
font-weight: lighter;
|
||||
}
|
||||
|
||||
|
||||
.box_ticket {
|
||||
position: relative;
|
||||
height:auto;
|
||||
width:650rpx;
|
||||
background-color: #fff;
|
||||
margin:0 auto;
|
||||
border-radius: 20rpx;
|
||||
margin-bottom:60rpx;
|
||||
box-shadow: 0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
|
||||
}
|
||||
|
||||
.w {
|
||||
height: 90%;
|
||||
width:90%;
|
||||
margin:auto auto;
|
||||
padding-top: 30rpx;
|
||||
}
|
||||
|
||||
.answer {
|
||||
height:auto;
|
||||
width:100%;
|
||||
margin-bottom:30rpx;
|
||||
}
|
||||
|
||||
.answer .question_answer {
|
||||
font-size: 30rpx;
|
||||
margin-bottom:18rpx;
|
||||
}
|
||||
|
||||
.answer .question_answer .question {
|
||||
margin-bottom:18rpx;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.rightAnswer .item {
|
||||
height:auto;
|
||||
line-height: 60rpx;
|
||||
background: rgba(153,204,50,0.3);
|
||||
font-weight: lighter;
|
||||
}
|
||||
|
||||
.userAnswer {
|
||||
margin-bottom:18rpx;
|
||||
}
|
||||
|
||||
.userAnswer .item_right {
|
||||
height:auto;
|
||||
line-height:60rpx;
|
||||
background: rgba(153,204,50,0.3);
|
||||
font-weight: lighter;
|
||||
|
||||
}
|
||||
|
||||
.userAnswer .item_error {
|
||||
height:auto;
|
||||
line-height:60rpx;
|
||||
background: rgba(255, 0, 0, 0.3);
|
||||
font-weight: lighter;
|
||||
|
||||
}
|
||||
|
||||
.illustrate_title {
|
||||
margin-bottom:18rpx;
|
||||
}
|
||||
|
||||
.illustrate_item {
|
||||
font-weight: lighter;
|
||||
}
|
||||
|
||||
.grade {
|
||||
height:auto;
|
||||
}
|
||||
|
||||
.grade .item_1 {
|
||||
font-size: 30rpx;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: 18rpx;
|
||||
}
|
||||
|
||||
|
||||
.grade .item_1 .item_item {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.grade .item_2 .item_item {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.grade .item_2 {
|
||||
font-size: 30rpx;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.grade .item_3 {
|
||||
height:100rpx;
|
||||
font-size: 36rpx;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.grade .item_3 .item_item {
|
||||
font-size: 40rpx;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.BT {
|
||||
color: #7f8389;
|
||||
font-size: 20rpx;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.banquan {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
/* pages/index/index.wxss */
|
||||
Page {
|
||||
background-color: #efefef;
|
||||
}
|
||||
.title {
|
||||
width:100%;
|
||||
margin:auto;
|
||||
overflow:hidden;
|
||||
position: fixed;
|
||||
top:0;
|
||||
z-index: 100;
|
||||
background-image:url(https://gss0.baidu.com/7Po3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/3ac79f3df8dcd10095b44a9e7f8b4710b9122f60.jpg);
|
||||
/* background-image:url(https://powerrain.cn/styleDay/images/title_bg.png); */
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.title_text {
|
||||
text-align: center;
|
||||
margin-top:30px;
|
||||
color: #fff;
|
||||
font-size: 40rpx;
|
||||
}
|
||||
|
||||
.title_bg {
|
||||
width:100%;
|
||||
height:170px;
|
||||
text-align:center;
|
||||
line-height:50px;
|
||||
position: fixed;
|
||||
top:0;
|
||||
z-index: -99;
|
||||
}
|
||||
|
||||
.title_bg:after {
|
||||
width: 120%;
|
||||
height: 170px;
|
||||
position: fixed;
|
||||
left: -10%;
|
||||
top:0;
|
||||
z-index: -100;
|
||||
content: '';
|
||||
border-radius: 0 0 50% 50%;
|
||||
background-image:url(https://gss0.baidu.com/7Po3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/3ac79f3df8dcd10095b44a9e7f8b4710b9122f60.jpg);
|
||||
/* background-image:url(https://powerrain.cn/styleDay/images/title_bg.png); */
|
||||
}
|
||||
|
||||
.boundary {
|
||||
height:30rpx;
|
||||
width:100%;
|
||||
border-bottom: #eee 1px solid;
|
||||
}
|
||||
.info {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
width:100%;
|
||||
height:180rpx;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.info .userAvatar {
|
||||
height: 150rpx;
|
||||
width: 150rpx;
|
||||
border-radius: 50%;
|
||||
margin: 30rpx;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.info .userNickName>view ,.answer_title{
|
||||
font-size: 36rpx;
|
||||
font-weight: bolder;
|
||||
margin-bottom: 10rpx;
|
||||
}
|
||||
|
||||
.info .userNickName>open-data {
|
||||
font-size: 36rpx;
|
||||
font-weight: lighter;
|
||||
}
|
||||
|
||||
|
||||
.box_ticket {
|
||||
position: relative;
|
||||
height:auto;
|
||||
width:650rpx;
|
||||
background-color: #fff;
|
||||
margin:0 auto;
|
||||
border-radius: 20rpx;
|
||||
margin-bottom:60rpx;
|
||||
box-shadow: 0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
|
||||
}
|
||||
|
||||
.w {
|
||||
height: 90%;
|
||||
width:90%;
|
||||
margin:auto auto;
|
||||
padding-top: 30rpx;
|
||||
}
|
||||
|
||||
.answer {
|
||||
height:auto;
|
||||
width:100%;
|
||||
margin-bottom:30rpx;
|
||||
}
|
||||
|
||||
.answer .question_answer {
|
||||
font-size: 30rpx;
|
||||
margin-bottom:18rpx;
|
||||
}
|
||||
|
||||
.answer .question_answer .question {
|
||||
margin-bottom:18rpx;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.rightAnswer .item {
|
||||
height:auto;
|
||||
line-height: 60rpx;
|
||||
background: rgba(153,204,50,0.3);
|
||||
font-weight: lighter;
|
||||
}
|
||||
|
||||
.userAnswer {
|
||||
margin-bottom:18rpx;
|
||||
}
|
||||
|
||||
.userAnswer .item_right {
|
||||
height:auto;
|
||||
line-height:60rpx;
|
||||
background: rgba(153,204,50,0.3);
|
||||
font-weight: lighter;
|
||||
|
||||
}
|
||||
|
||||
.userAnswer .item_error {
|
||||
height:auto;
|
||||
line-height:60rpx;
|
||||
background: rgba(255, 0, 0, 0.3);
|
||||
font-weight: lighter;
|
||||
|
||||
}
|
||||
|
||||
.illustrate_title {
|
||||
margin-bottom:18rpx;
|
||||
}
|
||||
|
||||
.illustrate_item {
|
||||
font-weight: lighter;
|
||||
}
|
||||
|
||||
.grade {
|
||||
height:auto;
|
||||
}
|
||||
|
||||
.grade .item_1 {
|
||||
font-size: 30rpx;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: 18rpx;
|
||||
}
|
||||
|
||||
|
||||
.grade .item_1 .item_item {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.grade .item_2 .item_item {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.grade .item_2 {
|
||||
font-size: 30rpx;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.grade .item_3 {
|
||||
height:100rpx;
|
||||
font-size: 36rpx;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.grade .item_3 .item_item {
|
||||
font-size: 40rpx;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.BT {
|
||||
color: #7f8389;
|
||||
font-size: 20rpx;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.banquan {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin-bottom: 20rpx;
|
||||
}
|
148
miniprogram/pages/main/main.js
Normal file
148
miniprogram/pages/main/main.js
Normal file
@ -0,0 +1,148 @@
|
||||
// pages/main/main.js
|
||||
const App = getApp();
|
||||
Page({
|
||||
|
||||
/**
|
||||
* 页面的初始数据
|
||||
*/
|
||||
data: {
|
||||
title:"主题团日知识竞答",
|
||||
allData: [],
|
||||
disabled:true,
|
||||
interval:'',
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面加载
|
||||
*/
|
||||
onLoad: function (options) {
|
||||
wx.clearStorage();
|
||||
this.setData({
|
||||
navH: App.globalData.navHeight,
|
||||
allData: App.globalData.allData
|
||||
})
|
||||
// wx.showLoading({
|
||||
// title: '加载中',
|
||||
// })
|
||||
// this.interval = setInterval(()=>{
|
||||
// if (App.globalData.allData !== null) {
|
||||
// this.setData({
|
||||
// allData: App.globalData.allData,
|
||||
// isShow:true
|
||||
// })
|
||||
// this.stopInterval();
|
||||
// wx.hideLoading();
|
||||
// }
|
||||
// }, 100);
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面初次渲染完成
|
||||
*/
|
||||
onReady: function () {
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面显示
|
||||
*/
|
||||
onShow: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面隐藏
|
||||
*/
|
||||
onHide: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面卸载
|
||||
*/
|
||||
onUnload: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 页面相关事件处理函数--监听用户下拉动作
|
||||
*/
|
||||
onPullDownRefresh: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 页面上拉触底事件的处理函数
|
||||
*/
|
||||
onReachBottom: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 用户点击右上角分享
|
||||
*/
|
||||
onShareAppMessage: function () {
|
||||
|
||||
},
|
||||
// stopInterval() {
|
||||
// clearInterval(this.interval)
|
||||
// },
|
||||
radioChange: function (e) {
|
||||
wx.setStorageSync(e.currentTarget.id, e.detail.value);
|
||||
// console.log(e.currentTarget.id, e.detail.value)
|
||||
//将改变保存到globalData里边
|
||||
App.globalData.allData[e.currentTarget.id].userAnswer = parseInt(e.detail.value) ;
|
||||
// console.log(App.globalData.allData)
|
||||
this.setData({
|
||||
disabled:this.judge()
|
||||
})
|
||||
|
||||
},
|
||||
judge(){
|
||||
for(let i=0;i<this.data.allData.length;i++){
|
||||
var j = i.toString();
|
||||
var info = wx.getStorageSync(j)
|
||||
if(info=="") return true;
|
||||
}
|
||||
// console.log('false');
|
||||
return false;
|
||||
},
|
||||
submit(){
|
||||
// console.log(App.globalData.cloudState)
|
||||
if (App.globalData.cloudState){
|
||||
let uploadData = [];
|
||||
for(let i in this.data.allData){
|
||||
// var temp = {};//直接传一个数组就好,没更多功能之前先弃用
|
||||
// temp[i] = wx.getStorageSync(i);//通过这种方式自定义key值
|
||||
uploadData.push(parseInt(wx.getStorageSync(i)))
|
||||
}
|
||||
console.log(uploadData)
|
||||
wx.cloud.callFunction({
|
||||
name: 'sD_submit',
|
||||
data: {
|
||||
data:uploadData
|
||||
}
|
||||
}).then(res =>{
|
||||
console.log(res.result)
|
||||
}).catch(err =>{
|
||||
console.log(err)
|
||||
})
|
||||
}
|
||||
wx.cloud.database().collection('sD_personal').add({
|
||||
data:{
|
||||
allData: App.globalData.allData
|
||||
}
|
||||
}).then(res => {
|
||||
wx.redirectTo({url:"../index/index"})
|
||||
}).catch(err =>{
|
||||
console.err(err);
|
||||
wx.vibrateLong({})
|
||||
wx.showToast({
|
||||
title: '抱歉,请重试',
|
||||
icon: 'success',
|
||||
image: '../../images/info.png',
|
||||
duration: 2000
|
||||
})
|
||||
})
|
||||
|
||||
}
|
||||
})
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
|
||||
{
|
||||
|
||||
}
|
@ -4,7 +4,6 @@
|
||||
</view>
|
||||
<view class='title_bg'></view>
|
||||
<view style='margin-top:{{navH+30}}px'></view>
|
||||
|
||||
<view wx:for="{{allData}}" wx:for-index="index" wx:for-item="item" wx:key="index">
|
||||
<view class='box_select'>
|
||||
<view class='w'>
|
||||
@ -27,4 +26,4 @@
|
||||
<view class='BT'>Designed by Rain Sun</view>
|
||||
<view class='BT'>计算机科学技术学院 团委学生会学习部</view>
|
||||
<view class='BT'>All Rights Reserved</view>
|
||||
</view>
|
||||
</view>
|
@ -1,125 +1,125 @@
|
||||
/* pages/main/main.wxss */
|
||||
Page {
|
||||
background-color: #efefef;
|
||||
}
|
||||
.title {
|
||||
width:100%;
|
||||
margin:auto;
|
||||
overflow:hidden;
|
||||
position: fixed;
|
||||
top:0;
|
||||
z-index: 100;
|
||||
background-image:url(https://gss0.baidu.com/7Po3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/3ac79f3df8dcd10095b44a9e7f8b4710b9122f60.jpg);
|
||||
/* background-image:url(https://powerrain.cn/styleDay/images/title_bg.png); */
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.title_text {
|
||||
text-align: center;
|
||||
margin-top:30px;
|
||||
color: #fff;
|
||||
font-size: 40rpx;
|
||||
}
|
||||
|
||||
.title_bg {
|
||||
width:100%;
|
||||
height:170px;
|
||||
text-align:center;
|
||||
line-height:50px;
|
||||
position: fixed;
|
||||
top:0;
|
||||
z-index: -99;
|
||||
}
|
||||
|
||||
.title_bg:after {
|
||||
width: 120%;
|
||||
height: 170px;
|
||||
position: fixed;
|
||||
left: -10%;
|
||||
top:0;
|
||||
z-index: -100;
|
||||
content: '';
|
||||
border-radius: 0 0 50% 50%;
|
||||
background-image:url(https://gss0.baidu.com/7Po3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/3ac79f3df8dcd10095b44a9e7f8b4710b9122f60.jpg);
|
||||
/* background-image:url(https://powerrain.cn/styleDay/images/title_bg.png); */
|
||||
}
|
||||
|
||||
.box_select {
|
||||
height:auto;
|
||||
width:650rpx;
|
||||
background-color: #fff;
|
||||
margin:0 auto;
|
||||
border-radius: 20rpx;
|
||||
margin-bottom:60rpx;
|
||||
box-shadow: 0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
|
||||
}
|
||||
|
||||
.box_select .w {
|
||||
height: 90%;
|
||||
width:90%;
|
||||
margin:auto auto;
|
||||
padding-top: 30rpx;
|
||||
}
|
||||
|
||||
.box_png_1 {
|
||||
height:240rpx;
|
||||
width:100%;
|
||||
margin-bottom: 30rpx;
|
||||
border-top-left-radius:20rpx;
|
||||
border-top-right-radius:20rpx;
|
||||
}
|
||||
|
||||
.box_select .question {
|
||||
font-size: 40rpx;
|
||||
}
|
||||
|
||||
.box_select .radio-group {
|
||||
margin-top:40rpx;
|
||||
}
|
||||
|
||||
.box_select .radio-group .radio {
|
||||
margin-bottom: 30rpx;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
height:auto;
|
||||
border-bottom:1px #eee solid;
|
||||
font-weight: lighter;
|
||||
}
|
||||
|
||||
.box_select .radio-group .radio .answer {
|
||||
width:80%;
|
||||
margin-bottom: 30rpx;
|
||||
}
|
||||
|
||||
.box_select .radio-group .radio radio {
|
||||
margin-bottom: 30rpx;
|
||||
}
|
||||
|
||||
|
||||
.BT {
|
||||
color: #7f8389;
|
||||
font-size: 20rpx;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.banquan {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
|
||||
.button {
|
||||
height:80rpx;
|
||||
background-color: #c91b1e;
|
||||
width: 650rpx;
|
||||
margin:0 auto;
|
||||
border-radius: 20rpx;
|
||||
margin-bottom: 30rpx;
|
||||
line-height: 80rpx;
|
||||
color: #fff;
|
||||
font-size: 40rpx;
|
||||
text-align: center;
|
||||
/* pages/main/main.wxss */
|
||||
Page {
|
||||
background-color: #efefef;
|
||||
}
|
||||
.title {
|
||||
width:100%;
|
||||
margin:auto;
|
||||
overflow:hidden;
|
||||
position: fixed;
|
||||
top:0;
|
||||
z-index: 100;
|
||||
background-image:url(https://gss0.baidu.com/7Po3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/3ac79f3df8dcd10095b44a9e7f8b4710b9122f60.jpg);
|
||||
/* background-image:url(https://powerrain.cn/styleDay/images/title_bg.png); */
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.title_text {
|
||||
text-align: center;
|
||||
margin-top:30px;
|
||||
color: #fff;
|
||||
font-size: 40rpx;
|
||||
}
|
||||
|
||||
.title_bg {
|
||||
width:100%;
|
||||
height:170px;
|
||||
text-align:center;
|
||||
line-height:50px;
|
||||
position: fixed;
|
||||
top:0;
|
||||
z-index: -99;
|
||||
}
|
||||
|
||||
.title_bg:after {
|
||||
width: 120%;
|
||||
height: 170px;
|
||||
position: fixed;
|
||||
left: -10%;
|
||||
top:0;
|
||||
z-index: -100;
|
||||
content: '';
|
||||
border-radius: 0 0 50% 50%;
|
||||
background-image:url(https://gss0.baidu.com/7Po3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/3ac79f3df8dcd10095b44a9e7f8b4710b9122f60.jpg);
|
||||
/* background-image:url(https://powerrain.cn/styleDay/images/title_bg.png); */
|
||||
}
|
||||
|
||||
.box_select {
|
||||
height:auto;
|
||||
width:650rpx;
|
||||
background-color: #fff;
|
||||
margin:0 auto;
|
||||
border-radius: 20rpx;
|
||||
margin-bottom:60rpx;
|
||||
box-shadow: 0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
|
||||
}
|
||||
|
||||
.box_select .w {
|
||||
height: 90%;
|
||||
width:90%;
|
||||
margin:auto auto;
|
||||
padding-top: 30rpx;
|
||||
}
|
||||
|
||||
.box_png_1 {
|
||||
height:240rpx;
|
||||
width:100%;
|
||||
margin-bottom: 30rpx;
|
||||
border-top-left-radius:20rpx;
|
||||
border-top-right-radius:20rpx;
|
||||
}
|
||||
|
||||
.box_select .question {
|
||||
font-size: 40rpx;
|
||||
}
|
||||
|
||||
.box_select .radio-group {
|
||||
margin-top:40rpx;
|
||||
}
|
||||
|
||||
.box_select .radio-group .radio {
|
||||
margin-bottom: 30rpx;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
height:auto;
|
||||
border-bottom:1px #eee solid;
|
||||
font-weight: lighter;
|
||||
}
|
||||
|
||||
.box_select .radio-group .radio .answer {
|
||||
width:80%;
|
||||
margin-bottom: 30rpx;
|
||||
}
|
||||
|
||||
.box_select .radio-group .radio radio {
|
||||
margin-bottom: 30rpx;
|
||||
}
|
||||
|
||||
|
||||
.BT {
|
||||
color: #7f8389;
|
||||
font-size: 20rpx;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.banquan {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
|
||||
.button {
|
||||
height:80rpx;
|
||||
background-color: #c91b1e;
|
||||
width: 650rpx;
|
||||
margin:0 auto;
|
||||
border-radius: 20rpx;
|
||||
margin-bottom: 30rpx;
|
||||
line-height: 80rpx;
|
||||
color: #fff;
|
||||
font-size: 40rpx;
|
||||
text-align: center;
|
||||
}
|
64
miniprogram/pages/report/report.js
Normal file
64
miniprogram/pages/report/report.js
Normal file
@ -0,0 +1,64 @@
|
||||
var wxCharts = require('./utils/wxcharts.js');
|
||||
var App = getApp();
|
||||
var pieChart = null;
|
||||
// px = rpx / 750 * wx.getSystemInfoSync().windowWidth;
|
||||
Page({
|
||||
data: {
|
||||
title:"数据分析"
|
||||
},
|
||||
touchHandler: function (e) {
|
||||
console.log(pieChart.getCurrentDataIndex(e));
|
||||
},
|
||||
onLoad: function (e) {
|
||||
this.setData({
|
||||
navH: App.globalData.navHeight
|
||||
})
|
||||
var windowWidth = 320;
|
||||
try {
|
||||
var res = wx.getSystemInfoSync();
|
||||
windowWidth = res.windowWidth;
|
||||
console.log("屏幕宽度为:",windowWidth)
|
||||
} catch (e) {
|
||||
console.error('getSystemInfoSync failed!');
|
||||
}
|
||||
var list = [{
|
||||
name: 'A选项',
|
||||
data: 412,
|
||||
}, {
|
||||
name: 'B选项',
|
||||
data: 35,
|
||||
}, {
|
||||
name: 'C选项',
|
||||
data: 40,
|
||||
}, {
|
||||
name: 'D选项',
|
||||
data: 63,
|
||||
}]
|
||||
pieChart = new wxCharts({
|
||||
animation: true,
|
||||
canvasId: 'pieCanvas',
|
||||
type: 'pie',
|
||||
series: list ,
|
||||
width: windowWidth,
|
||||
height: 300,
|
||||
dataLabel: true,
|
||||
});
|
||||
wx.startWifi({
|
||||
success: function (res) {
|
||||
console.log("调起wifi",res)
|
||||
wx.getWifiList({
|
||||
success: function (sList) {
|
||||
console.log("sList",sList)
|
||||
wx.onGetWifiList(res => {
|
||||
console.log("获取到WiFilist", res)
|
||||
});
|
||||
},
|
||||
fail: function (fList) {
|
||||
console.log("flist",fList)
|
||||
}
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
}
|
||||
});
|
3
miniprogram/pages/report/report.json
Normal file
3
miniprogram/pages/report/report.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"usingComponents": {}
|
||||
}
|
9
miniprogram/pages/report/report.wxml
Normal file
9
miniprogram/pages/report/report.wxml
Normal file
@ -0,0 +1,9 @@
|
||||
<view class='title' style='height:{{navH}}px'>
|
||||
<view class='title_text'>{{title}}</view>
|
||||
</view>
|
||||
<view class='title_bg'></view>
|
||||
<view style='margin-top:{{navH+30}}px'></view>
|
||||
|
||||
|
||||
|
||||
<canvas canvas-id="pieCanvas" class="canvas" style="height:300px" bindtouchstart="touchHandler"></canvas>
|
58
miniprogram/pages/report/report.wxss
Normal file
58
miniprogram/pages/report/report.wxss
Normal file
@ -0,0 +1,58 @@
|
||||
/* pages/report/report.wxss */
|
||||
canvas {
|
||||
width: 100%;
|
||||
}
|
||||
Page {
|
||||
background-color: #efefef;
|
||||
}
|
||||
.title {
|
||||
width:100%;
|
||||
margin:auto;
|
||||
overflow:hidden;
|
||||
position: fixed;
|
||||
top:0;
|
||||
z-index: 100;
|
||||
background-image:url(https://gss0.baidu.com/7Po3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/3ac79f3df8dcd10095b44a9e7f8b4710b9122f60.jpg);
|
||||
/* background-image:url(https://powerrain.cn/styleDay/images/title_bg.png); */
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.title_text {
|
||||
text-align: center;
|
||||
margin-top:30px;
|
||||
color: #fff;
|
||||
font-size: 40rpx;
|
||||
}
|
||||
|
||||
.title_bg {
|
||||
width:100%;
|
||||
height:170px;
|
||||
text-align:center;
|
||||
line-height:50px;
|
||||
position: fixed;
|
||||
top:0;
|
||||
z-index: -99;
|
||||
}
|
||||
|
||||
.title_bg:after {
|
||||
width: 120%;
|
||||
height: 170px;
|
||||
position: fixed;
|
||||
left: -10%;
|
||||
top:0;
|
||||
z-index: -100;
|
||||
content: '';
|
||||
border-radius: 0 0 50% 50%;
|
||||
background-image:url(https://gss0.baidu.com/7Po3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/3ac79f3df8dcd10095b44a9e7f8b4710b9122f60.jpg);
|
||||
/* background-image:url(https://powerrain.cn/styleDay/images/title_bg.png); */
|
||||
}
|
||||
|
||||
.box_select {
|
||||
height:auto;
|
||||
width:650rpx;
|
||||
background-color: #fff;
|
||||
margin:0 auto;
|
||||
border-radius: 20rpx;
|
||||
margin-bottom:60rpx;
|
||||
box-shadow: 0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
|
||||
}
|
2048
miniprogram/pages/report/utils/wxcharts.js
Normal file
2048
miniprogram/pages/report/utils/wxcharts.js
Normal file
File diff suppressed because it is too large
Load Diff
66
miniprogram/pages/welcome/welcome.js
Normal file
66
miniprogram/pages/welcome/welcome.js
Normal file
@ -0,0 +1,66 @@
|
||||
// pages/welcome/welcome.js
|
||||
Page({
|
||||
|
||||
/**
|
||||
* 页面的初始数据
|
||||
*/
|
||||
data: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面加载
|
||||
*/
|
||||
onLoad: function (options) {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面初次渲染完成
|
||||
*/
|
||||
onReady: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面显示
|
||||
*/
|
||||
onShow: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面隐藏
|
||||
*/
|
||||
onHide: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面卸载
|
||||
*/
|
||||
onUnload: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 页面相关事件处理函数--监听用户下拉动作
|
||||
*/
|
||||
onPullDownRefresh: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 页面上拉触底事件的处理函数
|
||||
*/
|
||||
onReachBottom: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 用户点击右上角分享
|
||||
*/
|
||||
onShareAppMessage: function () {
|
||||
|
||||
}
|
||||
})
|
3
miniprogram/pages/welcome/welcome.json
Normal file
3
miniprogram/pages/welcome/welcome.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"usingComponents": {}
|
||||
}
|
2
miniprogram/pages/welcome/welcome.wxml
Normal file
2
miniprogram/pages/welcome/welcome.wxml
Normal file
@ -0,0 +1,2 @@
|
||||
<!--pages/welcome/welcome.wxml-->
|
||||
<image src='../../images/bg.png' mode='widthFix' class='welcome'></image>
|
15
miniprogram/pages/welcome/welcome.wxss
Normal file
15
miniprogram/pages/welcome/welcome.wxss
Normal file
@ -0,0 +1,15 @@
|
||||
/* pages/welcome/welcome.wxss */
|
||||
.allPage {
|
||||
height: 100%;
|
||||
width:100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
.welcome {
|
||||
width: 100%;
|
||||
height: 350rpx;
|
||||
position: fixed;
|
||||
bottom: 0px;
|
||||
}
|
||||
page {
|
||||
background-color: #890000;
|
||||
}
|
7
miniprogram/sitemap.json
Normal file
7
miniprogram/sitemap.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"desc": "关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html",
|
||||
"rules": [{
|
||||
"action": "allow",
|
||||
"page": "*"
|
||||
}]
|
||||
}
|
@ -1,157 +0,0 @@
|
||||
// pages/index/index.js
|
||||
const App = getApp();
|
||||
Page({
|
||||
|
||||
/**
|
||||
* 页面的初始数据
|
||||
*/
|
||||
data: {
|
||||
right_num:0,
|
||||
grade:0,
|
||||
title: "主题团日知识竞答",
|
||||
allData: [
|
||||
{
|
||||
pngAdd: "https://gss0.baidu.com/-fo3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/9d82d158ccbf6c81962c9e57b13eb13533fa4071.jpg",
|
||||
// pngAdd: "http://powerrain.cn/styleDay/images/question_1.png",
|
||||
question: "问题一:以下哪一项不是四信的内容?",
|
||||
answers: [
|
||||
{ name: 0, value: 'A:信念' },
|
||||
{ name: 1, value: 'B:信仰' },
|
||||
{ name: 2, value: 'C:信任' },
|
||||
{ name: 3, value: 'D:信心' },
|
||||
],
|
||||
userAnswer:"",
|
||||
rightAnswer:3,
|
||||
illustrate:"‘信心’应为‘信赖’",
|
||||
classState:""
|
||||
},
|
||||
{
|
||||
pngAdd: "https://gss0.baidu.com/-Po3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/3801213fb80e7becbff3b15e222eb9389b506b60.jpg",
|
||||
// pngAdd: "http://powerrain.cn/styleDay/images/question_2.png",
|
||||
question: "问题二:关于以下说法,哪一项是不正确的?",
|
||||
answers: [
|
||||
{ name: 0, value: 'A:要成为新时代青年马克思主义者, 必须坚定对共产主义和中国特色社会主义的执着信仰' },
|
||||
{ name: 1, value: 'B:要成为新时代青年马克思主义者, 只须练就高强的本领。' },
|
||||
{ name: 2, value: 'C:要成为新时代青年马克思主义者, 必须常葆对人民群众的赤子之心' },
|
||||
{ name: 3, value: 'D:要成为新时代青年马克思主义者, 必须树立为实现中华民族伟大复兴的中国梦而奋斗的使命担当' },
|
||||
],
|
||||
userAnswer: "",
|
||||
rightAnswer: 1,
|
||||
illustrate: "要成为新时代青年马克思主义者,必须练就高强的本领,“既要政治过硬, 也要本领高强, 这是党的十九大报告对全党的要求, 对于青年马克思主义者来讲也是完全适用的",
|
||||
classState: ""
|
||||
},
|
||||
{
|
||||
pngAdd: "https://gss0.baidu.com/-vo3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/b90e7bec54e736d1c23a3eb796504fc2d5626960.jpg",
|
||||
// pngAdd: "http://powerrain.cn/styleDay/images/question_3.png",
|
||||
question: "问题三:马克思主义之所以是科学,仅仅在于它不再把自己的理论建立在主观臆想的基础上,而是建立在对现实社会进行科学研究的基础之上。",
|
||||
answers: [
|
||||
{ name: 0, value: 'A:正确' },
|
||||
{ name: 1, value: 'B:错误' },
|
||||
],
|
||||
userAnswer: "",
|
||||
rightAnswer: 1,
|
||||
illustrate: "马克思主义之所以是科学,首先在于它不再把自己的理论建立在主观臆想的基础上,而是建立在对现实社会进行科学研究的基础之上。马克思主义之所以为科学,还在于它不断吸收科学研究的最新成果,而不是故步自封、自视为穷尽一切真理的宗教教义。",
|
||||
classState: ""
|
||||
},
|
||||
{
|
||||
pngAdd: "https://gss0.baidu.com/94o3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/4e4a20a4462309f7381b1fad7f0e0cf3d7cad61d.jpg",
|
||||
// pngAdd: "http://powerrain.cn/styleDay/images/question_4.png",
|
||||
question: "问题四:习主席曾言,办好中国的事情,关键在党。",
|
||||
answers: [
|
||||
{ name: 0, value: 'A:正确' },
|
||||
{ name: 1, value: 'B:错误' },
|
||||
],
|
||||
userAnswer: "",
|
||||
rightAnswer: 0,
|
||||
illustrate: "习主席确实这么说的。",
|
||||
classState: ""
|
||||
}
|
||||
],
|
||||
disabled: true
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面加载
|
||||
*/
|
||||
onLoad: function (options) {
|
||||
// wx.clearStorage();
|
||||
this.setData({
|
||||
navH: App.globalData.navHeight
|
||||
})
|
||||
for (let i = 0; i < this.data.allData.length; i++) {
|
||||
var j = i.toString();
|
||||
var info = wx.getStorageSync(j)
|
||||
var str = "allData[" + i + "].userAnswer"
|
||||
this.setData({
|
||||
[str]: parseInt(info)
|
||||
})
|
||||
// this.data.allData[i].userAnswer = parseInt(info);
|
||||
}
|
||||
for (let i = 0; i < this.data.allData.length; i++) {
|
||||
if (this.data.allData[i].userAnswer != this.data.allData[i].rightAnswer){
|
||||
var str = "allData[" + i + "].classState";
|
||||
this.setData({
|
||||
[str]: "item_error"
|
||||
})
|
||||
}else {
|
||||
var str = "allData[" + i + "].classState";
|
||||
this.setData({
|
||||
[str]: "item_right",
|
||||
right_num:this.data.right_num+1
|
||||
})
|
||||
}
|
||||
}
|
||||
this.setData({
|
||||
grade:this.data.right_num*25
|
||||
})
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面初次渲染完成
|
||||
*/
|
||||
onReady: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面显示
|
||||
*/
|
||||
onShow: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面隐藏
|
||||
*/
|
||||
onHide: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面卸载
|
||||
*/
|
||||
onUnload: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 页面相关事件处理函数--监听用户下拉动作
|
||||
*/
|
||||
onPullDownRefresh: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 页面上拉触底事件的处理函数
|
||||
*/
|
||||
onReachBottom: function () {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 用户点击右上角分享
|
||||
*/
|
||||
onShareAppMessage: function () {
|
||||
|
||||
},
|
||||
})
|
@ -1,5 +1,8 @@
|
||||
{
|
||||
"description": "项目配置文件",
|
||||
"cloud": true,
|
||||
"cloudfunctionRoot": "cloudfunctions/",
|
||||
"miniprogramRoot": "miniprogram/",
|
||||
"packOptions": {
|
||||
"ignore": []
|
||||
},
|
||||
@ -8,16 +11,19 @@
|
||||
"es6": true,
|
||||
"postcss": true,
|
||||
"minified": true,
|
||||
"newFeature": true
|
||||
"newFeature": true,
|
||||
"autoAudits": false
|
||||
},
|
||||
"compileType": "miniprogram",
|
||||
"libVersion": "2.4.1",
|
||||
"libVersion": "2.5.0",
|
||||
"appid": "wx0df150c438e4c8f0",
|
||||
"projectname": "styleDay",
|
||||
"debugOptions": {
|
||||
"hidedInDevtools": []
|
||||
},
|
||||
"isGameTourist": false,
|
||||
"simulatorType": "wechat",
|
||||
"simulatorPluginLibVersion": {},
|
||||
"condition": {
|
||||
"search": {
|
||||
"current": -1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user