diff --git a/App.vue b/App.vue
index f82f146..18ea07b 100644
--- a/App.vue
+++ b/App.vue
@@ -7,7 +7,6 @@
} else {
document.addEventListener('WeixinJSBridgeReady', handleFontSize, false);
}
-
function handleFontSize() {
// 设置网页字体为默认大小
WeixinJSBridge.invoke('setFontSizeCallback', {
diff --git a/apis/interfaces/withdraws.js b/apis/interfaces/withdraws.js
index dbe36dc..813aad1 100644
--- a/apis/interfaces/withdraws.js
+++ b/apis/interfaces/withdraws.js
@@ -82,7 +82,7 @@ const withdrawsIndexLists = (data) => {
})
}
-// 积分记录
+// 贡献值记录
const userAccoutScores = (data) => {
return request({
url: 'user/account/scores',
diff --git a/pages.json b/pages.json
index 0c7b571..ec64263 100644
--- a/pages.json
+++ b/pages.json
@@ -547,7 +547,7 @@
"path": "pages/wallet/fragment",
"name": "Fragment",
"style": {
- "navigationBarTitleText": "积分记录",
+ "navigationBarTitleText": "贡献值记录",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#774ffd",
"navigationBarTextStyle": "white"
diff --git a/pages/company/approve.vue b/pages/company/approve.vue
index 12cf46b..bc693e1 100644
--- a/pages/company/approve.vue
+++ b/pages/company/approve.vue
@@ -144,7 +144,6 @@
})
})
} else {
- console.log('11', res)
this.getAppliesCategory(res.industries[0].industry_id)
}
}).catch(err => {
diff --git a/pages/coupons/add.vue b/pages/coupons/add.vue
index 8af246e..52a73d4 100644
--- a/pages/coupons/add.vue
+++ b/pages/coupons/add.vue
@@ -225,7 +225,6 @@
days : this.timeNumber,
goodsable_ids : this.coupongoods
}
- console.log(valuss.time_type)
pushCoupons(valuss).then(res => {
uni.showModal({
title : '提示',
diff --git a/pages/coupons/management.vue b/pages/coupons/management.vue
index 06619c0..b688e86 100644
--- a/pages/coupons/management.vue
+++ b/pages/coupons/management.vue
@@ -86,7 +86,6 @@
type : this.listType,
status : this.tabsType
}).then(res => {
- console.log(res)
this.coupons = res.lists.data
this.pages = res.lists.page
}).catch(err => {
diff --git a/pages/equity/index.vue b/pages/equity/index.vue
index 67b60a7..e0916c3 100644
--- a/pages/equity/index.vue
+++ b/pages/equity/index.vue
@@ -395,7 +395,6 @@
},
// 易货分类
onClassify(id) {
- console.log(id)
// this.$Router.push({
// name: 'goodsList'
// })
diff --git a/pages/found/index.vue b/pages/found/index.vue
index 9e7315b..dc6bd12 100644
--- a/pages/found/index.vue
+++ b/pages/found/index.vue
@@ -9,7 +9,7 @@
签到成功
- 积分+{{sign.signSuccess}}
+ 贡献值+{{sign.signSuccess}}
@@ -17,7 +17,7 @@
发现更多
- 海量积分等你解锁
+ 海量贡献值等你解锁
@@ -39,25 +39,25 @@
- 再签到{{ sign.nextTask.day }}天额外赠送{{ sign.nextTask.diff }}个积分
+ 再签到{{ sign.nextTask.day }}天额外赠送{{ sign.nextTask.diff }}个贡献值
- 签到领取积分
+ 签到领取贡献值
- 积分记录
+ 贡献值记录
- 积分任务
+ 贡献值任务
{
- console.log(res)
}).catch(err => {
uni.showToast({
icon: 'none',
diff --git a/pages/goods/add.vue b/pages/goods/add.vue
index 4801be9..f474829 100644
--- a/pages/goods/add.vue
+++ b/pages/goods/add.vue
@@ -419,7 +419,6 @@
}
if(authRes.confirm){
let goodsId = this.$Route.query.type === 'edit' ? this.$Route.query.id : res
- console.log(goodsId)
this.$Router.push({name: 'goodsAddAuth', params: { id: goodsId , type: 'goodsAdd', edit: this.$Route.query.type === 'edit'}})
}
}
diff --git a/pages/goods/confirmOrder.vue b/pages/goods/confirmOrder.vue
index 054aead..91ff876 100644
--- a/pages/goods/confirmOrder.vue
+++ b/pages/goods/confirmOrder.vue
@@ -205,7 +205,6 @@
}, 3000);
},
fail: (err) => {
- console.log('payerr', err)
uni.showToast({
title: '支付失败',
duration: 3000,
diff --git a/pages/goods/goodsAuth.vue b/pages/goods/goodsAuth.vue
index 2c6c395..963cee7 100644
--- a/pages/goods/goodsAuth.vue
+++ b/pages/goods/goodsAuth.vue
@@ -96,7 +96,6 @@
methods: {
// picker选择
pickerChange(e, key){
- console.log(key,e.detail.value)
this[key] = e.detail.value
},
// 图片预览
diff --git a/pages/goods/management.vue b/pages/goods/management.vue
index 38f4f10..843d88f 100644
--- a/pages/goods/management.vue
+++ b/pages/goods/management.vue
@@ -127,7 +127,6 @@
cancelText : '确定',
success : res => {
if(res.confirm){
- console.log(res.confirm)
this.$Router.push({name: 'goodsAdd', params: {type: 'edit', id}})
}
}
diff --git a/pages/index/index.vue b/pages/index/index.vue
index ec71118..fe60332 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -9,7 +9,7 @@
{{isAuth ? '通证' + account.coin : '查看通证'}}
- {{isAuth ? '积分' + account.crystal : '查看积分'}}
+ {{isAuth ? '贡献值' + account.crystal : '查看贡献值'}}
@@ -58,7 +58,7 @@
{{item.title}}
- 积分{{item.tips}}
+ 贡献值{{item.tips}}
@@ -86,7 +86,7 @@
{{chains.up}}
@@ -53,7 +53,7 @@
-
+
diff --git a/pages/wallet/property.vue b/pages/wallet/property.vue
index be63d2c..d4b4494 100644
--- a/pages/wallet/property.vue
+++ b/pages/wallet/property.vue
@@ -140,7 +140,6 @@
success: (res) => {
switch (res.tapIndex) {
case 0:
- console.log('提现了,')
this.$Router.push({
name: 'Extract'
})
diff --git a/pages/wallet/redProperty.vue b/pages/wallet/redProperty.vue
index 1a684b8..c3b09d4 100644
--- a/pages/wallet/redProperty.vue
+++ b/pages/wallet/redProperty.vue
@@ -58,11 +58,9 @@
this.reset()
uni.setStorageSync('refresh',false)
}else{
- console.log('没有更多更新')
}
},
onReachBottom() {
- console.log('chudi.....')
if(this.has_more){
this.page = this.page+1
this.getlog()
@@ -80,7 +78,6 @@
page:this.page
}
accountCashs(data).then(res => {
- console.log(res)
this.logs = this.logs.concat(res.lists.data)
this.cash = res.cash
this.has_more = res.lists.page.has_more
diff --git a/pages/wallet/withdrawList.vue b/pages/wallet/withdrawList.vue
index 17ee198..bc79abe 100644
--- a/pages/wallet/withdrawList.vue
+++ b/pages/wallet/withdrawList.vue
@@ -25,7 +25,7 @@
-
@@ -108,7 +108,6 @@
date: this.date,
}
withdrawsIndexLists(data).then(res => {
- console.log(res)
this.account = res.all
this.lists = this.lists.concat(res.lists.data)
this.has_next_page = res.lists.page.has_more