|
|
@ -23,7 +23,7 @@ export default { |
|
|
success: function(res) { |
|
|
success: function(res) { |
|
|
if (res.data.code == 200) { |
|
|
if (res.data.code == 200) { |
|
|
data1 = res.data.result |
|
|
data1 = res.data.result |
|
|
console.log('打印的数据----------', data1) |
|
|
console.log('打印1的数据----------', data1) |
|
|
that.bindViewTap(id, false, onDone) |
|
|
that.bindViewTap(id, false, onDone) |
|
|
} else { |
|
|
} else { |
|
|
uni.showToast({ |
|
|
uni.showToast({ |
|
|
|