From 3bc6323fb4a1ddcd2a5249ac58a846cc8341aa95 Mon Sep 17 00:00:00 2001 From: Stormeye Wu Date: Thu, 16 Apr 2020 17:44:33 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/scanPay/scanPay.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/scanPay/scanPay.js b/pages/scanPay/scanPay.js index 20844b5..92349c3 100644 --- a/pages/scanPay/scanPay.js +++ b/pages/scanPay/scanPay.js @@ -17,7 +17,7 @@ Page({ cardList: [], arrays: [], showModel: false, - showInput:false, + showInput: false, ids: "", wmyes: imgurl.wmyes.url, wmclose: imgurl.wmclose.url @@ -79,7 +79,7 @@ Page({ ids: "", remainingAmount: that.data.remainingAmounts }) - if(err.errCode==90008||err.errCode == 90009){ + if (err.errCode == 90008 || err.errCode == 90009) { // 90009 指纹验证失败 // 90008 用户已取消 wx.showModal({ @@ -87,7 +87,7 @@ Page({ showCancel: false, content: '指纹验证后才能支付' }) - }else{ + } else { that.gotoPay(); } } @@ -193,7 +193,7 @@ Page({ } else if (that.data.inputValue != "" && Number(that.data.remainingAmount) < Number(that.data.inputValue)) { that.setData({ showModel: true, - showInput:'disabled' + showInput: 'disabled' }) that.getList(); console.log("1111") From 7cdd0247d970f6380879498539125dce7f2206ed Mon Sep 17 00:00:00 2001 From: Stormeye Wu Date: Wed, 22 Apr 2020 17:08:50 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E4=B8=87=E6=98=9F=E5=B9=BF=E5=9C=BA?= =?UTF-8?q?=E5=81=9C=E8=BD=A6=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ext.json | 6 +- index/index.js | 174 ++++++++++++++++++++++++------------------------- 2 files changed, 90 insertions(+), 90 deletions(-) diff --git a/ext.json b/ext.json index 15f463a..79bc693 100644 --- a/ext.json +++ b/ext.json @@ -36,8 +36,8 @@ "ifHaveWebSocket": "0", "ifHaveCarModular": "1" }, - "name": "富茂链客生产版", - "weappId": "wx6a2524a8286d687f", + "name": "福州连江万星广场", + "weappId": "wxce917a9a151fc03c", "appVersion": "C.5.1.1" }, "debug": false, @@ -76,7 +76,7 @@ "navigationBarTitleText": "", "navigationBarBackgroundColor": "#FFFFFF" }, - "extAppid": "wx6a2524a8286d687f", + "extAppid": "wxce917a9a151fc03c", "extEnable": true, "permission": { "scope.userLocation": { diff --git a/index/index.js b/index/index.js index 3937e07..a2170a4 100644 --- a/index/index.js +++ b/index/index.js @@ -10,7 +10,7 @@ const bgColor = require("../utils/bgColor.js") let app = getApp(); Page({ data: { - showLocationIf:true, + showLocationIf: true, ifStoreApp: ifStoreApp, navigationBarTitle: '首页', navigationBarHeight, @@ -19,7 +19,7 @@ Page({ qg: bgColor.colorFirst.main.qg, newUrl: "", cover: "", - kanjia:imgurl.kanjia.url, + kanjia: imgurl.kanjia.url, pintuan: imgurl.pintuan.url, xiaofeika: imgurl.xiaofeika.url, xingyun: imgurl.xingyun.url, @@ -51,7 +51,7 @@ Page({ duihuan: imgurl.duihuan.url, market: app.globalData.market, list: [], - xslist:[], + xslist: [], loading: true, fistLogin: null, alphaData: null, @@ -64,24 +64,24 @@ Page({ scrollTop: 0, showGame: false, showTopic: false, - showQg:false, + showQg: false, gamedata: {}, couponId: '', //游戏返回时传回的字段 played: false, //从游戏页面跳回首页返回true havePlayEd: app.globalData.havePlayEd, - havePlayEd1:app.globalData.havePlayEd1, + havePlayEd1: app.globalData.havePlayEd1, staticGamedata: {}, showIf: false, showPages: false, display: 'none', display1: 'none', optionsData: null, - page: 1 ,// 刷新进入页面时已经加载了第一页数据,onReachBottom时 page++,从第2页开始加载 - openId:'', + page: 1, // 刷新进入页面时已经加载了第一页数据,onReachBottom时 page++,从第2页开始加载 + openId: '', showGg: false, - ggdata:{} + ggdata: {} }, - alphaClick1: function (even) { + alphaClick1: function(even) { var animation = wx.createAnimation({}) animation.opacity(0).step({ duration: 2000 @@ -138,17 +138,17 @@ Page({ }, gotogame: function() { let that = this; - if (!that.data.showIf){ + if (!that.data.showIf) { wx.showToast({ title: '暂无游戏频道', - icon:"none", - duration:3000 + icon: "none", + duration: 3000 }) - }else{ + } else { Http.get({ - url: config.api.checkPhoneStatus, - data: {} - }) + url: config.api.checkPhoneStatus, + data: {} + }) .then(res => { var data = { couponChannelId: "" + that.data.couponChannelId, @@ -188,7 +188,7 @@ Page({ } }) } - + }, mySpecial: function() { console.log("special"); @@ -204,12 +204,12 @@ Page({ let that = this; let optionss; let openId = wx.getStorageSync('openId') - if(openId){ + if (openId) { that.setData({ - openId:openId + openId: openId }) } - if (wx.getStorageSync('options')){ + if (wx.getStorageSync('options')) { optionss = JSON.parse(wx.getStorageSync('options')); } if (options.played == "true") { @@ -235,7 +235,7 @@ Page({ let that = this; wx.getLocation({ type: "wgs84", - success: function (res) { + success: function(res) { console.log(res, 9999) if (res && res.longitude && res.latitude) { Http.post({ @@ -245,7 +245,7 @@ Page({ longitude: res.longitude } }).then(res => { - console.log(res,9999) + console.log(res, 9999) }) } }, @@ -264,7 +264,7 @@ Page({ let that = this; that.setData({ havePlayEd: app.globalData.havePlayEd ? app.globalData.havePlayEd : false, - havePlayEd1:app.globalData.havePlayEd1?app.globalData.havePlayEd1 : false + havePlayEd1: app.globalData.havePlayEd1 ? app.globalData.havePlayEd1 : false }) /** @@ -294,14 +294,14 @@ Page({ that.alphaClick(); }, 8000) // 如果有广告 - setTimeout(function () { + setTimeout(function() { // debugger that.alphaClick1(); }, 8000) }, getmemberId: function(token) { - let that = this; - Http.get({ + let that = this; + Http.get({ url: config.api.getScore, data: { token: token @@ -327,17 +327,17 @@ Page({ url: '/pages/czdetail/czdetail', }) }, - gotoBargain: function () { + gotoBargain: function() { wx.navigateTo({ url: '/pages/bargain/bargain', }) }, - gotoSpellGroup: function () { + gotoSpellGroup: function() { wx.navigateTo({ url: '/pages/spellGroup/spellGroup', }) }, - gotoCard: function () { + gotoCard: function() { wx.navigateTo({ url: '/pages/discountCardList/discountCardList', }) @@ -347,12 +347,12 @@ Page({ // url: '/pages/game/index', // }) // }, - gotoJfsc: function () { + gotoJfsc: function() { wx.navigateTo({ url: '/pages/integralmall/index', }) }, - + /** * * @param {code,page} @@ -374,7 +374,7 @@ Page({ that.topicShow(); that.getxsList(); that.getMallInfo(app.globalData.token); - + if (app.couponChannelListCallback) { app.couponChannelListCallback(app.globalData.token); } @@ -493,36 +493,36 @@ Page({ }); }, //获取限时抢购列表 - getxsList(){ + getxsList() { let that = this; Http.get({ - url: config.api.couponChannelList, - data: { - pageNum: 1, - pageSize: 3, - targetAd: 2 - } - }).then(res => { - if (res && res.data.total>0) { - that.setData({ - xslist: res.data.list, - showQg:true + url: config.api.couponChannelList, + data: { + pageNum: 1, + pageSize: 3, + targetAd: 2 + } + }).then(res => { + if (res && res.data.total > 0) { + that.setData({ + xslist: res.data.list, + showQg: true + }); + } else { + that.setData({ + showQg: false + }) + } + }) + .catch(err => { + console.log(err) + wx.showToast({ + title: err.errMsg, + icon: 'none', + duration: 2000, + mask: false }); - }else{ - that.setData({ - showQg:false - }) - } - }) - .catch(err => { - console.log(err) - wx.showToast({ - title: err.errMsg, - icon: 'none', - duration: 2000, - mask: false - }); - }) + }) }, /** * banner @@ -641,48 +641,48 @@ Page({ }) }, //限时抢购的详情页面 - gotodetail: function (e) { + gotodetail: function(e) { wx.navigateTo({ url: `/pages/coupon/detail/index?couponChannelId=${ e.currentTarget.dataset.couponchannelid }&couponId=${e.currentTarget.dataset.couponid}` }); }, - //浮层广告 - getGg: function (token) { + //浮层广告 + getGg: function(token) { let that = this Http.get({ - url: config.api.getGg, - data: { - token: token, - appId: config.weapp.AppId, - openId: that.data.openId - } - }).then(res => { - console.log(res) - if (res.data.id) { + url: config.api.getGg, + data: { + token: token, + appId: config.weapp.AppId, + openId: that.data.openId + } + }).then(res => { + console.log(res) + if (res.data.id) { + that.setData({ + showGg: true, + }) + console.log(that.data.showGg, 1111111111111) + } else { + that.setData({ + showGg: false + }) + that.getGameOne(app.globalData.token) + console.log(that.data.showGg, 222222222222222222) + } that.setData({ - showGg: true, + ggdata: res.data }) - console.log(that.data.showGg,1111111111111) - } else { - that.setData({ + }) + .catch(err => { + this.setData({ showGg: false }) that.getGameOne(app.globalData.token) - console.log(that.data.showGg,222222222222222222) - } - that.setData({ - ggdata: res.data + that.alphaClick1(); }) - }) - .catch(err => { - this.setData({ - showGg: false - }) - that.getGameOne(app.globalData.token) - that.alphaClick1(); - }) }, /** * 刷新 From 352fe1a405b9df9cfa93a112014a156b523c61ee Mon Sep 17 00:00:00 2001 From: Stormeye Wu Date: Tue, 12 May 2020 09:00:45 +0800 Subject: [PATCH 3/4] Squashed commit of the following: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit 06cb60b71f6fa577750c83f90adaa85c0faf38d7 Author: [caserKing] <[wkx12138@126.com]> Date: Mon May 11 23:12:26 2020 +0800 【浮层banner】【修改】【授权和海报引起的跳转和显示问题】 commit b0cab3312054719e87e3e78608689c374b0d6f48 Author: [caserKing] <[wkx12138@126.com]> Date: Mon May 11 12:38:55 2020 +0800 【浮层广告】【修改】【砍价拼团按钮问题】 commit eccf1bbb05dfe622aed7cccfe5244593c935634a Author: [caserKing] <[wkx12138@126.com]> Date: Sun May 10 13:32:10 2020 +0800 test空 commit 06d9e10fff899f314b1f63468fa0c1c2a720d1de Author: 刘晖 Date: Sat May 9 23:33:54 2020 +0800 [切换测试环境] --- app.wxss | 1 + components/advertisement/advertisement.js | 6 ++++- components/banner/index.js | 3 ++- components/shareposter/index.js | 33 ++++++++++++++++++++++- pages/coupon/detail/index.js | 29 +++++++++++++++++++- pages/getuserinfo/index.js | 11 +++++++- pages/index/index.js | 5 +++- pages/index/searchbar/detail/index.js | 26 +++++++++++++++++- pages/spellGroup/mySpellGroup/index.js | 28 ++++++++++++++++++- project.config.json | 2 +- 10 files changed, 135 insertions(+), 9 deletions(-) diff --git a/app.wxss b/app.wxss index 2ab9d45..5f45f48 100644 --- a/app.wxss +++ b/app.wxss @@ -9,6 +9,7 @@ url("//at.alicdn.com/t/font_777313_jq7td4d3uab.ttf") format("truetype"), url("//at.alicdn.com/t/font_777313_jq7td4d3uab.svg#iconfont") format("svg"); } + .iconfont { font-family: "iconfont" !important; font-size: 36rpx; diff --git a/components/advertisement/advertisement.js b/components/advertisement/advertisement.js index 473a67d..fa81a54 100644 --- a/components/advertisement/advertisement.js +++ b/components/advertisement/advertisement.js @@ -14,9 +14,13 @@ Component({ }, methods: { gotoGg: function (e) { + console.log(this.data.ggdata) let that = this; - wx.navigateTo({ + /* wx.navigateTo({ url: '/pages/coupon/detail/index?couponChannelId=' + e.currentTarget.dataset.data.produceId+'&g=1', + }) */ + wx.navigateTo({ + url: `/${that.data.ggdata.pagePath}&g=1`, }) }, a: function () { diff --git a/components/banner/index.js b/components/banner/index.js index 98b1996..92081ff 100644 --- a/components/banner/index.js +++ b/components/banner/index.js @@ -30,7 +30,8 @@ Component({ let id = (e.currentTarget.dataset.data.pagePath).substring(indexOf); let type = (e.currentTarget.dataset.data.pagePath).substr(23,2) console.log(indexOf, id, type); - if(type == 'cd'){ + console.log(e.currentTarget.dataset.data.pagePath) + if(type == 'cd' || type == 'sd'){ wx.navigateTo({ url: `/${e.currentTarget.dataset.data.pagePath}`, }) diff --git a/components/shareposter/index.js b/components/shareposter/index.js index 77a308f..b92594d 100644 --- a/components/shareposter/index.js +++ b/components/shareposter/index.js @@ -30,11 +30,42 @@ Component({ /** * 显示分享海报 */ - showPoster: function() { + /* showPoster: function() { //跳转到海报生成页 wx.navigateTo({ url: `/pages/canvas/index?merchantId=${this.data.id}` }) + }, */ + showPoster: function() { + //跳转到海报生成页 + console.log(this.data.fromflag) + let that = this; + Http.get({ + url: config.api.checkUserStatus, + data: { + token: app.globalData.token + } + }).then(res => { + wx.navigateTo({ + url: `/pages/canvas/index?couponChannelId=${that.data.id}` + }) + }).catch(err => { + console.log(err) + if (err.code == 11004) { + // 用户昵称未授权 + wx.redirectTo({ + url: `/pages/getuserinfo/index?couponChannelId=${that.data.id}&fromflag=poster` + }) + + } + }) + + + }, + + + + } }); \ No newline at end of file diff --git a/pages/coupon/detail/index.js b/pages/coupon/detail/index.js index 482b204..9e5e6fb 100644 --- a/pages/coupon/detail/index.js +++ b/pages/coupon/detail/index.js @@ -104,11 +104,38 @@ Page({ /** * 显示分享海报 */ - showPoster: function() { + /* showPoster: function() { //跳转到海报生成页 + console.log(this.data.canIUse) + + // return; wx.navigateTo({ url: `/pages/canvas/index?couponChannelId=${this.data.data.id}` }) + }, */ + showPoster: function() { + //跳转到海报生成页 + let that = this; + Http.get({ + url: config.api.checkUserStatus, + data: { + token: app.globalData.token + } + }).then(res => { + wx.navigateTo({ + url: `/pages/canvas/index?couponChannelId=${that.data.data.id}` + }) + }).catch(err => { + console.log(err) + if (err.code == 11004) { + // 用户昵称未授权 + wx.redirectTo({ + url: `/pages/getuserinfo/index?couponChannelId=${that.data.data.id}&fromflag=poster` + }) + + } + }) + }, swiperChange: function (e) { this.setData({ diff --git a/pages/getuserinfo/index.js b/pages/getuserinfo/index.js index 3e2ffd1..235992c 100755 --- a/pages/getuserinfo/index.js +++ b/pages/getuserinfo/index.js @@ -117,6 +117,14 @@ Page({ }) .then( function (res) { + // debugger; + if (that.data.fromflag == 'poster') { + wx.redirectTo({ + url: `/pages/canvas/index?couponChannelId=${that.data.couponChannelId}` + }) + return; + } + // if (that.data.optionData.orderGroupId){ wx.reLaunch({ url: `/pages/joinFrDpell/index?couponId=${that.data.optionData.couponId}&orderGroupId=${that.data.optionData.orderGroupId}&couponChannelId=${that.data.optionData.couponChannelId}&orderId=${that.data.optionData.orderId}&avatarUrl=${that.data.optionData.avatarUrl}&nickName=${that.data.optionData.nickName}` @@ -129,7 +137,8 @@ Page({ }); } else { //返回主页 - if (that.data.couponChannelId && !that.data.cuserId && !that.data.spellGroup||that.data.couponChannelId && !that.data.cuserId&&app.globalData.type == 'cd') { + // if (that.data.couponChannelId && !that.data.cuserId && !that.data.spellGroup||that.data.couponChannelId && !that.data.cuserId&&app.globalData.type == 'cd') { + if (that.data.couponChannelId && !that.data.cuserId && !that.data.spellGroup && app.globalData.type == 'cd') { // 跳转普通券/消费卡/限时秒杀/砍价详情 wx.navigateTo({ url: `/pages/coupon/detail/index?couponChannelId=${that.data.couponChannelId}` diff --git a/pages/index/index.js b/pages/index/index.js index fe1f296..1350bb3 100644 --- a/pages/index/index.js +++ b/pages/index/index.js @@ -130,6 +130,7 @@ Page({ }, checkuserstatus(options) { let that = this; + Http.get({ url: config.api.checkUserStatus, data: { @@ -137,6 +138,8 @@ Page({ } }) .then(res => { + // res = JSON.parse('{"code":11004,"message":"用户昵称未授权,请跳转到用户昵称授权页!","data":{}}') + //参与拼团 if (options && options.orderGroupId) { wx.redirectTo({ @@ -160,7 +163,7 @@ Page({ }) }) } else if (options && options.couponChannelId && !options.spellGroup && app.globalData.type != 'sd') { - + console.log(3333333333333333) // 转赠判断 if (options.cuserId) { wx.redirectTo({ diff --git a/pages/index/searchbar/detail/index.js b/pages/index/searchbar/detail/index.js index cc956da..54e918e 100644 --- a/pages/index/searchbar/detail/index.js +++ b/pages/index/searchbar/detail/index.js @@ -94,11 +94,35 @@ Page({ /** * 显示分享海报 */ - showPoster: function() { + /* showPoster: function() { //跳转到海报生成页 wx.navigateTo({ url: `/pages/canvas/index?merchantId=${this.data.id}` }) + }, */ + showPoster: function() { + //跳转到海报生成页 + let that = this; + Http.get({ + url: config.api.checkUserStatus, + data: { + token: app.globalData.token + } + }).then(res => { + wx.navigateTo({ + url: `/pages/canvas/index?couponChannelId=${that.data.id}` + }) + }).catch(err => { + console.log(err) + if (err.code == 11004) { + // 用户昵称未授权 + wx.redirectTo({ + url: `/pages/getuserinfo/index?couponChannelId=${that.data.id}&fromflag=poster` + }) + + } + }) + }, //点击切换 clickTab: function(e) { diff --git a/pages/spellGroup/mySpellGroup/index.js b/pages/spellGroup/mySpellGroup/index.js index 393fdb0..73d7b4d 100644 --- a/pages/spellGroup/mySpellGroup/index.js +++ b/pages/spellGroup/mySpellGroup/index.js @@ -68,11 +68,37 @@ Page({ /** * 显示分享海报 */ - showPoster: function() { + /* showPoster: function() { //跳转到海报生成页 wx.navigateTo({ url: `/pages/canvas/index?couponChannelId=${this.data.data.id}` }) + }, */ + showPoster: function() { + console.log(this.data.data) + let that = this; + Http.get({ + url: config.api.checkUserStatus, + data: { + token: app.globalData.token + } + }).then(res => { + wx.navigateTo({ + url: `/pages/canvas/index?couponChannelId=${that.data.data.id}` + }) + }).catch(err => { + console.log(err) + if (err.code == 11004) { + // 用户昵称未授权 + wx.redirectTo({ + url: `/pages/getuserinfo/index?couponChannelId=${that.data.data.id}&fromflag=poster` + }) + + } + }) + + //跳转到海报生成页 + }, /** * 显示分享弹框 diff --git a/project.config.json b/project.config.json index 53fd519..b6bb9ba 100644 --- a/project.config.json +++ b/project.config.json @@ -14,7 +14,7 @@ }, "compileType": "miniprogram", "libVersion": "2.5.0", - "appid": "wx453ae0d37f3550d0", + "appid": "wxfa336cad86ed598d", "projectname": "C%E7%AB%AF%E5%B0%8F%E7%A8%8B%E5%BA%8F", "isGameTourist": false, "simulatorType": "wechat", From 65fdc2a5f4d2c809fe1e7e5bf49299b575b966f1 Mon Sep 17 00:00:00 2001 From: Stormeye Wu Date: Tue, 12 May 2020 09:19:49 +0800 Subject: [PATCH 4/4] =?UTF-8?q?[=E6=B5=AE=E5=B1=82=E5=B9=BF=E5=91=8A][?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D]:=E7=A0=8D=E4=BB=B7=E6=8B=BC=E5=9B=A2?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98=20[=E6=B5=B7=E6=8A=A5][?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D]:=E6=B5=B7=E6=8A=A5=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E6=8E=88=E6=9D=83=E7=94=A8=E6=88=B7=E6=98=B5=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ext.json | 34 +++++++++++++++++----------------- project.config.json | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/ext.json b/ext.json index 79bc693..4194805 100644 --- a/ext.json +++ b/ext.json @@ -1,20 +1,6 @@ { "ext": { "attr": { - "imgProxy": [ - { - "newUrl": "https://c.malls.iformall.com/img", - "orgUrl": "https://iformall-net.s3.cn-northwest-1.amazonaws.com.cn" - }, - { - "newUrl": "https://c.malls.iformall.com/img1", - "orgUrl": "https://s3.cn-northwest-1.amazonaws.com.cn" - }, - { - "newUrl": "https://c.malls.iformall.com/img2", - "orgUrl": "https://wx.qlogo.cn" - } - ], "car": { "etcp": { "etcpAppId": "wxc07f9d67923d676d", @@ -31,13 +17,27 @@ }, "version": "release" }, + "imgProxy": [ + { + "newUrl": "https://c.malls.iformall.com/img", + "orgUrl": "https://iformall-net.s3.cn-northwest-1.amazonaws.com.cn" + }, + { + "newUrl": "https://c.malls.iformall.com/img1", + "orgUrl": "https://s3.cn-northwest-1.amazonaws.com.cn" + }, + { + "newUrl": "https://c.malls.iformall.com/img2", + "orgUrl": "https://wx.qlogo.cn" + } + ], "configUrl": "https://c.malls.iformall.com/C/api", "ifStoreApp": "0", "ifHaveWebSocket": "0", "ifHaveCarModular": "1" }, - "name": "福州连江万星广场", - "weappId": "wxce917a9a151fc03c", + "name": "富茂链客生产版", + "weappId": "wx6a2524a8286d687f", "appVersion": "C.5.1.1" }, "debug": false, @@ -76,7 +76,7 @@ "navigationBarTitleText": "", "navigationBarBackgroundColor": "#FFFFFF" }, - "extAppid": "wxce917a9a151fc03c", + "extAppid": "wx6a2524a8286d687f", "extEnable": true, "permission": { "scope.userLocation": { diff --git a/project.config.json b/project.config.json index b6bb9ba..53fd519 100644 --- a/project.config.json +++ b/project.config.json @@ -14,7 +14,7 @@ }, "compileType": "miniprogram", "libVersion": "2.5.0", - "appid": "wxfa336cad86ed598d", + "appid": "wx453ae0d37f3550d0", "projectname": "C%E7%AB%AF%E5%B0%8F%E7%A8%8B%E5%BA%8F", "isGameTourist": false, "simulatorType": "wechat",