Commit 8d1bda1d authored by 罗超's avatar 罗超

1

parent 6239985c
......@@ -115,13 +115,13 @@
</q-input>
</div>
</div>
<div class="row wrap" v-if="addMsg.IsFree==2">
<!-- <div class="row wrap" v-if="addMsg.IsFree==2">
<div class="col-12">
<q-input filled stack-label maxlength="20" type="number" :dense="false" v-model="addMsg.PointNum"
ref="PointNum" class="col-12 q-pb-lg" label="点数" :rules="[val => !!val || '请填写点数']" suffix="点">
</q-input>
</div>
</div>
</div> -->
<div class="row wrap">
<div class="col-12 q-mt-sm q-mb-sm flex " style="align-items:center">
<div>是否区分性别:</div>
......
......@@ -189,7 +189,7 @@ import ActiveTypeForm from '../../components/activity/activeType-from'
loading: true,
msg: {
pageIndex: 1,
pageSize: 10,
pageSize: 5,
TypeName: '',
},
pageCount: 0,
......
......@@ -177,7 +177,7 @@
<div>
<div v-if="props.row.IsFree==1" style="color:green;">免费</div>
<div v-if="props.row.IsFree==2" style="color:red;">现金价格:{{props.row.Price}}</div>
<div v-if="props.row.IsFree==2" style="color:red;">现金点数:{{props.row.PointNum}}</div>
<!-- <div v-if="props.row.IsFree==2" style="color:red;">现金点数:{{props.row.PointNum}}</div> -->
<div>报名取消确认:{{props.row.IsCancelConfirm==1?'是':'否'}}</div>
<div>内部限制:{{props.row.IsCancelConfirm==1?'是':'否'}}</div>
</div>
......
......@@ -534,7 +534,7 @@
//上传视频
UploadVideo(file) {
var that = this;
this.UploadFileToTencent(this.FileType().Video, file.file, res => {
this.UploadSelfFile(this.FileType().Video, file.file, res => {
console.log(526,res)
if (res.resultCode == 1) {
that.addpageMsg.Image = res.VideoCoverImg;
......
......@@ -84,6 +84,7 @@ export default {
let viewFileUrl = 'http://192.168.20.214:8120';
let mallUrl = "http://192.168.20.17:8014";
let vtUploadUrl = "http://192.168.20.214:8120";
// let vtUploadUrl = "http://upload.oytour.com";
let vtViewUrl = "http://192.168.20.214:8130";
let locationName = window.location.hostname;
if (locationName.indexOf('testerp.oytour') !== -1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment