更新
This commit is contained in:
parent
1f5db03144
commit
9806c01a60
@ -103,7 +103,7 @@
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
imageUrl: config.baseUrl
|
imageUrl: ''
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
@ -219,7 +219,7 @@
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
userId:"",
|
userId:"",
|
||||||
uploadUrl: config.baseUrl,
|
uploadUrl: '',
|
||||||
globalConfig: getApp().globalData.config,
|
globalConfig: getApp().globalData.config,
|
||||||
//当前选择的认证身份
|
//当前选择的认证身份
|
||||||
identityType: "",
|
identityType: "",
|
||||||
|
|||||||
@ -113,7 +113,7 @@
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
uploadUrl: config.baseUrl + '/common/upload',
|
uploadUrl: '' + '/common/upload',
|
||||||
headers: {},
|
headers: {},
|
||||||
//所有可选的平台
|
//所有可选的平台
|
||||||
range: [],
|
range: [],
|
||||||
|
|||||||
@ -72,7 +72,7 @@
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
imageUrl: config.baseUrl,
|
imageUrl: '',
|
||||||
member:{},
|
member:{},
|
||||||
dataList: ['', ''],
|
dataList: ['', ''],
|
||||||
queryParams: {
|
queryParams: {
|
||||||
|
|||||||
@ -215,7 +215,7 @@
|
|||||||
userInfo: {
|
userInfo: {
|
||||||
coupon: 0
|
coupon: 0
|
||||||
},
|
},
|
||||||
imageUrl: config.baseUrl,
|
imageUrl: '',
|
||||||
//公众号二维码
|
//公众号二维码
|
||||||
wechat_img: constant.wechat_img,
|
wechat_img: constant.wechat_img,
|
||||||
//客服二维码
|
//客服二维码
|
||||||
|
|||||||
@ -46,7 +46,7 @@
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
uploadUrl: config.baseUrl,
|
uploadUrl: '',
|
||||||
dataList: [{
|
dataList: [{
|
||||||
nickName: "李林",
|
nickName: "李林",
|
||||||
createTime: "2024-02-10 12:22:44",
|
createTime: "2024-02-10 12:22:44",
|
||||||
|
|||||||
@ -149,7 +149,7 @@
|
|||||||
this.fileImageUrl = this.valiFormData.avatar.split(',')
|
this.fileImageUrl = this.valiFormData.avatar.split(',')
|
||||||
this.fileImageUrl.map((item)=>{
|
this.fileImageUrl.map((item)=>{
|
||||||
this.fileList.push({
|
this.fileList.push({
|
||||||
url:config.baseUrl + item
|
url:item
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@ -38,7 +38,7 @@
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
uploadUrl: config.baseUrl,
|
uploadUrl: '',
|
||||||
dataList: [{
|
dataList: [{
|
||||||
createTime: "2024-02-10 12:22:44",
|
createTime: "2024-02-10 12:22:44",
|
||||||
content: "我的意见我的意见我的意见我的意见我的意见我的意见我的意见我的意见我的意见我的意见我的意见我的意见我的意见",
|
content: "我的意见我的意见我的意见我的意见我的意见我的意见我的意见我的意见我的意见我的意见我的意见我的意见我的意见",
|
||||||
|
|||||||
@ -60,7 +60,7 @@
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
uploadUrl: config.baseUrl,
|
uploadUrl: '',
|
||||||
dataObj: {
|
dataObj: {
|
||||||
content: ""
|
content: ""
|
||||||
},
|
},
|
||||||
|
|||||||
@ -47,7 +47,7 @@
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
uploadUrl: config.baseUrl,
|
uploadUrl: '',
|
||||||
dataObj: {
|
dataObj: {
|
||||||
content: ""
|
content: ""
|
||||||
},
|
},
|
||||||
|
|||||||
@ -286,7 +286,7 @@
|
|||||||
//所有可选的平台
|
//所有可选的平台
|
||||||
platFormRange: [],
|
platFormRange: [],
|
||||||
globalConfig: getApp().globalData.config,
|
globalConfig: getApp().globalData.config,
|
||||||
uploadUrl: config.baseUrl,
|
uploadUrl: '',
|
||||||
sizeType: ['compressed'],
|
sizeType: ['compressed'],
|
||||||
//产品图片数组
|
//产品图片数组
|
||||||
fileList: [],
|
fileList: [],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user