|
|
@@ -25,7 +25,7 @@
|
|
|
<!-- 未登录提示 -->
|
|
|
<div v-if="!isLoggedIn" class="login-prompt-section">
|
|
|
<div class="login-prompt-card">
|
|
|
- <div class="prompt-text">请先完成登录后,即可进行钻石充值~</div>
|
|
|
+ <div class="prompt-text">请先完成登录后,即可进行金币充值~</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
@@ -197,7 +197,7 @@ export default {
|
|
|
const strictCode = strictMatch ? strictMatch[1] : null;
|
|
|
if (!strictCode) {
|
|
|
// 记录当前页面URL作为重定向目标
|
|
|
- const redirectUrl = `https%3A%2F%2Fmewkeji.com%2Fpay`
|
|
|
+ const redirectUrl = `https%3A%2F%2Fmewkeji.com%2Fwechatpay`
|
|
|
|
|
|
// 构建微信授权URL
|
|
|
const authUrl = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx2a1c96c7e81f98f2&redirect_uri=${redirectUrl}&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect`
|