|
|
@ -183,8 +183,6 @@ |
|
|
let mf = new Date().getMinutes()<10 ? '0'+new Date().getMinutes() : new Date().getMinutes(); |
|
|
let mf = new Date().getMinutes()<10 ? '0'+new Date().getMinutes() : new Date().getMinutes(); |
|
|
let ss = new Date().getSeconds()<10 ? '0'+new Date().getSeconds() : new Date().getSeconds(); |
|
|
let ss = new Date().getSeconds()<10 ? '0'+new Date().getSeconds() : new Date().getSeconds(); |
|
|
let gettime = yy+'-'+mm+'-'+dd+' '+hh+':'+mf+':'+ss; |
|
|
let gettime = yy+'-'+mm+'-'+dd+' '+hh+':'+mf+':'+ss; |
|
|
console.log(gettime) |
|
|
|
|
|
console.log(_this.goods_detail.name) |
|
|
|
|
|
let userInfo = uni.getStorageSync('userinfo') || {}; |
|
|
let userInfo = uni.getStorageSync('userinfo') || {}; |
|
|
let timeDate = Math.round(new Date().getTime() / 1000).toString(); |
|
|
let timeDate = Math.round(new Date().getTime() / 1000).toString(); |
|
|
console.log(SparkMD5) |
|
|
console.log(SparkMD5) |
|
|
@ -227,6 +225,7 @@ |
|
|
encoding: 'base64', |
|
|
encoding: 'base64', |
|
|
success: res => { |
|
|
success: res => { |
|
|
this.onceCode = wx.env.USER_DATA_PATH + '/pic' + number + '.jpg' |
|
|
this.onceCode = wx.env.USER_DATA_PATH + '/pic' + number + '.jpg' |
|
|
|
|
|
console.log('二维码临时路径',this.onceCode) |
|
|
}, |
|
|
}, |
|
|
fail: err => { |
|
|
fail: err => { |
|
|
console.log(err) |
|
|
console.log(err) |
|
|
|