Merge branch 'summer' of https://git.szxgl.cn/liangzejun/palc-newyear2024 into summer
This commit is contained in:
commit
d239b3f8fb
1
.env.fat
1
.env.fat
@ -5,3 +5,4 @@ VITE_FOLDER = /vite-4
|
|||||||
VITE_APPID = wxc2bc9f9e8d19b504
|
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
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@ import http from './http'
|
|||||||
|
|
||||||
// 获取code
|
// 获取code
|
||||||
export function authorize(data, authorization) {
|
export function authorize(data, authorization) {
|
||||||
return http.post("/h5/Oauth/authorize",
|
return http.post("/h5/oauth/authorize",
|
||||||
data,
|
data,
|
||||||
true,
|
true,
|
||||||
);
|
);
|
||||||
@ -10,7 +10,7 @@ export function authorize(data, authorization) {
|
|||||||
|
|
||||||
// 获取用户信息
|
// 获取用户信息
|
||||||
export function getUserInfo(data, authorization) {
|
export function getUserInfo(data, authorization) {
|
||||||
return http.post("/h5/Oauth/getUserInfo",
|
return http.post("/h5/oauth/getUserInfo",
|
||||||
data,
|
data,
|
||||||
true,
|
true,
|
||||||
);
|
);
|
||||||
@ -54,7 +54,7 @@ export function exchangePrize(data, authorization) {
|
|||||||
|
|
||||||
// 分享接口
|
// 分享接口
|
||||||
export function getShareConfig(data, authorization) {
|
export function getShareConfig(data, authorization) {
|
||||||
return http.post("/h5/Oauth/getShareConfig",
|
return http.post("/h5/oauth/getShareConfig",
|
||||||
data,
|
data,
|
||||||
true,
|
true,
|
||||||
);
|
);
|
||||||
|
|||||||
@ -51,11 +51,6 @@ onMounted(() => {
|
|||||||
</div>
|
</div>
|
||||||
<div>2、成功领奖后,奖品将会在24小时内自动到账,请耐心等候;</div>
|
<div>2、成功领奖后,奖品将会在24小时内自动到账,请耐心等候;</div>
|
||||||
<div>3、中奖人请在活动结束前进行兑换,逾期视为弃权。</div>
|
<div>3、中奖人请在活动结束前进行兑换,逾期视为弃权。</div>
|
||||||
<!-- <div class="part">其他:</div>
|
|
||||||
<div>
|
|
||||||
活动期间如遇到任何问题,请在<span class="blod">[平安理财服务号]</span>后台咨询,我们会在一个工作日内回复。
|
|
||||||
</div>
|
|
||||||
<div class="part">说明:平安理财有权对活动规则进行解释</div> -->
|
|
||||||
</div>
|
</div>
|
||||||
<div class="part">
|
<div class="part">
|
||||||
<div>其他说明:</div>
|
<div>其他说明:</div>
|
||||||
|
|||||||
@ -1,8 +1,9 @@
|
|||||||
export const data = [
|
export const data = [
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
|
type: '1',
|
||||||
question: [
|
question: [
|
||||||
'低波稳健类产品通常是指配置大比例低波资产,不投资权益类资产的产品,受债市波动影响较小且不受股市影响。低波稳健类产品的产品风险评级是哪个?',
|
'低波稳健类产品通常是指配置大比例低波资产,不投资权益类资产的产品 \n,受债市波动影响较小且不受股市影响。低波稳健类产品的产品风险评级是哪个?',
|
||||||
],
|
],
|
||||||
answer: [
|
answer: [
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user