UNPKG
wx-gc-behavior
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Behaviors
wx-gc-behavior
/
methods.js
7 lines
•
116 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
= {
log
(
...args
){
if
(wx.
$isLog
){
console
.
log
(...args) } } }