修复一些查询接口
parent
8c26b4787e
commit
dba4402115
|
@ -14,7 +14,10 @@
|
||||||
"autoclose" : true,
|
"autoclose" : true,
|
||||||
"delay" : 0
|
"delay" : 0
|
||||||
},
|
},
|
||||||
"modules" : {},
|
"modules" : {
|
||||||
|
"Barcode" : {},
|
||||||
|
"Camera" : {}
|
||||||
|
},
|
||||||
"distribute" : {
|
"distribute" : {
|
||||||
"android" : {
|
"android" : {
|
||||||
"permissions" : [
|
"permissions" : [
|
||||||
|
@ -45,7 +48,24 @@
|
||||||
"UniversalLinks" : ""
|
"UniversalLinks" : ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ad" : {}
|
"ad" : {},
|
||||||
|
"geolocation" : {
|
||||||
|
"system" : {
|
||||||
|
"__platform__" : [ "ios", "android" ]
|
||||||
|
},
|
||||||
|
"amap" : {
|
||||||
|
"name" : "",
|
||||||
|
"__platform__" : [ "ios", "android" ],
|
||||||
|
"appkey_ios" : "",
|
||||||
|
"appkey_android" : ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"push" : {
|
||||||
|
"unipush" : {
|
||||||
|
"version" : "2",
|
||||||
|
"offline" : false
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -299,6 +299,12 @@
|
||||||
"navigationBarTextStyle": "white"
|
"navigationBarTextStyle": "white"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
,{
|
||||||
|
"path": "pages/activity/map",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "地图"
|
||||||
|
}
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"tabBar": {
|
"tabBar": {
|
||||||
"color": "#000000",
|
"color": "#000000",
|
||||||
|
|
|
@ -0,0 +1,37 @@
|
||||||
|
<template class="content">
|
||||||
|
|
||||||
|
<view>12</view>
|
||||||
|
</template>
|
||||||
|
<script setup>
|
||||||
|
import ActiInfoList from '../common/activityList/index.vue'
|
||||||
|
import { onShow, onLoad ,onPullDownRefresh} from '@dcloudio/uni-app'
|
||||||
|
import { getDicts } from "@/api/system/dict/data"
|
||||||
|
import { ref, reactive, getCurrentInstance, toRefs } from 'vue'
|
||||||
|
import { useStore } from 'vuex';
|
||||||
|
const timeFormat = uni.$u.timeFormat;
|
||||||
|
const { proxy } = getCurrentInstance();
|
||||||
|
const newData = ref(new Date().getTime());
|
||||||
|
const iconConfig = proxy.iconConfig;
|
||||||
|
const tu21 = iconConfig.tu21;
|
||||||
|
|
||||||
|
|
||||||
|
onLoad((options) => {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
})
|
||||||
|
|
||||||
|
onShow(() => {
|
||||||
|
console.log('Page onShow')
|
||||||
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
<style lang="scss">
|
||||||
|
page{
|
||||||
|
background-color: #FBFBFB;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
|
@ -77,7 +77,7 @@
|
||||||
border="none">
|
border="none">
|
||||||
<span v-if="showtext2">添加活动具体位置</span>
|
<span v-if="showtext2">添加活动具体位置</span>
|
||||||
</up-input>
|
</up-input>
|
||||||
<up-icon slot="right" name="arrow-right"></up-icon>
|
<up-icon slot="right" name="arrow-right" @click="gotomap"></up-icon>
|
||||||
</view>
|
</view>
|
||||||
</up-form-item>
|
</up-form-item>
|
||||||
</up-cell-group>
|
</up-cell-group>
|
||||||
|
@ -198,7 +198,9 @@ const inputtextInfo = (e) => {
|
||||||
console.log("测试输入1:", e);
|
console.log("测试输入1:", e);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
const gotomap = () => {
|
||||||
|
proxy.$tab.navigateTo('/pages/activity/map')
|
||||||
|
}
|
||||||
|
|
||||||
const submitForm = (type) => {
|
const submitForm = (type) => {
|
||||||
if (uFormRef.value) {
|
if (uFormRef.value) {
|
||||||
|
|
|
@ -227,6 +227,7 @@ onPullDownRefresh((options) => {
|
||||||
console.log("下拉刷新,", queryParams.value);
|
console.log("下拉刷新,", queryParams.value);
|
||||||
getList();
|
getList();
|
||||||
})
|
})
|
||||||
|
//按照条件查询
|
||||||
const tabsClick = (index) => {
|
const tabsClick = (index) => {
|
||||||
removePage()
|
removePage()
|
||||||
if (index.state == 9) {
|
if (index.state == 9) {
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
</template>
|
</template>
|
||||||
</up-navbar>
|
</up-navbar>
|
||||||
</view>
|
</view>
|
||||||
<view style="height: 100vh; overflow: auto;">
|
<view style=" overflow: auto;">
|
||||||
<view class="avtivityInfo">
|
<view class="avtivityInfo">
|
||||||
<view>
|
<view>
|
||||||
<view class="cards">
|
<view class="cards">
|
||||||
|
@ -26,14 +26,31 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="qrcode" v-if="actiInfoList.state == '2'">
|
<view class="qrcode" v-if="actiInfoList.state == '2'">
|
||||||
<image :src="basetoimg(actiInfoList.acQrcode)" style="width: 200rpx; height: 200rpx;"
|
<image :src="basetoimg(actiInfoList.acQrcode)" style="width: 200rpx; height: 200rpx;"
|
||||||
@click="showqr = true"></image>
|
@click="showqr = true">
|
||||||
|
</image>
|
||||||
<view class="text">签到二维码</view>
|
<view class="text">签到二维码</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view style="width: 100%; height: 400rpx;"></view>
|
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view v-if=" actiInfoList.auditStatus == 0">
|
<!-- 当前是审核中就展示 -->
|
||||||
|
<view v-if="actiInfoList.auditStatus == 1 | actiInfoList.auditStatus == 2" class="infox4">
|
||||||
|
<view class="line"></view>
|
||||||
|
<view class="text1 text" >发布审核时间:<span>{{ actiInfoList.startTime }}</span></view>
|
||||||
|
<view class="text2 text">审核状态:<span style="color: #43CE8F">审核中</span></view>
|
||||||
|
|
||||||
|
</view>
|
||||||
|
<!-- 当前是未通过 -->
|
||||||
|
<view v-else-if="actiInfoList.auditStatus == 3 | actiInfoList.auditStatus == 4 " class="infox4">
|
||||||
|
<view class="line"></view>
|
||||||
|
<view class="text1 text" >发布审核时间:<span>{{ actiInfoList.startTime }}</span></view>
|
||||||
|
<view class="text1 text">审核状态:<span style="color: #F87863">未通过</span></view>
|
||||||
|
<view class="text2 text">未通过原因:<span style="color: #F87863">{{actiInfoList.auditAdvice}}</span></view>
|
||||||
|
|
||||||
|
</view>
|
||||||
|
<!-- 进行中或者报名中就展示 -->
|
||||||
|
<view v-else-if="actiInfoList.auditStatus == 0">
|
||||||
<view class="infox1" v-if="actiInfoList.state == '1'">
|
<view class="infox1" v-if="actiInfoList.state == '1'">
|
||||||
<view>
|
<view>
|
||||||
<view v-if="dataopen">
|
<view v-if="dataopen">
|
||||||
|
@ -62,6 +79,7 @@
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view style="width: 100%; height: 400rpx;"></view>
|
||||||
|
|
||||||
<view class="infox3"></view>
|
<view class="infox3"></view>
|
||||||
|
|
||||||
|
@ -69,7 +87,8 @@
|
||||||
<up-overlay :show="showqr" @click="showqr = false">
|
<up-overlay :show="showqr" @click="showqr = false">
|
||||||
<view class="warp">
|
<view class="warp">
|
||||||
<image class="rect" @tap.stop :src="basetoimg(actiInfoList.acQrcode)"
|
<image class="rect" @tap.stop :src="basetoimg(actiInfoList.acQrcode)"
|
||||||
style="width: 600rpx; height: 600rpx"></image>
|
style="width: 600rpx; height: 600rpx">
|
||||||
|
</image>
|
||||||
</view>
|
</view>
|
||||||
</up-overlay>
|
</up-overlay>
|
||||||
</view>
|
</view>
|
||||||
|
@ -112,9 +131,7 @@ const participation = (data) => {
|
||||||
const refObjects = limitedData.map(item => (QNDomain + item.avatar));
|
const refObjects = limitedData.map(item => (QNDomain + item.avatar));
|
||||||
return refObjects;
|
return refObjects;
|
||||||
}
|
}
|
||||||
function getAvatar() {
|
|
||||||
return QNDomain + actiInfoList.value.avatarInfo;
|
|
||||||
}
|
|
||||||
|
|
||||||
function basetoimg(e) {
|
function basetoimg(e) {
|
||||||
return "data:image/png;base64," + e
|
return "data:image/png;base64," + e
|
||||||
|
@ -162,32 +179,7 @@ const toimage = (url) => {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function cancel() {
|
|
||||||
open.value = !open.value;
|
|
||||||
}
|
|
||||||
|
|
||||||
const getDictLabelByValue = (state) => {
|
|
||||||
const dict = activityState.value.find((dict) => dict.dictValue === state);
|
|
||||||
return dict ? dict : '未知状态';
|
|
||||||
};
|
|
||||||
const goSing = (e) => {
|
|
||||||
if (e === 0) {
|
|
||||||
//取消报名
|
|
||||||
gotoSing2(activityAttendInfo.value.id).then(e => {
|
|
||||||
proxy.$modal.msgSuccess("取消报名成功!");
|
|
||||||
actiInfoList.value.elroll -= 1
|
|
||||||
})
|
|
||||||
}
|
|
||||||
if (e === 1) {
|
|
||||||
//报名
|
|
||||||
gotoSing1(activityAttendInfo.value.id).then(e => {
|
|
||||||
proxy.$modal.msgSuccess("报名成功!");
|
|
||||||
actiInfoList.value.elroll += 1
|
|
||||||
})
|
|
||||||
}
|
|
||||||
//简单刷新一下数据
|
|
||||||
checkStatus(actiInfoList.value.id);
|
|
||||||
}
|
|
||||||
const goQrcode = () => {
|
const goQrcode = () => {
|
||||||
uni.scanCode({
|
uni.scanCode({
|
||||||
onlyFromCamera: true,
|
onlyFromCamera: true,
|
||||||
|
@ -203,16 +195,7 @@ const goQrcode = () => {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function confirm() {
|
|
||||||
open.value = !open.value;
|
|
||||||
activityAttendInfo.value.qrcodeInfo = JSON.stringify(qrcodeInfo.value)
|
|
||||||
|
|
||||||
gotoQrcode(activityAttendInfo.value).then(e => {
|
|
||||||
proxy.$modal.msgSuccess("签到成功!");
|
|
||||||
//简单刷新一下数据
|
|
||||||
checkStatus(actiInfoList.value.id);
|
|
||||||
})
|
|
||||||
}
|
|
||||||
const toqrcode = (e) => {
|
const toqrcode = (e) => {
|
||||||
qrcodeInfo.value = JSON.parse(e.result);
|
qrcodeInfo.value = JSON.parse(e.result);
|
||||||
if (actiInfoList.value.id !== qrcodeInfo.value.id) {
|
if (actiInfoList.value.id !== qrcodeInfo.value.id) {
|
||||||
|
@ -244,6 +227,7 @@ page {
|
||||||
width: 686rpx;
|
width: 686rpx;
|
||||||
margin: 44rpx auto;
|
margin: 44rpx auto;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|
||||||
.cards {
|
.cards {
|
||||||
.title {
|
.title {
|
||||||
font-weight: 600 !important;
|
font-weight: 600 !important;
|
||||||
|
@ -353,6 +337,7 @@ page {
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.infox3 {
|
.infox3 {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 68rpx;
|
height: 68rpx;
|
||||||
|
@ -386,10 +371,35 @@ page {
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.warp {
|
.warp {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
.infox4{
|
||||||
|
width: 686rpx;
|
||||||
|
height: 400rpx;
|
||||||
|
margin: 60rpx auto;
|
||||||
|
.line{
|
||||||
|
width: 100%;
|
||||||
|
height: 4rpx;
|
||||||
|
background-color: #F4F5F6;
|
||||||
|
border-radius: 2rpx 2rpx 2rpx 2rpx;
|
||||||
|
margin-bottom: 60rpx;
|
||||||
|
}
|
||||||
|
.text{
|
||||||
|
font-size: 30rpx;
|
||||||
|
color: #000000 !important;
|
||||||
|
}
|
||||||
|
.text1 {
|
||||||
|
|
||||||
|
margin-bottom: 24rpx;
|
||||||
|
}
|
||||||
|
.text2 {
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue