update
This commit is contained in:
parent
5f83051186
commit
d010edfeba
1
.env.fat
1
.env.fat
@ -2,5 +2,6 @@ VITE_MODE = fat
|
|||||||
VITE_HOST = https://wmm-stg.pingan.com.cn
|
VITE_HOST = https://wmm-stg.pingan.com.cn
|
||||||
VITE_CDN = https://cdn.xglpa.com
|
VITE_CDN = https://cdn.xglpa.com
|
||||||
VITE_FOLDER = /vite-4
|
VITE_FOLDER = /vite-4
|
||||||
|
VITE_APPID = wxc2bc9f9e8d19b504
|
||||||
VITE_API = /intfgw/data/mmoactivity
|
VITE_API = /intfgw/data/mmoactivity
|
||||||
VITE_URL = https://w-stg.pingan.com.cn/lckj/pawm-mmo-activity-xgl-frontend/index.html
|
VITE_URL = https://w-stg.pingan.com.cn/lckj/pawm-mmo-activity-xgl-frontend/index.html
|
||||||
|
|||||||
1
.env.prd
1
.env.prd
@ -2,5 +2,6 @@ VITE_MODE = prd
|
|||||||
VITE_HOST = https://wmm.pingan.com.cn
|
VITE_HOST = https://wmm.pingan.com.cn
|
||||||
VITE_CDN = https://cdn.xglpa.com
|
VITE_CDN = https://cdn.xglpa.com
|
||||||
VITE_FOLDER = /vite-4
|
VITE_FOLDER = /vite-4
|
||||||
|
VITE_APPID = wx567d5d82d2dfdd1c
|
||||||
VITE_API = /intfgw/data/mmoactivity
|
VITE_API = /intfgw/data/mmoactivity
|
||||||
VITE_URL = https://w.pingan.com.cn/lckj/pawm-mmo-activity-xgl-frontend/index.html
|
VITE_URL = https://w.pingan.com.cn/lckj/pawm-mmo-activity-xgl-frontend/index.html
|
||||||
@ -228,7 +228,7 @@ export const mbtiList = [
|
|||||||
{
|
{
|
||||||
type: 'ESTP',
|
type: 'ESTP',
|
||||||
job: '企业家',
|
job: '企业家',
|
||||||
des: ['聪明,精力充沛善于感知的人们,','每天都在冲向新的冒险'],
|
des: ['充满活力热衷于突破,','强大的洞察力,常常发现新事物和想法'],
|
||||||
blessings: ['人间四月芳菲尽', '吃喝玩乐要尽兴'],
|
blessings: ['人间四月芳菲尽', '吃喝玩乐要尽兴'],
|
||||||
product: '7天成长',
|
product: '7天成长',
|
||||||
productPic: new URL('../assets/images/result/product/ESTP.png', import.meta.url).href,
|
productPic: new URL('../assets/images/result/product/ESTP.png', import.meta.url).href,
|
||||||
|
|||||||
@ -184,6 +184,8 @@ onMounted(() => {
|
|||||||
duration: 0,
|
duration: 0,
|
||||||
forbidClick: true,
|
forbidClick: true,
|
||||||
});
|
});
|
||||||
|
return
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 活动未开启:6002
|
// 活动未开启:6002
|
||||||
@ -194,7 +196,16 @@ onMounted(() => {
|
|||||||
icon: "flag-o",
|
icon: "flag-o",
|
||||||
forbidClick: true,
|
forbidClick: true,
|
||||||
});
|
});
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Toast.fail({
|
||||||
|
message: "活动已结束",
|
||||||
|
duration: 0,
|
||||||
|
forbidClick: true,
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -19,7 +19,7 @@ export function wxShare(option) {
|
|||||||
let data = res.data;
|
let data = res.data;
|
||||||
wx.config({
|
wx.config({
|
||||||
debug: false, // 开启调试模式
|
debug: false, // 开启调试模式
|
||||||
appId: 'wxc2bc9f9e8d19b504', // 必填,公众号的唯一标识
|
appId: import.meta.env.VITE_APPID, // 必填,公众号的唯一标识
|
||||||
timestamp: data.timestamp, // 必填,生成签名的时间戳
|
timestamp: data.timestamp, // 必填,生成签名的时间戳
|
||||||
nonceStr: data.nonceStr, // 必填,生成签名的随机串
|
nonceStr: data.nonceStr, // 必填,生成签名的随机串
|
||||||
signature: data.signature, // 必填,签名,见附录1
|
signature: data.signature, // 必填,签名,见附录1
|
||||||
|
|||||||
@ -5,8 +5,8 @@ export const useMainStore = defineStore("counter", {
|
|||||||
state: () => {
|
state: () => {
|
||||||
return {
|
return {
|
||||||
hasDraw: true, //是否有抽奖机会
|
hasDraw: true, //是否有抽奖机会
|
||||||
token: 'INFJ',
|
token: '',
|
||||||
MBTI: 'INFJ', //测试结果
|
MBTI: 'ESFP', //测试结果
|
||||||
hasPrize: false, //是否有奖品
|
hasPrize: false, //是否有奖品
|
||||||
prizeCode: 'oggSVMbeLgSK', //兑换码
|
prizeCode: 'oggSVMbeLgSK', //兑换码
|
||||||
prizeMoney: '8.88', //金额
|
prizeMoney: '8.88', //金额
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user