123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434 |
- <template>
- <view class="nav">
- <view class="bg_box" style="background-color: #FFFFFF;" :style="{
- backgroundImage: mysNavConfig.bgImage,
- paddingTop: navBarTop,
- height: navBarHeight,
- opacity: opacity,
- }" :class="{ fixed: mysNavConfig.navFixed }"></view>
- <view class="mys_navBar" :style="{
- paddingTop: navBarTop,
- height: navBarHeight,
- paddingRight: navBarRight,
- }" :class="{ fixed: mysNavConfig.navFixed }">
- <!-- 左slot -->
- <view class="my_left_custom" :style="{ height: btnHeight }">
- <slot name="left"></slot>
- </view>
- <view class="btn_type" :style="{ height: btnHeight }">
- <view class="btn_box nav_btn_t1" :style="{
- width: btnWidth,
- height: btnHeight,
- marginLeft: navBarLeft,
- borderRadius: mysNavConfig.type2Config.radius,
- }">
- <view class="btn_back" @tap="onLeftClick()">
- <image class="nv_icon" :src="mysNavConfig.type2Config.leftPath"
- :style="{ height: btnHeight, width: iconW }" mode="aspectFit" />
- </view>
- <view class="line"></view>
- <view class="btn_home" @tap="onLeftHome('top')">
- <image class="nv_icon" :src="mysNavConfig.type2Config.rightPath"
- :style="{ height: btnHeight, width: iconW }" mode="aspectFit" />
- </view>
- </view>
- <!-- 标题 -->
- <view class="title_container" v-if="!mysNavConfig.searchConfig"
- :style="{ top: navBarTop, height: btnHeight }">
- <text class="title_text" v-if="!!mysNavConfig.navTitle" :style="{
- color: mysNavConfig.navTitle.color,
- fontSize: mysNavConfig.navTitle.fontSize,
- fontWeight: mysNavConfig.navTitle.fontWeight,
- }">{{ mysNavConfig.navTitle.text }}</text>
- <slot name="center2"></slot>
- </view>
- </view>
- </view>
- <aTip text="点击添加到我的小程序 \n下次访问更方便哦!" isCustom="true" />
- <view :style="{marginTop:navH}"></view>
- <view class="home">
- <view>
- <!-- 普通弹窗 -->
- <uni-popup ref="popup" background-color="#fff" @change="change">
- <view class="popup-content" :class="{ 'popup-height': type === 'left' || type === 'right' }">
- <view class="option1" style="margin-top: 20%;">
- <h3 style="margin-bottom: 10rpx;">社媒平台</h3>
- <uni-data-checkbox mode="tag" multiple v-model="formData.hobby" :localdata="hobby">
- </uni-data-checkbox>
- </view>
- <view class="option2">
- <h3 style="margin-bottom: 10rpx;">稿费形式</h3>
- <uni-data-checkbox mode="tag" multiple v-model="formData.hobby1" :localdata="hobby1">
- </uni-data-checkbox>
- </view>
- <view class="option3">
- <h3 style="margin-bottom: 10rpx;">任务形式</h3>
- <uni-data-checkbox mode="tag" multiple v-model="formData.hobby2" :localdata="hobby2">
- </uni-data-checkbox>
- </view>
- <view class="butto">
- <button class="mini-btn" size="mini" @tap="Reset">重置</button>
- <button class="mini-btn" size="mini" @tap="determine">确定</button>
- </view>
- </view>
- </uni-popup>
- </view>
- <!-- <view class="imge">
- <image src="../../static/home/home1.png" mode=""></image>
- </view> -->
- <view class="uni-margin-wrap">
- <swiper class="swiper" circular :indicator-dots="indicatorDots" :autoplay="autoplay"
- :interval="interval" :duration="duration">
- <swiper-item v-for="item in list1" @click="pick(item)">
- <image :src="item.img" mode="scaleToFill" style="width: 100%;height: 100%;"></image>
- </swiper-item>
- </swiper>
- </view>
- <view class="commodity" style="margin-top: 3%;">
- <view class="project" v-for="(item,index) in projectList" :key="index" @tap="project(item)">
- <view class="projectdiagram" :style="{backgroundImage:`url(${item.coverphoto})`}">
- <view class="Mask" v-if="item.ddl">
- <image src="https://horastar.obs.cn-east-3.myhuaweicloud.com/talent/home4.png" mode="">
- </image>
- </view>
- <view style="padding-left: 4%;padding-top: 2%;">
- </view>
- </view>
- <view class="projecttext">
- <image :src="item.project_imgper" mode=""></image>
- <span>{{item.project_name|ellipsis}}</span>
- </view>
- <view style="padding-left: 1%;">
- <view class="TitleText" v-if="item.isself===1">
- <p>自报价</p>
- </view>
- <view class="TitleText" v-if="item.isfixedfee===1">
- <p>固定稿费</p>
- </view>
- <view class="TitleText" v-if="item.project_form===3">
- <p>线下探店</p>
- </view>
- </view>
- <view class="introduction">
- <view class="rleft" style="">
- <p>商品价值: <span
- style="color: red;font-weight: 600;">¥{{item.ProductInfo.ProductPrice}}</span></p>
- </view>
- <view class="rright" style="display: flex;justify-content:space-between;">
- <p>招募人数: <span style="color: balck;font-weight: 600;">{{item.taskNum}}</span></p>
- <p>报名人数: <span style="color: balck;font-weight: 600;">{{item.apply_num}}</span>
- </p>
- </view>
- </view>
- </view>
- </view>
- </view>
- <!-- 普通弹窗 公众号-->
- <uni-popup ref="popup4" class="share" background-color="#fff" @change="change" :maskClick="false">
- <view class="popup-content" :class="{ 'popup-height': type === 'left' || type === 'right' }">
- <view class="sharepage">
- <view class="projecttext1">
- <image src="https://horastar.obs.cn-east-3.myhuaweicloud.com/talent/younggee_logo.png"
- style="width: 250rpx; height: 80rpx;" mode=""></image>
- <!-- <span>YoungGee</span> -->
- </view>
- <view class="sharemap">
- <image :src="kefuUrl" style="width: 400rpx;height: 400rpx;" mode=""></image>
- </view>
- <view style="margin: 30rpx 0;">
- <button class="butmin1" size="mini" @tap="saveImage">保存二维码</button>
- </view>
- <view class="sharetxt">
- <text>
- 使用样叽的过程中,有任何疑问,\n
- 请添加上方微信。\n
- 我们保证及时全力为您解决!
- </text>
- </view>
- <view style="margin: 30rpx 0;">
- <button class="butmin" size="mini" @tap="closepop">知道了</button>
- </view>
- </view>
- </view>
- </uni-popup>
- <view class="contact" @click="toggle4('center')">
- <view class="contt">
- <!-- <image class="img2" src="https://horastar.obs.cn-east-3.myhuaweicloud.com/talent/home2.png" mode=""></image> -->
- <image class="img1"
- src="https://horastar.obs.cn-east-3.myhuaweicloud.com/talent/kefu_20211124192542.png" mode="">
- </image>
- </view>
- </view>
- </view>
- </template>
- <script>
- import aTip from "@/components/mys-tip_1.0.01/a_tip/aTip";
- import request from '@/components/request.js';
- import {
- saveImageToPhotosAlbum,
- showToast,
- downloadFile
- } from '@/uni_modules/sakura-canvas/js_sdk/util'
- /* 默认首页路径 */
- const homePath = "/pages/tasksquare/tasksquare";
- /* 默认首页图标路径 */
- const homeIconPath = "/static/img/png4.png";
- /* 默认返回图标路径 */
- const backIconPath = "/static/img/png2.png";
- export default {
- props: {
- mysNavConfig: {
- type: Object,
- default () {
- return {
- /* 固定导航 */
- navFixed: true,
- /* 开启单页显示首页图标 */
- isHome: true,
- /* 占位开启 */
- navPadding: true,
- /* 背景 */
- bgColor: "#f8f8f8",
- /* 渐变色 */
- opacity: 1,
- /* 渐变开启 */
- isOpacity: false,
- /* 渐变延时效果 */
- opacityTime: 100,
- /* 左侧按钮样式 可选 type1 type2 (type2根据小程序胶囊位置调整) */
- btnType: "type1",
- /* type1 左侧文字配置 */
- leftText: {
- text: "",
- color: "",
- fontSize: "16px", // px upx rpx
- fontWeight: "", // blod
- },
- /* 标题 */
- navTitle: {
- text: "种草",
- color: "",
- fontSize: "32rpx", // px upx rpx
- fontWeight: "normal", // blod
- },
- /* type2 按钮 */
- type2Config: {
- // 左图标
- leftPath: "https://horastar.obs.cn-east-3.myhuaweicloud.com/talent/png3.png",
- // 右图标
- rightPath: "https://horastar.obs.cn-east-3.myhuaweicloud.com/talent/png1.png",
- // 圆角
- radius: "40rpx",
- },
- };
- },
- },
- scrollTop: {
- type: Number,
- default: function() {
- return 0;
- },
- },
- },
- filters: {
- ellipsis(value) {
- if (!value) return "";
- if (value.length > 20) {
- return value.slice(0, 20) + "...";
- }
- return value;
- },
- },
- components: {
- aTip
- },
- data() {
- return {
- navH: getApp().globalData.navHeight,
- kefuUrl: "https://horastar.obs.cn-east-3.myhuaweicloud.com/talent/kefu.jpeg",
- token: '',
- per: 0,
- type4: 'center',
- //轮播图
- img: 'https://horastar.obs.cn-east-3.myhuaweicloud.com/talent/home1.png',
- background: ['color1', 'color2', 'color3'],
- indicatorDots: true,
- autoplay: true,
- interval: 3000,
- duration: 1000,
- list1: [{
- img: 'https://horastar.obs.cn-east-3.myhuaweicloud.com/talent/home1.png',
- name: '/page_tasksquare/banner/guide'
- },
- {
- img: 'https://horastar.obs.cn-east-3.myhuaweicloud.com/talent/home7.png',
- name: '/page_tasksquare/banner/cooperation'
- // name: 'http://www.baidu.com/'
- }
- // {
- // img: 'https://horastar.obs.cn-east-3.myhuaweicloud.com/talent_upload/guanwang.png',
- // name: '/page_tasksquare/banner/guanwang'
- // // name: 'http://www.baidu.com/'
- // }
- ],
- //弹窗
- type: 'center',
- formData: {
- hobby: [],
- hobby1: [],
- hobby2: [],
- },
- hobby: [{
- text: '小红书',
- value: 1
- }, {
- text: '抖音',
- value: 2
- }, {
- text: '微博',
- value: 3
- }, {
- text: '快手',
- value: 4
- }, {
- text: 'B站',
- value: 5
- }, {
- text: '大众点评',
- value: 6
- }, {
- text: '知乎',
- value: 7
- }],
- hobby1: [{
- text: '产品置换',
- value: 1
- }, {
- text: '固定稿费',
- value: 2
- }, {
- text: '自报价',
- value: 3
- }],
- hobby2: [{
- text: '实体商品寄拍',
- value: 1
- }, {
- text: '虚拟产品测评',
- value: 2
- }, {
- text: '线下探店打卡',
- value: 3
- }],
- iconW: undefined,
- iconH: undefined,
- btnWidth: undefined,
- btnHeight: undefined,
- navBarTop: undefined,
- navBarHeight: undefined,
- navBarLeft: undefined,
- navBarRight: undefined,
- inputHeight: undefined,
- opacity: 0,
- isHome: false,
- homeIconPath: homeIconPath,
- backIconPath: backIconPath,
- img: '../../static/home/home.png',
- // 最多显示页数
- max_page: '',
- tupian: {
- wen: '原创图片',
- lin: 1,
- },
- projectList: [],
- img456: '../../static/home/home.png',
- platformList: [],
- filtCondition: '',
- };
- },
- computed: {
- isSharePage() {},
- },
- watch: {
- scrollTop(val) {
- if (!this.mysNavConfig.isOpacity) {
- return;
- }
- this.setOpacity(val, this.mysNavConfig.opacityTime);
- },
- },
- onShow() {
- this.isLogin()
- },
- onLoad() {
- this.getInfoList()
- this.per = 0
- this.getProjectListAPI()
- },
- //下拉刷新
- onPullDownRefresh() {
- this.per = 0
- this.getProjectListAPI()
- //停止下拉刷新
- uni.stopPullDownRefresh()
- },
- // 下拉懒加载
- async onReachBottom() {
- ++this.per;
- if (this.per >= this.max_page) {
- uni.showToast({
- title: "已加载全部"
- })
- } else {
- uni.showLoading({
- title: '加载中'
- })
- await this.$http.get('/youngee/c/g/get-project-list' +
- "?" +
- "idx" +
- "=" +
- this.per +
- "&cnt" +
- "=" +
- 20 + this.filtCondition
- ).then(res => {
- console.log(res)
- this.max_page = res.data.data.max_page
- for (var i = 0; i < res.data.data.ProjectInfos.length; i++) {
- // 封面图片
- res.data.data.ProjectInfos[i].ProductInfo = JSON.parse(res.data.data.ProjectInfos[i]
- .product_snap);
- // 封面图片
- let ProductPhoto = JSON.parse(res.data.data.ProjectInfos[i].product_photo_snap);
- for (let j = 0; j < ProductPhoto.length; ++j) {
- if (ProductPhoto[j].Symbol == 1) {
- res.data.data.ProjectInfos[i].coverphoto = ProductPhoto[j].PhotoUrl
- }
- }
- // res.data.data.ProjectInfos[i].coverphoto = res.data.data.ProjectInfos[i]
- // .ProductInfo
- // .ProductCovers.photo_url
- // 获取平台图片
- for (var j = 0; j < this.platformList.length; j++) {
- if (res.data.data.ProjectInfos[i].project_platform === this.platformList[j]
- .id) {
- res.data.data.ProjectInfos[i].project_imgper = this.platformList[j]
- .platform_icon
- }
- }
- // 任务数量&稿费形式
- res.data.data.ProjectInfos[i].taskNum = 0
- res.data.data.ProjectInfos[i].isfixedfee = 0
- res.data.data.ProjectInfos[i].isself = 0
- let lengthOfRecruitStrategys = res.data.data.ProjectInfos[i]
- .RecruitStrategys != null ? res.data.data.ProjectInfos[i]
- .RecruitStrategys
- .length : 0
- for (var j = 0; j < lengthOfRecruitStrategys; j++) {
- res.data.data.ProjectInfos[i].taskNum = Number(res.data.data
- .ProjectInfos[i]
- .taskNum) + Number(res.data.data.ProjectInfos[i]
- .RecruitStrategys[j]
- .recruit_number)
- if (res.data.data.ProjectInfos[i].RecruitStrategys[j].fee_form === 2) {
- res.data.data.ProjectInfos[i].isfixedfee = 1
- }
- if (res.data.data.ProjectInfos[i].RecruitStrategys[j].fee_form === 3) {
- res.data.data.ProjectInfos[i].isself = 1
- }
- }
- //结束时间
- var newdate = new Date()
- // console.log(newdate)
- var endTime = new Date(res.data.data.ProjectInfos[i].recruit_ddl.replace(
- /-/g, "/"));
- res.data.data.ProjectInfos[i].ddl = endTime - newdate < 0 || res.data.data
- .ProjectInfos[i]
- .project_status > 4 ? 1 : 0
- res.data.data.ProjectInfos[i].recruit_ddl = this.thistime(res.data.data
- .ProjectInfos[i]
- .recruit_ddl)
- }
- this.projectList.push.apply(this.projectList, res.data.data.ProjectInfos);
- console.log(this.projectList)
- })
- uni.hideLoading();
- }
- },
- methods: {
- getProjectListAPI() {
- return this.$http.get('/youngee/c/g/get-project-list' +
- "?" +
- "idx" +
- "=" +
- this.per +
- "&cnt" +
- "=" +
- 20 + this.filtCondition
- ).then(res => {
- console.log(res)
- if (res.data.code === 0) {
- for (var i = 0; i < res.data.data.ProjectInfos.length; i++) {
- res.data.data.ProjectInfos[i].ProductInfo = JSON.parse(res.data.data.ProjectInfos[i]
- .product_snap);
- // 封面图片
- let ProductPhoto = JSON.parse(res.data.data.ProjectInfos[i].product_photo_snap);
- for (let j = 0; j < ProductPhoto.length; ++j) {
- if (ProductPhoto[j].Symbol == 1) {
- res.data.data.ProjectInfos[i].coverphoto = ProductPhoto[j].PhotoUrl
- }
- }
- // res.data.data.ProjectInfos[i].coverphoto = res.data.data.ProjectInfos[i]
- // .ProductInfo
- // .ProductCovers.photo_url
- // 获取平台图片
- for (var j = 0; j < this.platformList.length; j++) {
- if (res.data.data.ProjectInfos[i].project_platform === this.platformList[j]
- .id) {
- res.data.data.ProjectInfos[i].project_imgper = this.platformList[j]
- .platform_icon
- }
- }
- // 任务数量&稿费形式
- res.data.data.ProjectInfos[i].taskNum = 0
- res.data.data.ProjectInfos[i].isfixedfee = 0
- res.data.data.ProjectInfos[i].isself = 0
- let lengthOfRecruitStrategys = res.data.data.ProjectInfos[i]
- .RecruitStrategys != null ? res.data.data.ProjectInfos[i]
- .RecruitStrategys
- .length : 0
- for (var j = 0; j < lengthOfRecruitStrategys; j++) {
- res.data.data.ProjectInfos[i].taskNum = Number(res.data.data
- .ProjectInfos[i]
- .taskNum) + Number(res.data.data.ProjectInfos[i]
- .RecruitStrategys[j]
- .recruit_number)
- if (res.data.data.ProjectInfos[i].RecruitStrategys[j].fee_form === 2) {
- res.data.data.ProjectInfos[i].isfixedfee = 1
- }
- if (res.data.data.ProjectInfos[i].RecruitStrategys[j].fee_form === 3) {
- res.data.data.ProjectInfos[i].isself = 1
- }
- }
- //结束时间
- var newdate = new Date()
- // console.log(newdate)
- var endTime = new Date(res.data.data.ProjectInfos[i].recruit_ddl.replace(
- /-/g, "/"));
- res.data.data.ProjectInfos[i].ddl = endTime - newdate < 0 || res.data.data
- .ProjectInfos[i]
- .project_status > 4 ? 1 : 0
- res.data.data.ProjectInfos[i].recruit_ddl = this.thistime(res.data.data
- .ProjectInfos[i]
- .recruit_ddl)
- }
- this.max_page = res.data.data.max_page
- this.projectList = res.data.data.ProjectInfos;
- } else if (res.data.code === -4) {
- uni.showToast({
- title: "暂无任务"
- })
- this.max_page = 1
- this.projectList = []
- } else {
- uni.showToast({
- title: res.data.msg
- })
- this.max_page = 1
- this.projectList = []
- }
- })
- },
- // 判断登陆是否过期
- isLogin() {
- return this.$https.get('/youngee/c/t/g/is-login')
- .then(res => {
- if (res.data.code === 403) {
- // 登陆已失效
- this.token = ""
- uni.clearStorage();
- } else {
- this.token = uni.getStorageSync('token')
- }
- })
- },
- // 信息表
- getInfoList() {
- return this.$http.get('/youngee/c/g/get-info-tables')
- .then(res => {
- this.hobby = []
- this.platformList = res.data.data.ThirdPlatform
- let l = this.platformList != null ? this.platformList.length : 0;
- for (var i = 0; i < l; i++) {
- var obj = {}
- obj.text = this.platformList[i].platform_name
- obj.value = this.platformList[i].id
- this.hobby.push(obj)
- }
- })
- },
- guid() {
- return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) {
- var r = Math.random() * 16 | 0,
- v = c === 'x' ? r : (r & 0x3 | 0x8);
- return v.toString(16);
- });
- },
- // 计算结束时间
- thistime(val) {
- // 转换格式
- var beginTime = new Date(val.replace(/-/g, "/"));
- // 当前时间
- var thisTime = new Date();
- // 相减
- var dateMiss = beginTime.getTime() - thisTime.getTime();
- // 天数
- var day = Math.floor(dateMiss / (24 * 3600 * 1000));
- // 减去天数剩下的毫秒数
- var backOne = dateMiss % (24 * 3600 * 1000);
- // 小时数
- var hours = Math.floor(backOne / (3600 * 1000));
- var deadline_time = '',
- deadline_time = day + '天' + hours + '时结束'
- return deadline_time
- },
- pick(item) {
- console.log(item)
- uni.navigateTo({
- url: item.name
- });
- },
- //弹出层
- change(e) {
- console.log('当前模式:' + e.type + ',状态:' + e.show);
- },
- async determine() {
- this.per = 0;
- this.$refs.popup.close()
- var filtCondition = ''
- for (var i = 0; i < this.formData.hobby.length; i++) {
- filtCondition += "&platform[]" + "=" + this.formData.hobby[i]
- }
- for (var j = 0; j < this.formData.hobby1.length; j++) {
- filtCondition += "&feeform[]" + "=" + this.formData.hobby1[j]
- }
- for (var j = 0; j < this.formData.hobby2.length; j++) {
- filtCondition += "&projectform[]" + "=" + this.formData.hobby2[j]
- }
- this.filtCondition = filtCondition
- uni.showLoading({
- title: '加载中'
- });
- await this.getProjectListAPI()
- uni.hideLoading();
- },
- async Reset() {
- this.per = 0;
- this.$refs.popup.close()
- this.formData.hobby = [];
- this.formData.hobby1 = [];
- this.formData.hobby2 = [];
- this.filtCondition = '';
- uni.showLoading({
- title: '加载中'
- });
- await this.getProjectListAPI()
- uni.hideLoading();
- },
- toggle4(type) {
- this.type4 = type
- // open 方法传入参数 等同在 uni-popup 组件上绑定 type属性
- this.$refs.popup4.open(type)
- // this.$refs.popup1.close()
- },
- // 保存图片
- async saveImage() {
- // showToast('保存成功')
- wx.downloadFile({
- url: this.kefuUrl,
- success: function(res) {
- wx.saveImageToPhotosAlbum({
- filePath: res.tempFilePath,
- success: function(data) {
- wx.showToast({
- title: "保存成功",
- icon: "success",
- duration: 2000
- })
- },
- fail: function(err) {
- console.log(err);
- },
- complete(res) {
- console.log(res);
- }
- })
- }
- })
- },
- closepop() {
- this.$refs.popup4.close()
- },
- xieyi() {
- console.log('进入联系我们')
- },
- init() {
- if (this.mysNavConfig.isHome) {
- let pages = getCurrentPages().length;
- /* 单页显示home图标 */
- pages === 1 ? (this.isHome = true) : (this.isHome = false);
- }
- // 开启渐变 强制fixed
- this.navBarTop = uni.getSystemInfoSync().statusBarHeight +
- "px";
- if (!this.mysNavConfig.opacity) {
- this.opacity = 1;
- !this.mysNavConfig.isOpacity ? (this.opacity = 1) : ((this
- .mysNavConfig.navFixed = true), (this
- .opacity = 0));
- } else {
- this.opacity = this.mysNavConfig.opacity;
- !this.mysNavConfig.isOpacity ? "" : ((this.mysNavConfig
- .navFixed = true), (this.opacity = 0));
- }
- // #ifdef MP
- this.initMP();
- // #endif
- // #ifdef APP-PLUS-NVUE
- this.navBarHeight = 44 + uni.getSystemInfoSync()
- .statusBarHeight + "px";
- // #endif
- },
- /* 小程序初始化位置 */
- initMP() {
- // getSystemInfoSync用于获取系统信息同步接口
- let gS = uni.getSystemInfoSync();
- // getMenuButtonBoundingClientRect用于获取胶囊按钮位置布局信息
- let rect = uni.getMenuButtonBoundingClientRect();
- let rectHeight = rect.height;
- this.btnWidth = rect.width + "px";
- this.btnHeight = rectHeight + "px";
- this.iconW = Math.floor(rect.width / 4 - 5) + "px";
- this.iconH = rectHeight / 2 + "px";
- this.inputHeight = rectHeight - 3 + "px";
- this.navBarTop = rect.top + "px";
- this.navBarLeft = gS.screenWidth - rect.right + "px";
- this.navBarRight = gS.screenWidth - rect.right + rect.width +
- "px";
- this.navBarHeight = gS.statusBarHeight + rectHeight + (rect
- .top - gS.statusBarHeight) * 2 + "px";
- },
- /* 点击左侧 */
- onLeftClick() {
- uni.navigateTo({
- url: '/page_tasksquare/search'
- });
- },
- // 进入任务详情
- project(item) {
- console.log(item.project_id)
- if (item.project_type === 1) {
- uni.navigateTo({
- url: '/page_tasksquare/wholetask/taskdetail?id=' + item
- .project_id
- });
- } else {
- uni.navigateTo({
- url: '/page_tasksquare/specialtask/specialTaskDetail?id=' +
- item.project_id
- });
- }
- },
- /* type2 点击分类 */
- onLeftHome(type) {
- this.type = type
- // open 方法传入参数 等同在 uni-popup 组件上绑定 type属性
- this.$refs.popup.open(type)
- },
- /* 点击右侧 */
- onRightClick() {
- console.log("onRightClick");
- uni.showToast({
- title: "onRightClick",
- duration: 1000,
- });
- this.$emit("onRightClick");
- },
- /**
- * @param scrollTop 页面顶部距离
- * @param down 滑动显示效果延时
- */
- setOpacity(scrollTop, down = 60) {
- if (scrollTop > 0) {
- if (scrollTop < down) {
- this.opacity = scrollTop / down;
- }
- if (scrollTop > down) {
- this.opacity = 1;
- }
- } else {
- this.opacity = 0;
- }
- },
- /* 搜索框改变值 */
- changeInput(e) {
- this.$emit("changeInput", e);
- },
- /* 搜索框提交 */
- submitInput(e) {
- this.$emit("submitInput", e);
- },
- /* 清空搜索 */
- clearInput() {
- this.$emit("clearInput");
- },
- /* 禁用状态下点击搜索框 */
- clickInput() {
- this.$emit("clickInput");
- },
- },
- created() {
- this.init();
- },
- onReady() {
- // setTimeout(() => {
- // // 改变手机状态栏颜色
- // uni.setNavigationBarColor({
- // frontColor: "#000000",
- // backgroundColor: "#FF4258",
- // });
- // }, 10);
- },
- };
- </script>
- <style>
- /deep/ .share .uni-popup .uni-popup__wrapper {
- width: 80% !important;
- border-radius: 15rpx !important;
- }
- </style>
- <style lang="scss" scoped>
- .option1 {
- padding: 5rpx 18rpx;
- /deep/.uni-data-checklist .checklist-group .checklist-box .checklist-content {
- width: 100rpx;
- text-align: center;
- }
- }
- .option2 {
- padding: 5rpx 18rpx;
- }
- .option3 {
- padding: 5rpx 18rpx;
- }
- //弹窗
- .sharepage {
- // width: 90%;
- margin: 0 auto;
- // position: relative;
- }
- /deep/ .share.uni-popup .uni-popup__wrapper {
- width: 70%;
- border-radius: 15rpx;
- }
- .projecttext1 {
- // padding-top: 5%;
- padding: 0 0 0 1%;
- height: 80rpx;
- margin: 5% 0;
- text-align: center;
- }
- .projecttext1 image {
- vertical-align: middle;
- width: 80rpx;
- height: 80rpx;
- display: inline-block;
- padding-right: 14rpx;
- }
- .sharemap {
- margin: 0 auto;
- text-align: center;
- // margin-top: 15%;
- // margin-bottom: 15%;
- }
- .sharemap image {
- width: 400rpx;
- height: 400rpx;
- }
- .sharetxt {
- height: 100rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .sharetxt text {
- font-size: 24rpx;
- text-align: left;
- line-height: 20rpx
- }
- .butmin {
- // height: 48rpx;
- width: 250rpx;
- background-color: #FCCF41;
- line-height: 48rpx;
- }
- .butmin1 {
- // height: 48rpx;
- width: 250rpx;
- background-color: #fff;
- border: #000000 1rpx solid;
- line-height: 48rpx;
- }
- //弹出层
- /deep/ .uni-data-checklist .checklist-group .checklist-box {
- background-color: #FFFFFF !important;
- border-radius: 20rpx !important;
- padding: 8rpx 30rpx !important;
- border: 0 !important;
- }
- /deep/ .uni-data-checklist .checklist-group .checklist-box .checklist-content .checklist-text {
- font-size: 24rpx;
- color: #333333;
- }
- /deep/ .mini-btn {
- height: 70rpx;
- width: 250rpx;
- line-height: 70rpx;
- margin: 20rpx;
- letter-spacing: 4rpx;
- background-color: #FCCF41;
- }
- /deep/ .mini-btn1 {
- height: 70rpx;
- width: 400rpx;
- line-height: 70rpx;
- margin: 20rpx;
- letter-spacing: 4rpx;
- color: white;
- ;
- }
- /deep/ .uni-data-checklist .checklist-group .checklist-box.is--tag.is-checked {
- background-color: #FCCF41 !important;
- }
- .butto {
- text-align: center;
- }
- //其他
- .nav {
- position: relative;
- }
- .nv_padding {
- height: 88upx;
- background-color: transparent;
- }
- /* 图标默认大小 */
- .nv_icon {
- width: 16px;
- height: 16px;
- }
- .bg_box {
- position: absolute;
- width: 750upx;
- height: 88upx;
- z-index: 10;
- top: 0;
- background-color: transparent;
- /* #ifdef MP */
- box-sizing: border-box;
- /* #endif */
- /* #ifndef APP-PLUS-NVUE */
- background-size: cover;
- background-repeat: no-repeat;
- background-position: center center;
- /* #endif */
- }
- .mys_navBar {
- /* #ifndef APP-PLUS-NVUE */
- display: flex;
- height: 88upx;
- /* #endif */
- // #ifdef MP
- box-sizing: border-box;
- // #endif
- width: 750upx;
- flex-direction: row;
- background-color: transparent;
- position: absolute;
- z-index: 10;
- top: 0;
- }
- .fixed {
- position: fixed;
- }
- /*
- left 按钮
- */
- .btn_type {
- /* #ifndef APP-PLUS-NVUE */
- display: flex;
- /* #endif */
- /* #ifdef APP-PLUS-NVUE */
- margin-left: 16upx;
- /* #endif */
- // #ifndef MP
- align-items: center;
- // #endif
- flex: 1;
- flex-direction: row;
- // background-color: #fff;
- }
- .btn_box {
- /* #ifndef APP-PLUS-NVUE */
- display: flex;
- margin-left: 16upx;
- /* #endif */
- flex-direction: row;
- // #ifndef MP
- align-items: center;
- // #endif
- }
- .btn_back,
- .btn_home {
- /* #ifndef APP-PLUS-NVUE */
- display: flex;
- /* #endif */
- /* #ifndef APP-PLUS-NVUE */
- height: 100%;
- /* #endif */
- /* #ifdef APP-PLUS-NVUE */
- width: 76upx;
- height: 62upx;
- /* #endif */
- flex-direction: row;
- align-items: center;
- justify-content: center;
- flex: 1;
- }
- /* 按钮类型1 */
- .nav_btn_t1 {
- /* #ifndef APP-PLUS-NVUE */
- display: flex;
- /* #endif */
- // #ifdef MP
- box-sizing: border-box;
- // #endif
- flex-direction: row;
- align-items: center;
- border-style: solid;
- border-width: 1px;
- border-color: #C0C0C0;
- // background-color: rgba(0, 0, 0, 0.2);
- background-color: #FFFFFF;
- width: 130upx;
- height: 45upx;
- }
- .line {
- width: 1upx;
- height: 60%;
- /* #ifdef APP-PLUS-NVUE */
- height: 30upx;
- /* #endif */
- background-color: #C0C0C0;
- }
- /*
- 标题
- */
- .title_container {
- /* #ifndef APP-PLUS-NVUE */
- display: flex;
- /* #endif */
- position: absolute;
- left: 375upx;
- bottom: 0;
- transform: translateX(-50%);
- flex-direction: row;
- justify-content: center;
- align-items: center;
- }
- .title_text {
- // flex: 1;
- text-overflow: ellipsis;
- /* #ifndef APP-PLUS-NVUE */
- white-space: nowrap;
- overflow: hidden;
- font-weight: 550;
- /* #endif */
- /* #ifdef APP-PLUS-NVUE */
- lines: 1;
- /* #endif */
- }
- /*
- 左边自定义
- */
- .my_left_box {
- /* #ifndef APP-PLUS-NVUE */
- display: flex;
- /* #endif */
- flex-direction: row;
- align-items: center;
- }
- .my_left_icon {
- /* #ifndef APP-PLUS-NVUE */
- display: flex;
- /* #endif */
- flex-direction: row;
- align-items: center;
- justify-content: center;
- /* #ifndef MP */
- margin-left: 18upx;
- /* #endif */
- }
- .my_left_custom {
- /* #ifndef APP-PLUS-NVUE */
- display: flex;
- /* #endif */
- flex-direction: row;
- align-items: center;
- // justify-content: center;
- }
- /* 文字 */
- .leftText {
- /* #ifndef APP-PLUS-NVUE */
- display: flex;
- /* #endif */
- flex-direction: row;
- align-items: center;
- justify-content: center;
- padding-left: 4upx;
- font-size: 15px;
- }
- /*
- 中间
- */
- .my_custom_box {
- /* #ifndef APP-PLUS-NVUE */
- display: flex;
- /* #endif */
- flex-direction: row;
- align-items: center;
- justify-content: center;
- flex: 1;
- }
- /*
- 搜索框
- */
- .nv_search_box {
- /* #ifndef APP-PLUS-NVUE */
- display: flex;
- /* #endif */
- flex-direction: row;
- align-items: center;
- flex: 1;
- /* #ifndef MP */
- height: 60upx;
- /* #endif */
- background-color: #f8f8f8;
- padding-right: 20upx;
- padding-left: 20upx;
- border-radius: 60upx;
- margin-right: 15upx;
- margin-left: 15upx;
- }
- .nv_input {
- flex: 1;
- padding-left: 16upx;
- font-size: 13px;
- }
- .close {
- width: 50upx;
- /* #ifndef APP-PLUS-NVUE */
- display: flex;
- /* #endif */
- flex-direction: row;
- align-items: center;
- justify-content: center;
- /* #ifndef MP */
- height: 62upx;
- /* #endif */
- }
- /*
- 右边 自定义
- */
- .my_right_icon {
- /* #ifndef APP-PLUS-NVUE */
- display: flex;
- /* #endif */
- flex-direction: row;
- align-items: center;
- justify-content: center;
- /* #ifndef MP */
- // min-width: 70upx;
- /* #endif */
- padding-left: 6px;
- padding-right: 10px;
- }
- .imge image {
- width: 100%;
- height: 260rpx;
- }
- .commodity {
- margin-top: 10rpx;
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- }
- .share {
- text-align: center;
- line-height: 10rpx;
- margin-top: 10rpx;
- }
- .share image {
- vertical-align: middle;
- width: 25rpx;
- height: 25rpx;
- display: inline-block
- }
- .share p {
- // display: inline-block;
- font-size: 24rpx;
- // color: #333333;
- }
- .project {
- width: 49%;
- height: 550rpx;
- // background-color: #ccc;
- border-radius: 20rpx;
- // box-shadow: 0rpx 5rpx 5rpx #ccc;
- margin-bottom: 0%;
- }
- .projectdiagram {
- width: 100%;
- height: 61%;
- background-size: 100% 100%;
- position: relative;
- border-radius: 10rpx;
- ;
- }
- .TitleText1 {
- height: 30rpx;
- background-color: #FDD442;
- border-radius: 10rpx;
- display: inline-block;
- padding: 0rpx 20rpx 0rpx 20rpx;
- line-height: 30rpx;
- }
- .TitleText2 {
- opacity: 0.8;
- height: 30rpx;
- background-color: #FFFFFF;
- border-radius: 20rpx;
- display: inline-block;
- padding: 0rpx 20rpx 0rpx 20rpx;
- line-height: 30rpx;
- }
- .TitleText2 p {
- color: #464100;
- font-size: 24rpx;
- }
- .projecttext {
- // padding-top: 5%;
- padding: 0 0 0 1%;
- // height: 80rpx;
- }
- .projecttext span {
- color: #333333;
- font-size: 25rpx;
- font-weight: 550;
- text-indent: 2em;
- }
- .TitleText1 p {
- color: #333333;
- font-size: 18rpx;
- }
- .projecttext {
- // height: 70rpx;
- }
- .projecttext image {
- vertical-align: middle;
- width: 30rpx;
- height: 30rpx;
- display: inline-block;
- padding-right: 14rpx;
- }
- .TitleText {
- // height: 30rpx;
- width: 25%;
- background-color: #FDD442;
- border-radius: 10rpx;
- display: inline-block;
- text-align: center;
- // padding: 0rpx 10rpx 0rpx 10rpx;
- margin-right: 6%;
- line-height: 30rpx;
- margin-top: 0%;
- }
- .TitleText p {
- color: black;
- font-size: 16rpx;
- }
- .introduction {
- width: 100%;
- margin: 10rpx auto 0;
- }
- .rleft p {
- font-size: 18rpx;
- color: #999999;
- }
- .rright p {
- font-size: 18rpx;
- color: #999999;
- }
- .Mask {
- position: absolute;
- background-color: #000000;
- opacity: 0.6;
- width: 100%;
- height: 100%;
- // z-index: 999;
- text-align: center;
- border-radius: 20rpx;
- }
- .Mask image {
- width: 50%;
- height: 52%;
- padding-top: 25%;
- }
- .contt {
- position: relative;
- }
- .contact {
- position: fixed;
- top: 80%;
- right: 13%;
- }
- .img1 {
- width: 84rpx;
- height: 124rpx;
- position: absolute;
- }
- .img2 {
- width: 114rpx;
- height: 40rpx;
- position: absolute;
- top: 130rpx;
- left: -12rpx;
- }
- .swiper {
- height: 300rpx;
- }
- .swiper-item {
- display: block;
- height: 300rpx;
- line-height: 300rpx;
- text-align: center;
- }
- .swiper-list {
- margin-top: 40rpx;
- margin-bottom: 0;
- }
- </style>
|