mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 13:03:30 +08:00
去掉调试时的 console 语句
This commit is contained in:
@@ -179,7 +179,7 @@ export default {
|
||||
)
|
||||
: 1;
|
||||
this.$root.utools.whole.fetchUserPayments().then((ret) => {
|
||||
console.log(ret);
|
||||
console.log("PayInfo:", ret);
|
||||
!ret.filter((x) => x.goods_id === this.goodsId).length ||
|
||||
(this.isPluginVIP = true);
|
||||
});
|
||||
|
Reference in New Issue
Block a user