diff --git a/project.config.json b/project.config.json new file mode 100644 index 0000000..a02cf76 --- /dev/null +++ b/project.config.json @@ -0,0 +1,28 @@ +{ + "appid": "wx24c1b58020a5ce66", + "compileType": "miniprogram", + "libVersion": "3.3.3", + "packOptions": { + "ignore": [], + "include": [] + }, + "setting": { + "coverView": true, + "es6": true, + "postcss": true, + "minified": true, + "enhance": true, + "showShadowRootInWxmlPanel": true, + "packNpmRelationList": [], + "babelSetting": { + "ignore": [], + "disablePlugins": [], + "outputPath": "" + } + }, + "condition": {}, + "editorSetting": { + "tabIndent": "insertSpaces", + "tabSize": 2 + } +} \ No newline at end of file diff --git a/project.private.config.json b/project.private.config.json new file mode 100644 index 0000000..72c48e2 --- /dev/null +++ b/project.private.config.json @@ -0,0 +1,7 @@ +{ + "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", + "projectname": "jwl-applet", + "setting": { + "compileHotReLoad": true + } +} \ No newline at end of file diff --git a/src/jtools/api/activity.js b/src/jtools/api/activity.js index ffdc0b2..cc6366e 100644 --- a/src/jtools/api/activity.js +++ b/src/jtools/api/activity.js @@ -15,7 +15,11 @@ export function queryActivityDetail(data) { url: 'activity/applet/activity/detail', method: 'get', data, +<<<<<<< HEAD noToken: true +======= + noToken: true +>>>>>>> 9e24edad28eff09cb1c9d947314de6e4e3a33d19 }); } //查询抽奖次数 @@ -62,6 +66,7 @@ export function getLuckyRecord(data) { data, noToken: true }); +<<<<<<< HEAD } //查询中奖记录 @@ -116,3 +121,6 @@ export function wxLogin(data) { } +======= +} +>>>>>>> 9e24edad28eff09cb1c9d947314de6e4e3a33d19 diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 14bb150..a105baf 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -30,6 +30,7 @@