Commit 4a0d1dc6 authored by chenwei's avatar chenwei

web 平台传参

parent 541356af
......@@ -44,7 +44,7 @@ export default {
// 获取活动列表
async getIntegralList() {
try {
const { code, data } = await integralActivityList({ platform: 2 })
const { code, data } = await integralActivityList({ platform: 3 })
if (code !== 0) return
this.list = data
} catch (err) {
......
......@@ -302,7 +302,8 @@ export default {
return {
countryList: [],
registeredForm: {
areaCode: "86",
platform: 3,
areaCode: "86"
},
registeredRules: {
mobile: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment