[去掉所有console和替换所有积分换成贡献值]

This commit is contained in:
2021-10-29 10:21:41 +08:00
parent 46279dd3d8
commit a811147c6b
39 changed files with 990 additions and 1037 deletions

View File

@@ -16,7 +16,6 @@
export default {
methods:{
toUser(){
console.log('trule')
uni.switchTab({
url:'/pages/user/index'
})

View File

@@ -270,7 +270,6 @@
type: 'app'
}).then(res => {
let payConfig = JSON.parse(res)
console.log(payConfig, 'console.log(res)')
uni.requestPayment({
provider: 'wxpay',
orderInfo: {
@@ -287,7 +286,6 @@
})
},
fail: payErr => {
console.log(payErr, 'console.log(payErr)')
uni.showToast({
title: '支付失败',
icon: 'none'