|
@@ -1,820 +0,0 @@
|
|
|
-<template>
|
|
|
- <view class="publish">
|
|
|
- <statusBar :item="navBarData"></statusBar>
|
|
|
-
|
|
|
- <view class="" style="background-color: #ffffff;">
|
|
|
-
|
|
|
-
|
|
|
- <view class="pubTitle">
|
|
|
- <input class="title" style="" placeholder="活动标题" v-model="activitytitle" />
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="pubMid">
|
|
|
- <view class="mid">
|
|
|
- <view class="txt">
|
|
|
- <textarea class="txtClass" value="" placeholder="请输入内容" v-model="activityintro" />
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="pic" @click="uploadPic">
|
|
|
- <view class="picCont">
|
|
|
- <image :src="pic" mode="aspectFill"></image>
|
|
|
- <view
|
|
|
- style="font-size: 24rpx;line-height: 40rpx;font-weight: 400;color: rgba(0, 0, 0, 0.6);">
|
|
|
- 添加图片
|
|
|
- </view>
|
|
|
- <view
|
|
|
- style="font-size: 20rpx;line-height: 36rpx;font-weight: 400;color: rgba(0, 0, 0, 0.4);">
|
|
|
- (0/1)
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="pic_show" v-if="imageValue!==''">
|
|
|
- <image :src="imageValue" mode="aspectFill"></image>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
-
|
|
|
- <view class="userOptionsBox">
|
|
|
- <view class="optionsItemBox">
|
|
|
- <picker mode="selector" :range="classifyList" :value="index" @change="handelclassify">
|
|
|
- <view class="optionItem">
|
|
|
- <view class="option_left">
|
|
|
- <text class="option_text">
|
|
|
- 活动分类
|
|
|
- </text>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="option_right">
|
|
|
- <view class="input_details">
|
|
|
- <view class="details">
|
|
|
- <view class="uni-input text">
|
|
|
- {{classifyList[index]==null?'请选择':classifyList[index]}}
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="arrow">
|
|
|
- <image
|
|
|
- src="https://teacherapi.cocorobo.cn/teaching-file/static//mine/arrow-right.png"
|
|
|
- mode="aspectFill"></image>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </picker>
|
|
|
-
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
-
|
|
|
- <view class="userOptionsBox">
|
|
|
- <view class="optionsItemBox">
|
|
|
- <view class="optionItem">
|
|
|
- <view class="option_left">
|
|
|
- <text class="option_text">
|
|
|
- 招募人数
|
|
|
- </text>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="option_right">
|
|
|
- <view class="input_details">
|
|
|
- <view class="details">
|
|
|
- <input type="text" class="title text" placeholder="请输入人数"
|
|
|
- placeholder-style="color: rgb(153, 153, 153);" maxlength="2"
|
|
|
- v-model="recruitment" />
|
|
|
- </view>
|
|
|
- <view class="arrow">
|
|
|
- <image
|
|
|
- src="https://teacherapi.cocorobo.cn/teaching-file/static//mine/arrow-right.png"
|
|
|
- mode="aspectFill"></image>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="userOptionsBox">
|
|
|
- <view class="optionsItemBox">
|
|
|
- <picker mode="selector" :range="activityformList" @change="handelActivityform">
|
|
|
- <view class="optionItem">
|
|
|
- <view class="option_left">
|
|
|
- <text class="option_text">
|
|
|
- 活动形式
|
|
|
- </text>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="option_right">
|
|
|
- <view class="input_details">
|
|
|
- <view class="details">
|
|
|
- <view class="uni-input text">{{activityform}}</view>
|
|
|
- </view>
|
|
|
- <view class="arrow">
|
|
|
- <image
|
|
|
- src="https://teacherapi.cocorobo.cn/teaching-file/static//mine/arrow-right.png"
|
|
|
- mode="aspectFill"></image>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </picker>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="userOptionsBox">
|
|
|
- <view class="optionsItemBox">
|
|
|
- <picker mode="selector" :range="addressList" @change="handeladdress">
|
|
|
- <view class="optionItem">
|
|
|
- <view class="option_left">
|
|
|
- <text class="option_text">
|
|
|
- 活动地址
|
|
|
- </text>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="option_right">
|
|
|
- <view class="input_details">
|
|
|
- <view class="details">
|
|
|
- <view class="uni-input text">{{address}}</view>
|
|
|
- </view>
|
|
|
- <view class="arrow">
|
|
|
- <image
|
|
|
- src="https://teacherapi.cocorobo.cn/teaching-file/static//mine/arrow-right.png"
|
|
|
- mode="aspectFill"></image>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </picker>
|
|
|
-
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="userOptionsBox">
|
|
|
- <view class="optionsItemBox">
|
|
|
- <!-- <picker mode="date" :value="activityDate" :start="startDate" :end="endDate"
|
|
|
- @change="activityDateChange">
|
|
|
- <view class="optionItem">
|
|
|
- <view class="option_left">
|
|
|
- <text class="option_text">
|
|
|
- 活动时间
|
|
|
- </text>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="option_right">
|
|
|
- <view class="input_details">
|
|
|
- <view class="details">
|
|
|
- <view class="uni-input text">{{ activityDate }}</view>
|
|
|
- </view>
|
|
|
- <view class="arrow">
|
|
|
- <image src="https://teacherapi.cocorobo.cn/teaching-file/static//mine/arrow-right.png" mode="aspectFill"></image>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </picker> -->
|
|
|
- <view class="optionItem" @click="show = true">
|
|
|
- <view class="option_left">
|
|
|
- <text class="option_text">
|
|
|
- 活动时间
|
|
|
- </text>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="option_right">
|
|
|
- <view class="input_details">
|
|
|
- <view class="details">
|
|
|
- <!-- <view class="uni-input text">{{ activityDate }}</view> -->
|
|
|
- <u-calendar :show="show" :mode="mode" @confirm="confirm" :closeOnClickOverlay="true"
|
|
|
- @close="show=false"></u-calendar>
|
|
|
- <view class="text">
|
|
|
- {{ activityDate }}
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="arrow">
|
|
|
- <image
|
|
|
- src="https://teacherapi.cocorobo.cn/teaching-file/static//mine/arrow-right.png"
|
|
|
- mode="aspectFill"></image>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="userOptionsBox">
|
|
|
- <view class="optionsItemBox">
|
|
|
- <view class="optionItem">
|
|
|
- <view class="option_left">
|
|
|
- <text class="option_text">
|
|
|
- 活动费用(元)
|
|
|
- </text>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="option_right">
|
|
|
- <view class="input_details">
|
|
|
- <view class="details">
|
|
|
- <!-- <view class="uni-input text">{{funds}}</view> -->
|
|
|
- <input type="text" class="title text" placeholder="请输入费用"
|
|
|
- placeholder-style="color: rgb(153, 153, 153);" maxlength="4" v-model="funds" />
|
|
|
- </view>
|
|
|
- <view class="arrow">
|
|
|
- <image
|
|
|
- src="https://teacherapi.cocorobo.cn/teaching-file/static//mine/arrow-right.png"
|
|
|
- mode="aspectFill"></image>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="userOptionsBox">
|
|
|
- <view class="optionsItemBox">
|
|
|
- <picker mode="date" :value="deadlineDate" :start="startDate" :end="endDate"
|
|
|
- @change="deadlineDateChange">
|
|
|
- <view class="optionItem">
|
|
|
- <view class="option_left">
|
|
|
- <text class="option_text">
|
|
|
- 报名截止
|
|
|
- </text>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="option_right">
|
|
|
- <view class="input_details">
|
|
|
- <view class="details">
|
|
|
- <view class="uni-input text">{{ deadlineDate }}</view>
|
|
|
- </view>
|
|
|
- <view class="arrow">
|
|
|
- <image
|
|
|
- src="https://teacherapi.cocorobo.cn/teaching-file/static//mine/arrow-right.png"
|
|
|
- mode="aspectFill"></image>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </picker>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
-
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="" style="height: 10vh;width: 750rpx;position: relative;">
|
|
|
- <view class="publish_now">
|
|
|
- <button class="btn" @click="submitForm">{{ isedit?'立即修改':'立即上传' }}</button>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
- <!-- 弹窗 -->
|
|
|
- <view>
|
|
|
- <view class="mask" v-show="showPopup" @click="closePopup"></view>
|
|
|
- <view class="popup-container" v-show="showPopup">
|
|
|
- <view class="popup">
|
|
|
- <view class="header">
|
|
|
- <text>确认{{ isedit?'修改':'上传' }}</text>
|
|
|
- </view>
|
|
|
- <view class="footer">
|
|
|
- <view class="cancel-btn" @click="closePopup">取消</view>
|
|
|
- <view class="confirm-btn" v-if="isedit" @click="editPublish">确认</view>
|
|
|
- <view class="confirm-btn" v-else @click="conf">确认</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view>
|
|
|
- <view class="mask" v-show="showPopupConfirm" @click="closePopup"></view>
|
|
|
- <view class="popup-container" style="height: 175px;" v-show="showPopupConfirm">
|
|
|
- <view class="popup">
|
|
|
- <view class="header" style="margin-top: 15px;">
|
|
|
- <image src="https://teacherapi.cocorobo.cn/teaching-file/static//gou1.png" mode="aspectFill">
|
|
|
- </image>
|
|
|
- <text style="margin-bottom: 24px;">{{ isedit?'修改':'上传' }}成功</text>
|
|
|
- </view>
|
|
|
-
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
- </view>
|
|
|
-</template>
|
|
|
-
|
|
|
-<script>
|
|
|
- export default {
|
|
|
- data() {
|
|
|
- const currentDate = this.getDate({
|
|
|
- format: true
|
|
|
- })
|
|
|
- return {
|
|
|
- navBarData: {
|
|
|
- title: '发布', //导航栏标题
|
|
|
- btn: 1 //是否显示返回按钮 0不显示 1 显示
|
|
|
- },
|
|
|
- //时间选择器
|
|
|
- show: false,
|
|
|
- mode: 'range',
|
|
|
- //控制弹窗
|
|
|
- showPopup: false,
|
|
|
- // 成功弹窗
|
|
|
- showPopupConfirm: false,
|
|
|
- isFirstShow: true,
|
|
|
- //按钮文本
|
|
|
- // btntext: '立即发布',
|
|
|
- // 弹窗文本
|
|
|
- // poptext: '发布',
|
|
|
- //acId
|
|
|
- acId: '',
|
|
|
-
|
|
|
- // 上传标题
|
|
|
- activitytitle: '',
|
|
|
- // 上传内容
|
|
|
- activityintro: '',
|
|
|
- // 上传图片
|
|
|
- imageValue: '',
|
|
|
- // index判断选择分类 0 直播活动 1 常规教研活动 2 专题教研活动 3 推荐课程 ,对应上面
|
|
|
- index: null,
|
|
|
- // 人数
|
|
|
- recruitment: '',
|
|
|
- // 活动费用
|
|
|
- funds: '',
|
|
|
-
|
|
|
-
|
|
|
- // 活动地址选项
|
|
|
- addressList: ['深圳××学院', '××××××××', '××××××', '××××××', '××××××'],
|
|
|
- // 分类选项
|
|
|
- classifyList: ['直播活动', '活动推荐', '精选活动', '教研室活动'],
|
|
|
- // classifyList: ['直播活动', '常规教研活动', '专题教研活动'],
|
|
|
- // 活动形式选项
|
|
|
- activityformList: ['户外活动', '室内活动', '社会活动'],
|
|
|
- // 默认图片
|
|
|
- pic: 'https://teacherapi.cocorobo.cn/teaching-file/static//publish/photo.png',
|
|
|
- // 默认分类
|
|
|
- classify: '请选择',
|
|
|
- // 默认活动形式
|
|
|
- activityform: '请选择',
|
|
|
- // 默认活动地址
|
|
|
- address: '请选择',
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- // activityDate: currentDate,
|
|
|
- // 活动时间默认显示
|
|
|
- activityDate: '请选择',
|
|
|
- // 报名截止默认显示
|
|
|
- deadlineDate: '请选择',
|
|
|
- // activeList: [],
|
|
|
- formData: {},
|
|
|
-
|
|
|
- // 上传和修改共用一个页面,为true修改 为false上传
|
|
|
- isedit: false
|
|
|
-
|
|
|
- };
|
|
|
- },
|
|
|
- computed: {
|
|
|
- startDate() {
|
|
|
- return this.getDate('start');
|
|
|
- },
|
|
|
- endDate() {
|
|
|
- return this.getDate('end');
|
|
|
- }
|
|
|
- },
|
|
|
- methods: {
|
|
|
- confirm(e) {
|
|
|
- // console.log(e);
|
|
|
- // console.log(e[0], e[e.length - 1]);
|
|
|
- this.activityDate = e[0] + '~' + e[e.length - 1]
|
|
|
- this.show = false
|
|
|
- },
|
|
|
-
|
|
|
-
|
|
|
- // 上传按钮进行判断必填
|
|
|
- submitForm() {
|
|
|
- if (!this.activitytitle || this.activitytitle == null) return uni.showToast({title: '请填写标题',icon: 'none'})
|
|
|
- if (!this.activityintro || this.activityintro == null) return uni.showToast({title: '请填写内容',icon: 'none'})
|
|
|
- if (!this.imageValue || this.imageValue == null) return uni.showToast({title: '请添加图片',icon: 'none'})
|
|
|
- if (!this.index || this.index == null) return uni.showToast({title: '请选择分类',icon: 'none'})
|
|
|
- if (!this.recruitment || this.recruitment == null) return uni.showToast({title: '请输入招募人数',icon: 'none'})
|
|
|
-
|
|
|
- this.showPopup = true; //显示弹窗
|
|
|
-
|
|
|
- },
|
|
|
- closePopup() {
|
|
|
- // 取消操作
|
|
|
- this.showPopup = false;
|
|
|
- this.showPopupConfirm = false;
|
|
|
-
|
|
|
- },
|
|
|
- // 上传活动
|
|
|
- conf() {
|
|
|
- this.formData = {
|
|
|
- // id: this.$store.state.user.openid,
|
|
|
- id:this.$store.state.user.openid,
|
|
|
- activitytitle: this.activitytitle,
|
|
|
- activityintro: this.activityintro,
|
|
|
- img: this.imageValue,
|
|
|
- recruitment: this.recruitment,
|
|
|
- activityform: this.activityform=='请选择'?'-':this.activityform,
|
|
|
- address: this.address=='请选择'?'-':this.address,
|
|
|
- classify: this.index,
|
|
|
- activityDate: this.activityDate=='请选择'?'-':this.activityDate,
|
|
|
- deadlineDate: this.deadlineDate=='请选择'?'-':this.deadlineDate,
|
|
|
- funds: this.funds
|
|
|
- };
|
|
|
- this.showPopup = false;
|
|
|
- this.showPopupConfirm = true
|
|
|
-
|
|
|
- this.$request('/insertActive', 'POST', this.formData).then(res => {
|
|
|
- // console.log(res.data);
|
|
|
- // if (res.code == 200) {
|
|
|
- setTimeout(() => {
|
|
|
- uni.switchTab({
|
|
|
- url: '/pages/activityPage/activityPage'
|
|
|
- })
|
|
|
- this.isedit=true
|
|
|
- uni.removeStorageSync('formData');
|
|
|
- }, 2000)
|
|
|
- // }
|
|
|
- }).catch(err=>{
|
|
|
- console.log(err);
|
|
|
- })
|
|
|
- },
|
|
|
- // 修改上传
|
|
|
- editPublish() {
|
|
|
- let data={
|
|
|
- id: this.acId,
|
|
|
- tit: this.activitytitle,
|
|
|
- intro: this.activityintro,
|
|
|
- img: this.imageValue,
|
|
|
- per: this.recruitment,
|
|
|
- activityform: this.activityform,
|
|
|
- address: this.address,
|
|
|
- ty: this.index,
|
|
|
- activityDate: this.activityDate,
|
|
|
- deadlineDate: this.deadlineDate,
|
|
|
- funds: this.funds
|
|
|
- }
|
|
|
- this.showPopupConfirm = true
|
|
|
-
|
|
|
- // return console.log(data);
|
|
|
- this.$request('/updateMyPublish', 'POST', data).then(res => {
|
|
|
- // console.log(res);
|
|
|
- setTimeout(() => {
|
|
|
- uni.navigateBack();
|
|
|
- }, 1000)
|
|
|
-
|
|
|
- })
|
|
|
- },
|
|
|
- // 选择分类
|
|
|
- handelclassify(e) {
|
|
|
- this.index = e.detail.value
|
|
|
- },
|
|
|
- //选择活动形式
|
|
|
- handelActivityform(e) {
|
|
|
- this.activityform = this.activityformList[e.detail.value]
|
|
|
- },
|
|
|
- // 选择活动地址
|
|
|
- handeladdress(e) {
|
|
|
- this.address = this.addressList[e.detail.value]
|
|
|
- },
|
|
|
- // activityDateChange: function(e) {
|
|
|
- // this.activityDate = e.detail.value
|
|
|
- // },
|
|
|
- deadlineDateChange: function(e) {
|
|
|
- this.deadlineDate = e.detail.value
|
|
|
- },
|
|
|
- getDate(type) {
|
|
|
- const date = new Date();
|
|
|
- let year = date.getFullYear();
|
|
|
- let month = date.getMonth() + 1;
|
|
|
- let day = date.getDate();
|
|
|
-
|
|
|
- if (type === 'start') {
|
|
|
- year = year - 60;
|
|
|
- } else if (type === 'end') {
|
|
|
- year = year + 2;
|
|
|
- }
|
|
|
- month = month > 9 ? month : '0' + month;
|
|
|
- day = day > 9 ? day : '0' + day;
|
|
|
- return `${year}-${month}-${day}`;
|
|
|
- },
|
|
|
- // 上传图片
|
|
|
- uploadPic() {
|
|
|
- uni.chooseImage({
|
|
|
- count: 1, // 图片数量
|
|
|
- sizeType: ['original', 'compressed'], //可以指定是原图还是压缩图,默认二者都有
|
|
|
- sourceType: ['album', 'camera'], //从相册选择或者拍照
|
|
|
- success: (res) => {
|
|
|
- const tempFilePaths = res.tempFilePaths[0];
|
|
|
- // console.log(this);
|
|
|
- let that = this
|
|
|
- const uploadTask = uni.uploadFile({
|
|
|
- url: 'http://139.159.246.165:7006/img', // post请求地址
|
|
|
- filePath: tempFilePaths,
|
|
|
- name: 'file', // 待确认
|
|
|
- header: {
|
|
|
- // 不要写这个不然报错
|
|
|
- // 'Content-Type': 'multipart/form-data',
|
|
|
- },
|
|
|
- success: function(res) {
|
|
|
- that.imageValue = res.data
|
|
|
- },
|
|
|
- fail: function(uploadFileFail) {
|
|
|
- console.log('Error:', uploadFileFail.data);
|
|
|
- },
|
|
|
- complete: () => {
|
|
|
- // 接口调用结束的回调函数(调用成功、失败都会执行)
|
|
|
- // console.log('Complete:');
|
|
|
- }
|
|
|
- });
|
|
|
- }
|
|
|
- });
|
|
|
-
|
|
|
- },
|
|
|
- },
|
|
|
- onLoad(e) {
|
|
|
- console.log('获取参数', e);
|
|
|
- if (e.acId) {
|
|
|
- let data = {
|
|
|
- oid: this.$store.state.user.openid,
|
|
|
- aid: e.acId
|
|
|
- }
|
|
|
- this.$request('/selectAmendAct', 'POST', data).then(res => {
|
|
|
- // console.log(res[0][0]);
|
|
|
- let item = res[0][0]
|
|
|
- this.acId = item.acId
|
|
|
- this.activitytitle = item.acName
|
|
|
- this.activityintro = item.brief
|
|
|
- this.imageValue = item.pic
|
|
|
- this.index = item.type
|
|
|
- this.recruitment = item.pers
|
|
|
- this.activityform = item.acshape
|
|
|
- this.address = item.address
|
|
|
- this.funds = item.cost
|
|
|
- this.activityDate = item.begin_at
|
|
|
- this.deadlineDate = item.endTime
|
|
|
- })
|
|
|
- this.isedit = true
|
|
|
- }
|
|
|
- // console.log(uni.getStorageSync('formData'));
|
|
|
- // 获取缓存里面的数据
|
|
|
- let setAll=uni.getStorageSync('formData')
|
|
|
- if(setAll){
|
|
|
- this.activitytitle = setAll.activitytitle
|
|
|
- this.activityintro = setAll.activityintro
|
|
|
- this.imageValue = setAll.imageValue
|
|
|
- this.index = setAll.classify
|
|
|
- this.recruitment = setAll.recruitment
|
|
|
- this.activityform = setAll.activityform
|
|
|
- this.address = setAll.address
|
|
|
- this.funds = setAll.funds
|
|
|
- this.activityDate = setAll.activityDate
|
|
|
- this.deadlineDate = setAll.deadlineDate
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- },
|
|
|
- beforeDestroy() {
|
|
|
- // 在组件销毁之前保存表单数据到 Vuex 中
|
|
|
- let data = {
|
|
|
- activitytitle: this.activitytitle,
|
|
|
- activityintro: this.activityintro,
|
|
|
- imageValue: this.imageValue,
|
|
|
- classify: this.index,
|
|
|
- recruitment: this.recruitment,
|
|
|
- activityform: this.activityform,
|
|
|
- address: this.address,
|
|
|
- funds: this.funds,
|
|
|
- activityDate: this.activityDate,
|
|
|
- deadlineDate: this.deadlineDate
|
|
|
- }
|
|
|
- if (!this.isedit) {
|
|
|
- uni.setStorageSync('formData', data)
|
|
|
- }
|
|
|
-
|
|
|
- },
|
|
|
- }
|
|
|
-</script>
|
|
|
-
|
|
|
-<style lang="scss" scoped>
|
|
|
- .publish {
|
|
|
- .liu {
|
|
|
- //留白
|
|
|
- width: 750rpx;
|
|
|
- height: 68rpx;
|
|
|
- position: absolute;
|
|
|
- bottom: 0;
|
|
|
- background-color: #ffffff;
|
|
|
- }
|
|
|
-
|
|
|
- .pubTitle {
|
|
|
- width: 750rpx;
|
|
|
- height: 96rpx;
|
|
|
- padding: 24rpx 30rpx 0 30rpx;
|
|
|
-
|
|
|
- .title {
|
|
|
- font-size: 32rpx;
|
|
|
- line-height: 48rpx;
|
|
|
- font-weight: 500;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .pubMid {
|
|
|
- width: 750rpx;
|
|
|
- // height: 504rpx;
|
|
|
- padding: 24rpx 30rpx 0 30rpx;
|
|
|
-
|
|
|
- // background-color: #8BBEFF;
|
|
|
- .mid {
|
|
|
- width: 690rpx;
|
|
|
- height: 440rpx;
|
|
|
-
|
|
|
- // background-color: #f2f2f2;
|
|
|
- .txt {
|
|
|
- width: 690rpx;
|
|
|
- height: 192rpx;
|
|
|
-
|
|
|
- .txtClass {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- font-size: 28rpx;
|
|
|
- font-weight: 400;
|
|
|
- line-height: 48rpx;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .pic {
|
|
|
- width: 224rpx;
|
|
|
- height: 224rpx;
|
|
|
- background-color: rgba(242, 242, 242, 1);
|
|
|
- display: flex;
|
|
|
- position: relative;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
-
|
|
|
- .pic_show {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- z-index: 10;
|
|
|
- background-color: #8BBEFF;
|
|
|
-
|
|
|
- image {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .picCont {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
-
|
|
|
- image {
|
|
|
- width: 56rpx;
|
|
|
- height: 66rpx;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
- // background-color: #fff;
|
|
|
- height: 100vh;
|
|
|
-
|
|
|
-
|
|
|
- .textCont {
|
|
|
- padding: 16px;
|
|
|
- }
|
|
|
-
|
|
|
- .addPhoto {
|
|
|
- background-color: #f2f2f2;
|
|
|
- width: 224rpx;
|
|
|
- height: 224rpx;
|
|
|
- display: flex;
|
|
|
- color: #616161;
|
|
|
- flex-direction: column;
|
|
|
- align-items: center;
|
|
|
- justify-content: center;
|
|
|
- margin-left: 30rpx;
|
|
|
-
|
|
|
- image {
|
|
|
- width: 50px;
|
|
|
- height: 50px;
|
|
|
- // margin-left: 48px;
|
|
|
- }
|
|
|
-
|
|
|
- .photo {
|
|
|
- color: #000000A3;
|
|
|
- // padding-left: 44px;
|
|
|
- // font-size: 14px;
|
|
|
- }
|
|
|
-
|
|
|
- .num {
|
|
|
- color: #919191;
|
|
|
- // padding-left: 56px;
|
|
|
- // font-size: 14px;
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- .userOptionsBox {
|
|
|
-
|
|
|
- width: 750rpx;
|
|
|
- height: 96rpx;
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
-
|
|
|
- .optionsItemBox {
|
|
|
- width: 690rpx;
|
|
|
-
|
|
|
- .optionItem {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
-
|
|
|
- .option_left {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- font-size: 28rpx;
|
|
|
- line-height: 48rpx;
|
|
|
- font-weight: 400;
|
|
|
- }
|
|
|
-
|
|
|
- .option_right {
|
|
|
- height: 40rpx;
|
|
|
-
|
|
|
- .input_details {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
-
|
|
|
- .details {
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
- color: rgb(153, 153, 153);
|
|
|
-
|
|
|
- .text {
|
|
|
- font-size: 28rpx;
|
|
|
- color: rgb(153, 153, 153);
|
|
|
- }
|
|
|
-
|
|
|
- input {
|
|
|
- text-align: right;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .arrow {
|
|
|
- display: flex;
|
|
|
-
|
|
|
- image {
|
|
|
- width: 32rpx;
|
|
|
- height: 32rpx;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .publish_now {
|
|
|
- position: absolute;
|
|
|
- // bottom: 100rpx;
|
|
|
- display: flex;
|
|
|
- width: 750rpx;
|
|
|
- justify-content: center;
|
|
|
- padding-bottom: 50rpx;
|
|
|
-
|
|
|
- .btn {
|
|
|
- width: 432rpx;
|
|
|
- height: 88rpx;
|
|
|
- line-height: 88rpx;
|
|
|
- // background-color: #8BBEFF;
|
|
|
- background: rgba(0, 86, 168, 1);
|
|
|
-
|
|
|
- color: #fff;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- align-items: center;
|
|
|
- margin-top: 20px;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .mask {
|
|
|
- position: fixed;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- background-color: rgba(0, 0, 0, 0.3);
|
|
|
- z-index: 999;
|
|
|
- overflow: hidden;
|
|
|
- // display: none;
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
- }
|
|
|
-</style>
|