Commit 5ab3b7c9 authored by 高宇's avatar 高宇

会员权益添加等级卡片和描述卡片

parent a164611d
......@@ -172,6 +172,7 @@ export default {
}
}
return {
srcList: [],
pickoptions: {
disabledDate: time => {
const oneDay = 60 * 60 * 24 * 1000
......@@ -285,6 +286,8 @@ export default {
this.formdisable = true
// this.endtimedisable = true
this.numinputdisable = true
this.uploaddisable = true
this.srcList.push(this.imageUrl)
this.form.activityDetails = this.form.activityDetails.replace(/\<p/gi,
'<p style=" margin: 0px;" ')
this.form.activityDetails = this.form.activityDetails.replace(/\<img/gi,
......
......@@ -118,6 +118,9 @@ export default {
validMobile(value) ? callback() : callback(new Error('手机号格式不正确'))
}
return {
baseURL: 'http://192.144.239.97:20043/file/',
imgageList: [],
imgList: [],
imgUrl: '',
imgageUrl: '',
// 表单数据
......@@ -174,6 +177,8 @@ export default {
queryDetailById(id).then(res => {
if (res.code === 200) {
this.form = res.data
this.uploaddisable1 = true
this.uploaddisable = true
// this.imgUrl = baseURL + this.form.imgUrl
if (this.form.imgUrl === null) {
this.imgUrl = baseURL + '/static/images/login/denglu_icon_logo.png'
......
This diff is collapsed.
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