去掉console

This commit is contained in:
dong_bo0602 2020-08-18 14:37:12 +08:00
parent e83ab4f51b
commit e65fedb769

View File

@ -24,7 +24,6 @@ Page({
{ {
resultLocation: 'TX' resultLocation: 'TX'
}, null, function(code, data){ }, null, function(code, data){
console.log(data)
var src = 'img src="' + app.venueUrl + '/' var src = 'img src="' + app.venueUrl + '/'
if(data.venueDescription.indexOf('src="') != -1){ if(data.venueDescription.indexOf('src="') != -1){
data.venueDescription = data.venueDescription.replace(/src="/g, src) data.venueDescription = data.venueDescription.replace(/src="/g, src)