|
@ -302,7 +302,7 @@ |
|
|
|
|
|
|
|
|
// 跳转修改数据 |
|
|
// 跳转修改数据 |
|
|
changeValue(valueType) { |
|
|
changeValue(valueType) { |
|
|
// if (!this.canEdit) return |
|
|
if (!this.canEdit) return |
|
|
let inputValue = this.info[valueType] |
|
|
let inputValue = this.info[valueType] |
|
|
if (valueType == "lingo_ids") { |
|
|
if (valueType == "lingo_ids") { |
|
|
uni.setStorageSync("userfileList",JSON.stringify(this.info.lingo_idsFileList)) |
|
|
uni.setStorageSync("userfileList",JSON.stringify(this.info.lingo_idsFileList)) |
|
|