Merge branch 'master' of git.zdool.com:xs/yyx/h5

This commit is contained in:
lnn19986213 2022-08-18 10:26:28 +08:00
commit 3f2cc5adad
2 changed files with 60 additions and 38 deletions

View File

@ -76,7 +76,8 @@
<view v-for="(val,index) in StandradList" :key="index"> <view v-for="(val,index) in StandradList" :key="index">
<view class="opus_inputBox"> <view class="opus_inputBox">
<input type="text" v-model.trim="StandradList[index]" placeholder="请输入作品名称" class="opus_inputBox_inpt" /> <input type="text" v-model.trim="StandradList[index]" placeholder="请输入作品名称"
class="opus_inputBox_inpt" />
<view class="opus_inputBox_img"> <view class="opus_inputBox_img">
<view style="width: 80rpx; height: 80rpx;" class="addImg" @click="AddItem" <view style="width: 80rpx; height: 80rpx;" class="addImg" @click="AddItem"
v-if="StandradList.length==index+1"> v-if="StandradList.length==index+1">
@ -208,8 +209,8 @@
peopleSkillColums: [ peopleSkillColums: [
["书法家", "画家", "雕塑家"] ["书法家", "画家", "雕塑家"]
], ],
xiehuiObj: {} ,//name id key value xiehuiObj: {}, //name id key value
artHonrList:[""] artHonrList: [""]
}; };
}, },
onLoad(opt) { onLoad(opt) {
@ -221,10 +222,14 @@
uni.setNavigationBarTitle({ uni.setNavigationBarTitle({
title: JSON.parse(opt.key) title: JSON.parse(opt.key)
}) })
/* if(this.Edkey == '' || this.Edkey == ''){ if(this.Edkey == '艺术成就' || this.Edkey == '荣誉奖项'){
console.log("this.EdvaluePPPPPPP",JSON.parse(JSON.stringify(opt.value))); if (opt.value == '[""]' || opt.value == "null"){
this.Edvalue=[""]
console.log("onload 艺术成就",this.Edvalue );
}
} */
}
// //
if (this.Edkey == '出生日期' || this.Edkey == '入会时间') { if (this.Edkey == '出生日期' || this.Edkey == '入会时间') {
this.timeMode = 'date' this.timeMode = 'date'
@ -279,10 +284,15 @@
// stanlist fileList2 // stanlist fileList2
this.fileList2 = [] this.fileList2 = []
if (opt.value =='[""]') { if (opt.value == '[""]' || opt.value == "null") {
console.log("ddd");
this.StandradList = [""] this.StandradList = [""]
this.fileList2 = [[]] this.fileList2 = [
this.postFileList2=[[]] []
]
this.postFileList2 = [
[]
]
} else { } else {
// console.log("this.Edvalue++++", this.Edvalue); // console.log("this.Edvalue++++", this.Edvalue);
this.Edvalue.map((v, i) => { this.Edvalue.map((v, i) => {
@ -465,21 +475,22 @@
}) })
} }
} else if (this.Edkey == '艺术成就' || this.Edkey == '荣誉奖项') { } else if (this.Edkey == '艺术成就' || this.Edkey == '荣誉奖项') {
console.log("艺术成就", this.Edvalue); // console.log("submit", this.Edvalue);
var str = JSON.stringify(this.Edvalue) var str = JSON.stringify(this.Edvalue)
if(this.Edvalue[0]){
if (this.Edvalue[0]) {
if (this.Edkey == '艺术成就') { if (this.Edkey == '艺术成就') {
this.PostChangerRequest({ this.PostChangerRequest({
'artAtt': str 'artAtt': str
}) })
} else { } else {
this.PostChangerRequest({ this.PostChangerRequest({
'greats': str 'greats': str
}) })
} }
}else{ } else {
console.log("11"); console.log("11");
if (this.Edkey == '艺术成就') { if (this.Edkey == '艺术成就') {
@ -488,7 +499,7 @@
}) })
} else { } else {
this.PostChangerRequest({ this.PostChangerRequest({
'greats':'' 'greats': ''
}) })
} }
} }
@ -499,24 +510,24 @@
for (let i = 0; i < this.StandradList.length; i++) { for (let i = 0; i < this.StandradList.length; i++) {
// console.log("=====", this.fileList2); // console.log("=====", this.fileList2);
opsArr.push({ opsArr.push({
name: this.StandradList[i] ?this.StandradList[i]: '' , name: this.StandradList[i] ? this.StandradList[i] : '',
value: this.postFileList2[i]? this.postFileList2[i] : [] value: this.postFileList2[i] ? this.postFileList2[i] : []
}) })
} }
var isNull= opsArr.every((v,i)=>{ var isNull = opsArr.every((v, i) => {
return v.name=='' return v.name == ''
}) })
console.log("isNul",isNull); console.log("isNul", isNull);
console.log("opsArr", opsArr); console.log("opsArr", opsArr);
// isNull // isNull
if(isNull){ if (isNull) {
this.PostChangerRequest({ this.PostChangerRequest({
'opus': [] 'opus': []
}) })
}else{ } else {
this.PostChangerRequest({ this.PostChangerRequest({
'opus': opsArr 'opus': opsArr
}) })

View File

@ -786,14 +786,25 @@
}) })
}) })
} }
} }else{
opsArr=[]
}
console.log("opsArr====",opsArr); console.log("opsArr====",opsArr);
console.log("honorList",this.honorList); console.log("honorList",this.honorList);
this.honorList.forEach()
return
var yishucj = JSON.stringify(this.artlist) var yishucj=null
var rongyujx = JSON.stringify(this.honorList) if(this.artlist[0]==""){
yishucj=''
}else{
yishucj = JSON.stringify(this.artlist)
}
var rongyujx=null
if(this.honorList[0]==""){
rongyujx=''
}else{
rongyujx = JSON.stringify(this.honorList)
}
let that = this.model1.userInfo let that = this.model1.userInfo
let data = { let data = {
// "phone": that.phoneNum, // "phone": that.phoneNum,