更新
This commit is contained in:
@@ -304,7 +304,7 @@
|
||||
|
||||
},
|
||||
onLoad(option) {
|
||||
console.log('++++++++++++++++++', option)
|
||||
// console.log('++++++++++++++++++', option)
|
||||
this.test = option.id
|
||||
this.id = option.id
|
||||
this.tsets = option.name
|
||||
@@ -312,23 +312,23 @@
|
||||
uni.showShareMenu()
|
||||
let _that = this
|
||||
this.timeinterval = setInterval(() => {
|
||||
console.log('1')
|
||||
// console.log('1')
|
||||
_that.newQrString()
|
||||
}, 1000 * 60 * 3);
|
||||
},
|
||||
filters: {
|
||||
moneyIntercept(value) {
|
||||
if (value) {
|
||||
console.log(value)
|
||||
// console.log(value)
|
||||
let valus = (parseInt(value * 100) / 100).toFixed(2) + '¥/'
|
||||
console.log(valus)
|
||||
// console.log(valus)
|
||||
return valus
|
||||
} else {
|
||||
return '暂无'
|
||||
}
|
||||
},
|
||||
moneyFormath(value) {
|
||||
console.log(value)
|
||||
// console.log(value)
|
||||
if (value != 'xxx.x') {
|
||||
let number = value.toFixed(2)
|
||||
return number
|
||||
|
||||
Reference in New Issue
Block a user