From e39688ab9f15a9db4318525bde541e47f852fb1a Mon Sep 17 00:00:00 2001
From: YeMingfei666 <1619116647@qq.com>
Date: Thu, 12 Dec 2024 16:18:20 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=87=91=E8=B1=86=E4=B8=BA?=
=?UTF-8?q?=E9=87=91=E5=B8=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/payPopus/payPopus.vue | 10 +++++-----
me/detail/detail.nvue | 18 ++++++++++++++++--
me/detail/detail.vue | 2 +-
me/detail/detailIOS.nvue | 10 +++++-----
me/payOrder/payOrder.vue | 20 ++++++++++----------
me/wallet/wallet.vue | 6 +++---
me/wallet/wallets.vue | 6 +++---
pages.json | 4 ++--
pages/index/index copy.vue | 4 ++--
pages/index/index.vue | 4 ++--
pages/me/vip/index.vue | 24 ++++++++++++------------
11 files changed, 61 insertions(+), 47 deletions(-)
diff --git a/components/payPopus/payPopus.vue b/components/payPopus/payPopus.vue
index 9c3cbab..858d356 100644
--- a/components/payPopus/payPopus.vue
+++ b/components/payPopus/payPopus.vue
@@ -6,14 +6,14 @@
@@ -225,12 +225,12 @@
- {{item.money}}金豆
+ {{item.money}}金币
- 多送{{item.giveMoney}}金豆
+ 多送{{item.giveMoney}}金币
@@ -925,7 +925,7 @@
})
}
},
- //使用金豆购买
+ //使用金币购买
submitPay(type) {
let data = {
courseId: this.courseId
diff --git a/me/payOrder/payOrder.vue b/me/payOrder/payOrder.vue
index 5242785..09daf2a 100644
--- a/me/payOrder/payOrder.vue
+++ b/me/payOrder/payOrder.vue
@@ -128,7 +128,7 @@
},
{
imgurl: '/static/images/pay/lingqian.png',
- name: '金豆支付',
+ name: '金币支付',
payAway: 3
}
]
@@ -138,7 +138,7 @@
if (checkIosPay === '是') {
this.payList = [{
imgurl: '/static/images/pay/lingqian.png',
- name: '金豆支付',
+ name: '金币支付',
payAway: 3
}]
this.payAway = 3
@@ -155,7 +155,7 @@
},
{
imgurl: '/static/images/pay/lingqian.png',
- name: '金豆支付',
+ name: '金币支付',
payAway: 3
}
]
@@ -166,7 +166,7 @@
// #ifdef MP-WEIXIN
this.payList = [{
imgurl: '/static/images/pay/lingqian.png',
- name: '金豆支付',
+ name: '金币支付',
payAway: 3
}]
this.payAway = 3
@@ -181,7 +181,7 @@
},
{
imgurl: '/static/images/pay/lingqian.png',
- name: '金豆支付',
+ name: '金币支付',
payAway: 3
}
]
@@ -194,7 +194,7 @@
},
{
imgurl: '/static/images/pay/lingqian.png',
- name: '金豆支付',
+ name: '金币支付',
payAway: 3
}
]
@@ -209,7 +209,7 @@
},
{
imgurl: '/static/images/pay/lingqian.png',
- name: '金豆支付',
+ name: '金币支付',
payAway: 3
}
]
@@ -225,7 +225,7 @@
},
{
imgurl: '/static/images/pay/lingqian.png',
- name: '金豆支付',
+ name: '金币支付',
payAway: 3
}
]
@@ -233,7 +233,7 @@
} else {
this.payList = [{
imgurl: '/static/images/pay/lingqian.png',
- name: '金豆支付',
+ name: '金币支付',
payAway: 3
}]
this.payAway = 3
@@ -385,7 +385,7 @@
}
})
} else {
- switch (this.payAway) { //1:微信支付,2:支付宝支付 3:金豆支付
+ switch (this.payAway) { //1:微信支付,2:支付宝支付 3:金币支付
case 1: //微信支付
// #ifdef MP-WEIXIN
that.$Request.postT("/app/wxPay/wxPayJsApiOrder", {
diff --git a/me/wallet/wallet.vue b/me/wallet/wallet.vue
index 9bdd01d..3d3827e 100644
--- a/me/wallet/wallet.vue
+++ b/me/wallet/wallet.vue
@@ -5,14 +5,14 @@
- 当前剩余金豆
+ 当前剩余金币
{{formatNumber(moneyNum)}}
- 金豆明细
+ 金币明细
@@ -41,7 +41,7 @@
- {{item.money}}金豆+{{item.giveMoney}}赠豆
+ {{item.money}}金币+{{item.giveMoney}}赠豆
diff --git a/me/wallet/wallets.vue b/me/wallet/wallets.vue
index 6a2b9dd..ceefd2b 100644
--- a/me/wallet/wallets.vue
+++ b/me/wallet/wallets.vue
@@ -5,14 +5,14 @@
- 当前剩余金豆
+ 当前剩余金币
{{formatNumber(moneyNum)}}
- 金豆明细
+ 金币明细
@@ -34,7 +34,7 @@
- {{item.money}}金豆+{{item.giveMoney}}赠豆
+ {{item.money}}金币+{{item.giveMoney}}赠豆
diff --git a/pages.json b/pages.json
index 5ee77ea..e6ae901 100644
--- a/pages.json
+++ b/pages.json
@@ -494,14 +494,14 @@
}, {
"path": "wallet/wallet",
"style": {
- "navigationBarTitleText": "金豆充值",
+ "navigationBarTitleText": "金币充值",
"enablePullDownRefresh": false
}
}, {
"path": "wallet/mingxi",
"style": {
- "navigationBarTitleText": "金豆明细",
+ "navigationBarTitleText": "金币明细",
"enablePullDownRefresh": true
}
diff --git a/pages/index/index copy.vue b/pages/index/index copy.vue
index d29d0d7..406a501 100644
--- a/pages/index/index copy.vue
+++ b/pages/index/index copy.vue
@@ -139,7 +139,7 @@
src="https://dj-api.hnsiyao.cn/file/uploadPath/2024/02/22/cee2fcdc4c4ebe31ab4ce2c3c3a3d183.png"
mode="">
- {{xxJDNum}} 金豆
+ {{xxJDNum}} 金币
@@ -382,7 +382,7 @@
this.$Request.postT('/app/user/getNewUserRed').then(res => {
if (res.code == 0) {
this.xxPopu = false;
- this.$queue.showToast('领取成功,金豆已到账!');
+ this.$queue.showToast('领取成功,金币已到账!');
} else {
this.$queue.showToast(res.msg)
}
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 2414957..50d7f10 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -166,7 +166,7 @@
src="https://dj-api.hnsiyao.cn/file/uploadPath/2024/02/22/cee2fcdc4c4ebe31ab4ce2c3c3a3d183.png"
mode="">
- {{xxJDNum}} 金豆
+ {{xxJDNum}} 金币
@@ -545,7 +545,7 @@
this.$Request.postT('/app/user/getNewUserRed').then(res => {
if (res.code == 0) {
this.xxPopu = false;
- this.$queue.showToast('领取成功,金豆已到账!');
+ this.$queue.showToast('领取成功,金币已到账!');
} else {
this.$queue.showToast(res.msg)
}
diff --git a/pages/me/vip/index.vue b/pages/me/vip/index.vue
index 5baf3f6..9d5af4f 100644
--- a/pages/me/vip/index.vue
+++ b/pages/me/vip/index.vue
@@ -16,13 +16,13 @@
- {{item.money}}金豆
+ {{item.money}}金币
/ {{item.payDiamond}}钻石
{{item.type}}卡 •
- {{item.money}}金豆/
+ {{item.money}}金币/
{{item.payDiamond}}钻石/
@@ -53,7 +53,7 @@
- 金豆不足?
+ 金币不足?
去充值
@@ -141,7 +141,7 @@
id: 2
}, {
image: '/static/images/pay/lingqian.png',
- text: '金豆支付',
+ text: '金币支付',
id: 3
}]
this.openWay = 1;
@@ -150,7 +150,7 @@
if (checkIosPay === '是') {
this.openLists = [{
image: '/static/images/pay/lingqian.png',
- text: '金豆支付',
+ text: '金币支付',
id: 3
}];
this.openWay = 3;
@@ -165,7 +165,7 @@
id: 2
}, {
image: '/static/images/pay/lingqian.png',
- text: '金豆支付',
+ text: '金币支付',
id: 3
}];
this.openWay = 1;
@@ -183,7 +183,7 @@
// },
{
image: '/static/images/pay/lingqian.png',
- text: '金豆支付',
+ text: '金币支付',
id: 3
}
],
@@ -199,7 +199,7 @@
id: 1
}, {
image: '/static/images/pay/lingqian.png',
- text: '金豆支付',
+ text: '金币支付',
id: 3
}],
this.openWay = 1;
@@ -210,7 +210,7 @@
id: 2
}, {
image: '/static/images/pay/lingqian.png',
- text: '金豆支付',
+ text: '金币支付',
id: 3
}],
this.openWay = 2;
@@ -224,7 +224,7 @@
id: 4
}, {
image: '/static/images/pay/lingqian.png',
- text: '金豆支付',
+ text: '金币支付',
id: 3
}]
this.openWay = 4;
@@ -237,14 +237,14 @@
id: 5
}, {
image: '/static/images/pay/lingqian.png',
- text: '金豆支付',
+ text: '金币支付',
id: 3
}]
this.openWay = 5
} else {
this.openLists = [{
image: '/static/images/pay/lingqian.png',
- text: '金豆支付',
+ text: '金币支付',
id: 3
}]
this.openWay = 3