微信道具id:
@@ -199,7 +199,7 @@
this.$notify({
title: '提示',
duration: 1800,
- message: '请输入金豆数量',
+ message: '请输入金币数量',
type: 'warning'
});
return
@@ -208,7 +208,7 @@
this.$notify({
title: '提示',
duration: 1800,
- message: '请输入赠送金豆',
+ message: '请输入赠送金币',
type: 'warning'
});
return
diff --git a/src/views/orderCenter/orderCenter.vue b/src/views/orderCenter/orderCenter.vue
index 81878d3..a292df2 100644
--- a/src/views/orderCenter/orderCenter.vue
+++ b/src/views/orderCenter/orderCenter.vue
@@ -88,7 +88,7 @@
微信小程序
支付宝
会员免费
-
金豆
+
金币
抖音
快手
diff --git a/src/views/renwu/components/pop-add-gift.vue b/src/views/renwu/components/pop-add-gift.vue
index 34008cf..2531315 100644
--- a/src/views/renwu/components/pop-add-gift.vue
+++ b/src/views/renwu/components/pop-add-gift.vue
@@ -14,7 +14,7 @@
- 金豆
+ 金币
现金
大转盘抽奖次数
diff --git a/src/views/renwu/components/pop-gift-list.vue b/src/views/renwu/components/pop-gift-list.vue
index e8cd046..a215732 100644
--- a/src/views/renwu/components/pop-gift-list.vue
+++ b/src/views/renwu/components/pop-gift-list.vue
@@ -104,7 +104,7 @@ export default {
},
returnTypeName(type) {
const $types = {
- 1: "金豆",
+ 1: "金币",
2: "现金红包",
9: "大转盘抽奖次数",
};
diff --git a/src/views/user/userDetail.vue b/src/views/user/userDetail.vue
index 24115d1..1d961b3 100644
--- a/src/views/user/userDetail.vue
+++ b/src/views/user/userDetail.vue
@@ -47,7 +47,7 @@
钱包 |
- {{qianbao.money}}金豆
+ {{qianbao.money}}金币
修改
@@ -262,7 +262,7 @@
-
+
+ {{ scope.row.money }}
- {{ scope.row.money }}
@@ -282,7 +282,7 @@
-
+
+ {{ scope.row.money }}
- {{ scope.row.money }}
@@ -658,7 +658,7 @@
-
+
修改模式:
@@ -668,9 +668,9 @@
- 金豆:
+ 金币:
+ placeholder="请输入金币">
金额:
@@ -1134,7 +1134,7 @@
rechargenone(index) {
this.typeIndex = index
if(index==1){
- this.titles = '修改金豆'
+ this.titles = '修改金币'
}else{
this.titles = '修改收益'
}
@@ -1158,7 +1158,7 @@
this.$notify({
title: '提示',
duration: 1800,
- message: '请输入金豆',
+ message: '请输入金币',
type: 'warning'
})
return
diff --git a/src/views/user/userDetail1.vue b/src/views/user/userDetail1.vue
index 747ba9c..a9c5587 100644
--- a/src/views/user/userDetail1.vue
+++ b/src/views/user/userDetail1.vue
@@ -47,7 +47,7 @@
|
钱包 |
- {{qianbao.money}}金豆
+ {{qianbao.money}}金币
修改
@@ -262,7 +262,7 @@
-
+
+ {{ scope.row.money }}
- {{ scope.row.money }}
@@ -282,7 +282,7 @@
-
+
+ {{ scope.row.money }}
- {{ scope.row.money }}
@@ -658,7 +658,7 @@
-
+
修改模式:
@@ -668,9 +668,9 @@
- 金豆:
+ 金币:
+ placeholder="请输入金币">
金额:
@@ -1134,7 +1134,7 @@
rechargenone(index) {
this.typeIndex = index
if(index==1){
- this.titles = '修改金豆'
+ this.titles = '修改金币'
}else{
this.titles = '修改收益'
}
@@ -1158,7 +1158,7 @@
this.$notify({
title: '提示',
duration: 1800,
- message: '请输入金豆',
+ message: '请输入金币',
type: 'warning'
})
return
|