diff --git a/apis/interfaces/wallet.js b/apis/interfaces/wallet.js index 94b6a86..8242b2a 100644 --- a/apis/interfaces/wallet.js +++ b/apis/interfaces/wallet.js @@ -138,7 +138,7 @@ const keyrules = () => { }) } -// 能量球转红包前置,获取能量球的基本信息 +// 通证转红包前置,获取通证的基本信息 const accountCashs = (data) => { return request({ url: 'user/account/cashs', diff --git a/apis/interfaces/withdraws.js b/apis/interfaces/withdraws.js index ffd72af..dbe36dc 100644 --- a/apis/interfaces/withdraws.js +++ b/apis/interfaces/withdraws.js @@ -82,7 +82,7 @@ const withdrawsIndexLists = (data) => { }) } -// 能量碎片记录 +// 积分记录 const userAccoutScores = (data) => { return request({ url: 'user/account/scores', @@ -91,7 +91,7 @@ const withdrawsIndexLists = (data) => { }) } - // 能量球转红包前置 + // 通证转红包前置 const cashsCreate = () => { return request({ url: 'user/account/cashs/create', @@ -99,7 +99,7 @@ const withdrawsIndexLists = (data) => { }) } - // 能量球转红包 + // 通证转红包 const accountCashs = (data) => { return request({ url: 'user/account/cashs', diff --git a/components/property/record.vue b/components/property/record.vue index 9a13a48..0590a14 100644 --- a/components/property/record.vue +++ b/components/property/record.vue @@ -2,7 +2,7 @@ - {{item.rule.title}} {{item.coin?' ('+item.coin+'个能量球) ':''}} + {{item.rule.title}} {{item.coin?' ('+item.coin+'个通证) ':''}} {{item.created_at || '-'}} {{item.amount}} diff --git a/pages.json b/pages.json index cd15f3a..976c57d 100644 --- a/pages.json +++ b/pages.json @@ -14,31 +14,31 @@ "auth": true, "style": { "navigationBarTitleText": "发现更多", - "navigationStyle": "custom", + "navigationStyle": "custom", "navigationBarTextStyle": "white" } }, { "path": "pages/user/index", "name": "User", "auth": true, - "style": { - "navigationBarTitleText": "节点中心", - "navigationStyle":"custom", - "navigationBarTextStyle": "white", - "app-plus":{ - "titleNView": { - "type": "transparent", - "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)", - "buttons": [{ - "text": "\ue601", - "fontSrc":"/static/iconfont.ttf", - "background": "rgba(0,0,0,0)" - },{ - "text": "\ue602", - "fontSrc":"/static/iconfont.ttf", - "background": "rgba(0,0,0,0)" - }] - } + "style": { + "navigationBarTitleText": "节点中心", + "navigationStyle":"custom", + "navigationBarTextStyle": "white", + "app-plus":{ + "titleNView": { + "type": "transparent", + "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)", + "buttons": [{ + "text": "\ue601", + "fontSrc":"/static/iconfont.ttf", + "background": "rgba(0,0,0,0)" + },{ + "text": "\ue602", + "fontSrc":"/static/iconfont.ttf", + "background": "rgba(0,0,0,0)" + }] + } } } }, { @@ -109,16 +109,16 @@ "path": "pages/goods/management", "name": "goodsManagement", "style": { - "navigationBarTitleText": "商品权证管理", - "app-plus":{ - "titleNView": { - "buttons": [{ - "text": "发布", - "width": "78px", - "fontSize": "15px", - "color":"#8b64fd" - }] - } + "navigationBarTitleText": "商品权证管理", + "app-plus":{ + "titleNView": { + "buttons": [{ + "text": "发布", + "width": "78px", + "fontSize": "15px", + "color":"#8b64fd" + }] + } } } }, { @@ -143,32 +143,32 @@ "path": "pages/coupons/management", "name": "couponsManagement", "style": { - "navigationBarTitleText": "优惠券管理", - "app-plus":{ - "titleNView": { - "buttons": [{ - "text": "创建", - "width": "78px", - "fontSize": "15px", - "color":"#8b64fd" - }] - } + "navigationBarTitleText": "优惠券管理", + "app-plus":{ + "titleNView": { + "buttons": [{ + "text": "创建", + "width": "78px", + "fontSize": "15px", + "color":"#8b64fd" + }] + } } } }, { "path": "pages/coupons/add", "name": "couponsAdd", "style": { - "navigationBarTitleText": "创建优惠券", - "app-plus":{ - "titleNView": { - "buttons": [{ - "text": "发布", - "width": "78px", - "fontSize": "15px", - "color":"#8b64fd" - }] - } + "navigationBarTitleText": "创建优惠券", + "app-plus":{ + "titleNView": { + "buttons": [{ + "text": "发布", + "width": "78px", + "fontSize": "15px", + "color":"#8b64fd" + }] + } } } }, { @@ -242,9 +242,9 @@ "path": "pages/wallet/property", "name": "walletProperty", "style": { - "navigationBarTitleText": "能量钱包", + "navigationBarTitleText": "通证钱包", "enablePullDownRefresh": false, - "navigationBarTextStyle": "white", + "navigationBarTextStyle": "white", "navigationBarBackgroundColor":"#976dff" } }, { @@ -253,7 +253,7 @@ "style": { "navigationBarTitleText": "现金红包", "enablePullDownRefresh": false, - "navigationBarTextStyle": "white", + "navigationBarTextStyle": "white", "navigationBarBackgroundColor":"#976dff" } }, @@ -261,7 +261,7 @@ "path": "pages/wallet/extract", "name": "Extract", "style": { - "navigationBarTitleText": "提现能量", + "navigationBarTitleText": "提现通证", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#976dff", "navigationBarTextStyle": "white" @@ -295,16 +295,16 @@ "name": "shopLists", "auth": true, "style": { - "navigationBarTitleText": "门店管理", - "app-plus":{ - "titleNView": { - "buttons": [{ - "text": "添加", - "width": "78px", - "fontSize": "15px", - "color":"#8b64fd" - }] - } + "navigationBarTitleText": "门店管理", + "app-plus":{ + "titleNView": { + "buttons": [{ + "text": "添加", + "width": "78px", + "fontSize": "15px", + "color":"#8b64fd" + }] + } } } }, { @@ -312,23 +312,23 @@ "name": "shopCreate", "auth": true, "style": { - "navigationBarTitleText": "创建门店" + "navigationBarTitleText": "创建门店" } }, { "path": "pages/employees/list", "name": "employeesList", "auth": true, "style": { - "navigationBarTitleText": "员工管理", - "app-plus":{ - "titleNView": { - "buttons": [{ - "text": "添加", - "width": "78px", - "fontSize": "15px", - "color":"#8b64fd" - }] - } + "navigationBarTitleText": "员工管理", + "app-plus":{ + "titleNView": { + "buttons": [{ + "text": "添加", + "width": "78px", + "fontSize": "15px", + "color":"#8b64fd" + }] + } } } }, { @@ -336,16 +336,16 @@ "name": "employeesAdd", "auth": true, "style": { - "navigationBarTitleText": "添加员工", - "app-plus":{ - "titleNView": { - "buttons": [{ - "text": "保存", - "width": "78px", - "fontSize": "15px", - "color":"#8b64fd" - }] - } + "navigationBarTitleText": "添加员工", + "app-plus":{ + "titleNView": { + "buttons": [{ + "text": "保存", + "width": "78px", + "fontSize": "15px", + "color":"#8b64fd" + }] + } } } }, { @@ -360,23 +360,23 @@ "name": "instrumentBasics", "auth": true, "style": { - "navigationBarTitleText": "基础信息", - "app-plus":{ - "titleNView": { - "buttons": [{ - "text": "保存", - "width": "78px", - "fontSize": "15px", - "color":"#8b64fd" - }] - } + "navigationBarTitleText": "基础信息", + "app-plus":{ + "titleNView": { + "buttons": [{ + "text": "保存", + "width": "78px", + "fontSize": "15px", + "color":"#8b64fd" + }] + } } } }, { "path": "pages/wallet/fragment", "name": "Fragment", "style": { - "navigationBarTitleText": "能量碎片记录", + "navigationBarTitleText": "积分记录", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#774ffd", "navigationBarTextStyle": "white" @@ -422,9 +422,9 @@ } ], "globalStyle": { - "backgroundColor": "#F5F5F5", - "navigationBarBackgroundColor":"#FFFFFF", - "navigationBarTextStyle":"black" + "backgroundColor": "#F5F5F5", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black" }, "tabBar": { "borderStyle": "white", @@ -434,7 +434,7 @@ "spacing": "0", "height": "60px", "list": [{ - "text": "发现能量", + "text": "发现通证", "iconPath": "static/tabBar/tabBar_icon_00.png", "selectedIconPath": "static/tabBar/tabBar_show_00.png", "pagePath": "pages/index/index" @@ -453,4 +453,4 @@ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" } -} +} diff --git a/pages/found/index.vue b/pages/found/index.vue index cf5c410..21709ea 100644 --- a/pages/found/index.vue +++ b/pages/found/index.vue @@ -9,7 +9,7 @@ 签到成功 - 能量碎片+{{sign.signSuccess}} + 积分+{{sign.signSuccess}} @@ -17,7 +17,7 @@ 发现更多 - 海量能量碎片等你解锁 + 海量积分等你解锁 @@ -39,25 +39,25 @@ - 再签到{{ sign.nextTask.day }}天额外赠送{{ sign.nextTask.diff }}个能量碎片 + 再签到{{ sign.nextTask.day }}天额外赠送{{ sign.nextTask.diff }}个积分 - 签到领取能量碎片 + 签到领取积分 - 能量碎片记录 + 积分记录 - 能量碎片任务 + 积分任务 - {{isAuth ? '能量球' + account.coin : '查看能量球'}} + {{isAuth ? '通证' + account.coin : '查看通证'}} - {{isAuth ? '能量碎片' + account.crystal : '查看能量碎片'}} + {{isAuth ? '积分' + account.crystal : '查看积分'}} @@ -58,35 +58,35 @@ {{item.title}} - 能量碎片{{item.tips}} + 积分{{item.tips}} - 平台能量球余量 + 平台通证余量 {{chains.balance}} - 上期发放能量球 + 上期发放通证 {{chains.stone}} - 当前能量球价值 + 当前通证价值 {{chains.up}} - 昨日瓜分能量碎片 + 昨日瓜分积分 @@ -107,9 +107,9 @@ {{chains.number}} - + - 累计盈利和能量球价值走势图 + 累计盈利和通证价值走势图 @@ -215,14 +215,7 @@ confirmText: pathName === 'vipIndex' ? '去开通' : '去认证', confirmColor: '#8b64fd', success: res => { - console.log(pathName) if (res.confirm) { - // if (pathName === 'setting') { - // this.$Router.pushTab({ - // name: pathName - // }) - // return - // } if (pathName === 'vipIndex') { console.log(this.userAuth.identity) this.$Router.push({ @@ -241,7 +234,7 @@ } }) }, - // 领取能量碎片 + // 领取积分 ledCrystal(index) { // 播放音频 const innerAudioContext = uni.createInnerAudioContext(); @@ -717,4 +710,4 @@ } } } - + diff --git a/pages/user/code.vue b/pages/user/code.vue index fc4e808..8a94aeb 100644 --- a/pages/user/code.vue +++ b/pages/user/code.vue @@ -34,7 +34,7 @@ - 朋友通过你的邀请注册成功后,将与您绑定好友关系通过成为平台用户,你都可以获得能量碎片奖励。 + 朋友通过你的邀请注册成功后,将与您绑定好友关系通过成为平台用户,你都可以获得积分奖励。 邀请码 : {{inviteData[0].invite}} 复制邀请码 diff --git a/pages/user/index.vue b/pages/user/index.vue index 35ddf92..1affab7 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -112,7 +112,7 @@ - 当前能量球价值¥{{userData.account.stone_value || 0}} + 当前通证价值¥{{userData.account.stone_value || 0}} 去提现 @@ -124,7 +124,7 @@ - 能量球钱包 + 通证钱包 @@ -138,7 +138,7 @@ {{userData.account.cash || 0}} - 能量碎片 + 积分 @@ -383,9 +383,9 @@ }, // 友情提示信息 showHelp(type) { - let title = '能量球', + let title = '通证', content = this.helpDoc.energy_ball.description - if (type == 'chip') title = '能量碎片' + if (type == 'chip') title = '积分' if (type == 'chip') content = this.helpDoc.energy_shard.description uni.showModal({ title: title, diff --git a/pages/vip/vip.vue b/pages/vip/vip.vue index 93414fe..bbc7815 100644 --- a/pages/vip/vip.vue +++ b/pages/vip/vip.vue @@ -248,8 +248,9 @@ wechatAppPay(orderId){ vipWechatPay(orderId,{ type: 'app' - }).then(res=>{ + }).then(res=>{ let payConfig = JSON.parse(res) + console.log(payConfig,'console.log(res)') uni.requestPayment({ provider: 'wxpay', orderInfo: {...payConfig}, @@ -259,13 +260,14 @@ content : "支付成功,已成功开通/升级节点身份", showCancel : false, success : ()=> { - this.idenInfo() + this.idenInfo() } }) }, - fail: payErr => { + fail: payErr => { + console.log(payErr,'console.log(payErr)') uni.showToast({ - title: '支付已被取消', + title: '支付失败,原因:' + payErr.errMsg, icon : 'none' }) } diff --git a/pages/wallet/extract.vue b/pages/wallet/extract.vue index aaf2c31..5773fd0 100644 --- a/pages/wallet/extract.vue +++ b/pages/wallet/extract.vue @@ -3,7 +3,7 @@ - 能量球钱包 + 通证钱包 (≈ {{ cost || '0.00' }} CNY) {{ balance || '0.00' }} @@ -38,12 +38,12 @@ export default { data() { return { - balance: 0, // 钱包能量球数量 + balance: 0, // 钱包通证数量 tax: 0, // 当前手续费 - cost: 1, // 每个能量球的价格 + cost: 1, // 每个通证的价格 total: 0, // 约合人民币 card: '', // 银行卡号 - withdraw_input: '', // 提现能量球数量 + withdraw_input: '', // 提现通证数量 bank_accounts: 0, bankInfo: {} }; @@ -73,7 +73,7 @@ }) }) }, - // 输入提现能量球数量 + // 输入提现通证数量 inputNum(e) { let number = Number(e.detail.value) if (number <= Number(this.balance)) { @@ -120,7 +120,7 @@ } if (data.amount === 0) { uni.showToast({ - title: '请输入能量球数量', + title: '请输入通证数量', icon: 'none' }) return; diff --git a/pages/wallet/extractRed.vue b/pages/wallet/extractRed.vue index 3a22770..3a08a35 100644 --- a/pages/wallet/extractRed.vue +++ b/pages/wallet/extractRed.vue @@ -44,12 +44,12 @@ export default { data() { return { - balance: 0, // 钱包能量球金额 + balance: 0, // 钱包通证金额 tax: 0, // 当前手续费 - cost: 1, // 每个能量球的价格 + cost: 1, // 每个通证的价格 total: 0, // 约合人民币 card: '', // 银行卡号 - withdraw_input: '', // 提现能量球金额 + withdraw_input: '', // 提现通证金额 bank_accounts: 0, bankInfo: {} }; @@ -81,7 +81,7 @@ }) }) }, - // 输入提现能量球金额 + // 输入提现通证金额 inputNum(e) { let number = Number(e.detail.value) console.log(number, this.balance) @@ -140,7 +140,7 @@ } if (data.amount === 0) { uni.showToast({ - title: '请输入能量球金额', + title: '请输入通证金额', icon: 'none' }) return; diff --git a/pages/wallet/property.vue b/pages/wallet/property.vue index 32363c7..be63d2c 100644 --- a/pages/wallet/property.vue +++ b/pages/wallet/property.vue @@ -3,7 +3,7 @@ - 能量球钱包 + 通证钱包 (≈ {{ price || '0.00' }} CNY) {{ balance.balance || '0.00' }} @@ -11,7 +11,7 @@ 区块链地址 - 能量球转红包 + 通证转红包 diff --git a/pages/wallet/withdrawList.vue b/pages/wallet/withdrawList.vue index 8ae56db..8738dfe 100644 --- a/pages/wallet/withdrawList.vue +++ b/pages/wallet/withdrawList.vue @@ -11,7 +11,7 @@ - 当前能量球 + 当前通证 diff --git a/unpackage/dist/dev/app-plus/app-config-service.js b/unpackage/dist/dev/app-plus/app-config-service.js index a1ef833..187aff1 100644 --- a/unpackage/dist/dev/app-plus/app-config-service.js +++ b/unpackage/dist/dev/app-plus/app-config-service.js @@ -1,8 +1,8 @@ var isReady=false;var onReadyCallbacks=[]; var isServiceReady=false;var onServiceReadyCallbacks=[]; -var __uniConfig = {"pages":["pages/index/index","pages/found/index","pages/user/index","pages/user/code","pages/user/help","pages/user/partner","pages/user/clause","pages/user/followOfficial","pages/vip/vip","pages/vip/agree","pages/vip/examine","pages/setting/setting","pages/goods/management","pages/goods/addClassify","pages/goods/add","pages/goods/goodsAuth","pages/coupons/management","pages/coupons/add","pages/coupons/magDetails","pages/coupons/selectGoods","pages/login/login","pages/login/guide","pages/login/agreement","pages/certification/personal","pages/setting/aboutUs","pages/company/approve","pages/news/index","pages/news/detail","pages/wallet/property","pages/wallet/redProperty","pages/wallet/extract","pages/wallet/extractRed","pages/verification/index","pages/verification/history","pages/shop/lists","pages/shop/create","pages/employees/list","pages/employees/add","pages/instrument/Spread","pages/instrument/basics","pages/wallet/fragment","pages/wallet/addBank","pages/wallet/bankList","pages/wallet/withdrawList","pages/wxAuth/wxAuth","pages/clearOpen/clearOpen"],"window":{"backgroundColor":"#F5F5F5","navigationBarBackgroundColor":"#FFFFFF","navigationBarTextStyle":"black"},"tabBar":{"borderStyle":"white","backgroundColor":"#FFFFFF","selectedColor":"#774ffd","iconWidth":"26px","spacing":"0","height":"60px","list":[{"text":"发现能量","iconPath":"static/tabBar/tabBar_icon_00.png","selectedIconPath":"static/tabBar/tabBar_show_00.png","pagePath":"pages/index/index"},{"text":"发现更多","iconPath":"static/tabBar/tabBar_icon_01.png","selectedIconPath":"static/tabBar/tabBar_show_01.png","pagePath":"pages/found/index"},{"text":"节点中心","iconPath":"static/tabBar/tabBar_icon_02.png","selectedIconPath":"static/tabBar/tabBar_show_02.png","pagePath":"pages/user/index"}]},"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"链商星球","compilerVersion":"3.2.9","entryPagePath":"pages/index/index","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}}; -var __uniRoutes = [{"path":"/pages/index/index","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarBackgroundColor":"#1f1922","backgroundColor":"#1f1922","navigationStyle":"custom","navigationBarTextStyle":"white"}},{"path":"/pages/found/index","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"发现更多","navigationStyle":"custom","navigationBarTextStyle":"white"}},{"path":"/pages/user/index","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"节点中心","navigationStyle":"custom","navigationBarTextStyle":"white","titleNView":{"type":"transparent","backgroundImage":"linear-gradient(to right, #7c52fc, #976dff)","buttons":[{"text":"","fontSrc":"/static/iconfont.ttf","background":"rgba(0,0,0,0)"},{"text":"","fontSrc":"/static/iconfont.ttf","background":"rgba(0,0,0,0)"}]}}},{"path":"/pages/user/code","meta":{},"window":{"navigationBarTitleText":"邀请好友"}},{"path":"/pages/user/help","meta":{},"window":{"navigationBarTitleText":"帮助中心"}},{"path":"/pages/user/partner","meta":{},"window":{"navigationBarTitleText":"我的伙伴"}},{"path":"/pages/user/clause","meta":{},"window":{"navigationBarTitleText":"服务条款"}},{"path":"/pages/user/followOfficial","meta":{},"window":{"navigationBarTitleText":"关注公众号"}},{"path":"/pages/vip/vip","meta":{},"window":{"navigationBarTitleText":"开通节点","navigationBarBackgroundColor":"#774ffd","navigationBarTextStyle":"white"}},{"path":"/pages/vip/agree","meta":{},"window":{"navigationBarTitleText":"用户协议","navigationBarBackgroundColor":"#774ffd","navigationBarTextStyle":"white"}},{"path":"/pages/vip/examine","meta":{},"window":{"navigationBarTitleText":"提交成功"}},{"path":"/pages/setting/setting","meta":{},"window":{"navigationBarTitleText":"设置中心"}},{"path":"/pages/goods/management","meta":{},"window":{"navigationBarTitleText":"商品权证管理","titleNView":{"buttons":[{"text":"发布","width":"78px","fontSize":"15px","color":"#8b64fd"}]}}},{"path":"/pages/goods/addClassify","meta":{},"window":{"navigationBarTitleText":"发布商品类目"}},{"path":"/pages/goods/add","meta":{},"window":{"navigationBarTitleText":"商品权证创建"}},{"path":"/pages/goods/goodsAuth","meta":{},"window":{"navigationBarTitleText":"商品权证认证"}},{"path":"/pages/coupons/management","meta":{},"window":{"navigationBarTitleText":"优惠券管理","titleNView":{"buttons":[{"text":"创建","width":"78px","fontSize":"15px","color":"#8b64fd"}]}}},{"path":"/pages/coupons/add","meta":{},"window":{"navigationBarTitleText":"创建优惠券","titleNView":{"buttons":[{"text":"发布","width":"78px","fontSize":"15px","color":"#8b64fd"}]}}},{"path":"/pages/coupons/magDetails","meta":{},"window":{"navigationBarTitleText":"优惠券详情"}},{"path":"/pages/coupons/selectGoods","meta":{},"window":{"navigationBarTitleText":"关联产品"}},{"path":"/pages/login/login","meta":{},"window":{"navigationBarTitleText":"登录","navigationBarBackgroundColor":"#FFFFFF","navigationBarTextStyle":"black"}},{"path":"/pages/login/guide","meta":{},"window":{"navigationBarTitleText":"引导页"}},{"path":"/pages/login/agreement","meta":{},"window":{"navigationBarTitleText":"用户隐藏协议"}},{"path":"/pages/certification/personal","meta":{},"window":{"navigationBarTitleText":"个人认证"}},{"path":"/pages/setting/aboutUs","meta":{},"window":{"navigationBarTitleText":"关于我们"}},{"path":"/pages/company/approve","meta":{},"window":{"navigationBarTitleText":"企业认证"}},{"path":"/pages/news/index","meta":{},"window":{"navigationBarTitleText":"消息中心"}},{"path":"/pages/news/detail","meta":{},"window":{"navigationBarTitleText":"消息列表"}},{"path":"/pages/wallet/property","meta":{},"window":{"navigationBarTitleText":"能量钱包","enablePullDownRefresh":false,"navigationBarTextStyle":"white","navigationBarBackgroundColor":"#976dff"}},{"path":"/pages/wallet/redProperty","meta":{},"window":{"navigationBarTitleText":"现金红包","enablePullDownRefresh":false,"navigationBarTextStyle":"white","navigationBarBackgroundColor":"#976dff"}},{"path":"/pages/wallet/extract","meta":{},"window":{"navigationBarTitleText":"提现能量","enablePullDownRefresh":false,"navigationBarBackgroundColor":"#976dff","navigationBarTextStyle":"white"}},{"path":"/pages/wallet/extractRed","meta":{},"window":{"navigationBarTitleText":"提现红包","enablePullDownRefresh":false,"navigationBarBackgroundColor":"#976dff","navigationBarTextStyle":"white"}},{"path":"/pages/verification/index","meta":{},"window":{"navigationBarTitleText":"扫码核销"}},{"path":"/pages/verification/history","meta":{},"window":{"navigationBarTitleText":"核销记录"}},{"path":"/pages/shop/lists","meta":{},"window":{"navigationBarTitleText":"门店管理","titleNView":{"buttons":[{"text":"添加","width":"78px","fontSize":"15px","color":"#8b64fd"}]}}},{"path":"/pages/shop/create","meta":{},"window":{"navigationBarTitleText":"创建门店"}},{"path":"/pages/employees/list","meta":{},"window":{"navigationBarTitleText":"员工管理","titleNView":{"buttons":[{"text":"添加","width":"78px","fontSize":"15px","color":"#8b64fd"}]}}},{"path":"/pages/employees/add","meta":{},"window":{"navigationBarTitleText":"添加员工","titleNView":{"buttons":[{"text":"保存","width":"78px","fontSize":"15px","color":"#8b64fd"}]}}},{"path":"/pages/instrument/Spread","meta":{},"window":{"navigationBarTitleText":"营销推广码"}},{"path":"/pages/instrument/basics","meta":{},"window":{"navigationBarTitleText":"基础信息","titleNView":{"buttons":[{"text":"保存","width":"78px","fontSize":"15px","color":"#8b64fd"}]}}},{"path":"/pages/wallet/fragment","meta":{},"window":{"navigationBarTitleText":"能量碎片记录","enablePullDownRefresh":false,"navigationBarBackgroundColor":"#774ffd","navigationBarTextStyle":"white"}},{"path":"/pages/wallet/addBank","meta":{},"window":{"navigationBarTitleText":"添加银行卡","enablePullDownRefresh":false,"navigationBarBackgroundColor":"#774ffd","navigationBarTextStyle":"white"}},{"path":"/pages/wallet/bankList","meta":{},"window":{"navigationBarTitleText":"银行卡列表","enablePullDownRefresh":false,"navigationBarBackgroundColor":"#774ffd","navigationBarTextStyle":"white"}},{"path":"/pages/wallet/withdrawList","meta":{},"window":{"navigationBarTitleText":"红包提现记录","enablePullDownRefresh":false,"navigationBarBackgroundColor":"#774ffd","navigationBarTextStyle":"white"}},{"path":"/pages/wxAuth/wxAuth","meta":{},"window":{}},{"path":"/pages/clearOpen/clearOpen","meta":{},"window":{"navigationBarTitleText":"提现记录","enablePullDownRefresh":false}}]; +var __uniConfig = {"pages":["pages/index/index","pages/found/index","pages/user/index","pages/user/code","pages/user/help","pages/user/partner","pages/user/clause","pages/user/followOfficial","pages/vip/vip","pages/vip/agree","pages/vip/examine","pages/setting/setting","pages/goods/management","pages/goods/addClassify","pages/goods/add","pages/goods/goodsAuth","pages/coupons/management","pages/coupons/add","pages/coupons/magDetails","pages/coupons/selectGoods","pages/login/login","pages/login/guide","pages/login/agreement","pages/certification/personal","pages/setting/aboutUs","pages/company/approve","pages/news/index","pages/news/detail","pages/wallet/property","pages/wallet/redProperty","pages/wallet/extract","pages/wallet/extractRed","pages/verification/index","pages/verification/history","pages/shop/lists","pages/shop/create","pages/employees/list","pages/employees/add","pages/instrument/Spread","pages/instrument/basics","pages/wallet/fragment","pages/wallet/addBank","pages/wallet/bankList","pages/wallet/withdrawList","pages/wxAuth/wxAuth","pages/clearOpen/clearOpen"],"window":{"backgroundColor":"#F5F5F5","navigationBarBackgroundColor":"#FFFFFF","navigationBarTextStyle":"black"},"tabBar":{"borderStyle":"white","backgroundColor":"#FFFFFF","selectedColor":"#774ffd","iconWidth":"26px","spacing":"0","height":"60px","list":[{"text":"发现通证","iconPath":"static/tabBar/tabBar_icon_00.png","selectedIconPath":"static/tabBar/tabBar_show_00.png","pagePath":"pages/index/index"},{"text":"发现更多","iconPath":"static/tabBar/tabBar_icon_01.png","selectedIconPath":"static/tabBar/tabBar_show_01.png","pagePath":"pages/found/index"},{"text":"节点中心","iconPath":"static/tabBar/tabBar_icon_02.png","selectedIconPath":"static/tabBar/tabBar_show_02.png","pagePath":"pages/user/index"}]},"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"链商星球","compilerVersion":"3.2.9","entryPagePath":"pages/index/index","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}}; +var __uniRoutes = [{"path":"/pages/index/index","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarBackgroundColor":"#1f1922","backgroundColor":"#1f1922","navigationStyle":"custom","navigationBarTextStyle":"white"}},{"path":"/pages/found/index","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"发现更多","navigationStyle":"custom","navigationBarTextStyle":"white"}},{"path":"/pages/user/index","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"节点中心","navigationStyle":"custom","navigationBarTextStyle":"white","titleNView":{"type":"transparent","backgroundImage":"linear-gradient(to right, #7c52fc, #976dff)","buttons":[{"text":"","fontSrc":"/static/iconfont.ttf","background":"rgba(0,0,0,0)"},{"text":"","fontSrc":"/static/iconfont.ttf","background":"rgba(0,0,0,0)"}]}}},{"path":"/pages/user/code","meta":{},"window":{"navigationBarTitleText":"邀请好友"}},{"path":"/pages/user/help","meta":{},"window":{"navigationBarTitleText":"帮助中心"}},{"path":"/pages/user/partner","meta":{},"window":{"navigationBarTitleText":"我的伙伴"}},{"path":"/pages/user/clause","meta":{},"window":{"navigationBarTitleText":"服务条款"}},{"path":"/pages/user/followOfficial","meta":{},"window":{"navigationBarTitleText":"关注公众号"}},{"path":"/pages/vip/vip","meta":{},"window":{"navigationBarTitleText":"开通节点","navigationBarBackgroundColor":"#774ffd","navigationBarTextStyle":"white"}},{"path":"/pages/vip/agree","meta":{},"window":{"navigationBarTitleText":"用户协议","navigationBarBackgroundColor":"#774ffd","navigationBarTextStyle":"white"}},{"path":"/pages/vip/examine","meta":{},"window":{"navigationBarTitleText":"提交成功"}},{"path":"/pages/setting/setting","meta":{},"window":{"navigationBarTitleText":"设置中心"}},{"path":"/pages/goods/management","meta":{},"window":{"navigationBarTitleText":"商品权证管理","titleNView":{"buttons":[{"text":"发布","width":"78px","fontSize":"15px","color":"#8b64fd"}]}}},{"path":"/pages/goods/addClassify","meta":{},"window":{"navigationBarTitleText":"发布商品类目"}},{"path":"/pages/goods/add","meta":{},"window":{"navigationBarTitleText":"商品权证创建"}},{"path":"/pages/goods/goodsAuth","meta":{},"window":{"navigationBarTitleText":"商品权证认证"}},{"path":"/pages/coupons/management","meta":{},"window":{"navigationBarTitleText":"优惠券管理","titleNView":{"buttons":[{"text":"创建","width":"78px","fontSize":"15px","color":"#8b64fd"}]}}},{"path":"/pages/coupons/add","meta":{},"window":{"navigationBarTitleText":"创建优惠券","titleNView":{"buttons":[{"text":"发布","width":"78px","fontSize":"15px","color":"#8b64fd"}]}}},{"path":"/pages/coupons/magDetails","meta":{},"window":{"navigationBarTitleText":"优惠券详情"}},{"path":"/pages/coupons/selectGoods","meta":{},"window":{"navigationBarTitleText":"关联产品"}},{"path":"/pages/login/login","meta":{},"window":{"navigationBarTitleText":"登录","navigationBarBackgroundColor":"#FFFFFF","navigationBarTextStyle":"black"}},{"path":"/pages/login/guide","meta":{},"window":{"navigationBarTitleText":"引导页"}},{"path":"/pages/login/agreement","meta":{},"window":{"navigationBarTitleText":"用户隐藏协议"}},{"path":"/pages/certification/personal","meta":{},"window":{"navigationBarTitleText":"个人认证"}},{"path":"/pages/setting/aboutUs","meta":{},"window":{"navigationBarTitleText":"关于我们"}},{"path":"/pages/company/approve","meta":{},"window":{"navigationBarTitleText":"企业认证"}},{"path":"/pages/news/index","meta":{},"window":{"navigationBarTitleText":"消息中心"}},{"path":"/pages/news/detail","meta":{},"window":{"navigationBarTitleText":"消息列表"}},{"path":"/pages/wallet/property","meta":{},"window":{"navigationBarTitleText":"通证钱包","enablePullDownRefresh":false,"navigationBarTextStyle":"white","navigationBarBackgroundColor":"#976dff"}},{"path":"/pages/wallet/redProperty","meta":{},"window":{"navigationBarTitleText":"现金红包","enablePullDownRefresh":false,"navigationBarTextStyle":"white","navigationBarBackgroundColor":"#976dff"}},{"path":"/pages/wallet/extract","meta":{},"window":{"navigationBarTitleText":"提现通证","enablePullDownRefresh":false,"navigationBarBackgroundColor":"#976dff","navigationBarTextStyle":"white"}},{"path":"/pages/wallet/extractRed","meta":{},"window":{"navigationBarTitleText":"提现红包","enablePullDownRefresh":false,"navigationBarBackgroundColor":"#976dff","navigationBarTextStyle":"white"}},{"path":"/pages/verification/index","meta":{},"window":{"navigationBarTitleText":"扫码核销"}},{"path":"/pages/verification/history","meta":{},"window":{"navigationBarTitleText":"核销记录"}},{"path":"/pages/shop/lists","meta":{},"window":{"navigationBarTitleText":"门店管理","titleNView":{"buttons":[{"text":"添加","width":"78px","fontSize":"15px","color":"#8b64fd"}]}}},{"path":"/pages/shop/create","meta":{},"window":{"navigationBarTitleText":"创建门店"}},{"path":"/pages/employees/list","meta":{},"window":{"navigationBarTitleText":"员工管理","titleNView":{"buttons":[{"text":"添加","width":"78px","fontSize":"15px","color":"#8b64fd"}]}}},{"path":"/pages/employees/add","meta":{},"window":{"navigationBarTitleText":"添加员工","titleNView":{"buttons":[{"text":"保存","width":"78px","fontSize":"15px","color":"#8b64fd"}]}}},{"path":"/pages/instrument/Spread","meta":{},"window":{"navigationBarTitleText":"营销推广码"}},{"path":"/pages/instrument/basics","meta":{},"window":{"navigationBarTitleText":"基础信息","titleNView":{"buttons":[{"text":"保存","width":"78px","fontSize":"15px","color":"#8b64fd"}]}}},{"path":"/pages/wallet/fragment","meta":{},"window":{"navigationBarTitleText":"积分记录","enablePullDownRefresh":false,"navigationBarBackgroundColor":"#774ffd","navigationBarTextStyle":"white"}},{"path":"/pages/wallet/addBank","meta":{},"window":{"navigationBarTitleText":"添加银行卡","enablePullDownRefresh":false,"navigationBarBackgroundColor":"#774ffd","navigationBarTextStyle":"white"}},{"path":"/pages/wallet/bankList","meta":{},"window":{"navigationBarTitleText":"银行卡列表","enablePullDownRefresh":false,"navigationBarBackgroundColor":"#774ffd","navigationBarTextStyle":"white"}},{"path":"/pages/wallet/withdrawList","meta":{},"window":{"navigationBarTitleText":"红包提现记录","enablePullDownRefresh":false,"navigationBarBackgroundColor":"#774ffd","navigationBarTextStyle":"white"}},{"path":"/pages/wxAuth/wxAuth","meta":{},"window":{}},{"path":"/pages/clearOpen/clearOpen","meta":{},"window":{"navigationBarTitleText":"提现记录","enablePullDownRefresh":false}}]; __uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}}); __uniConfig.onServiceReady=function(callback){if(__uniConfig.serviceReady){callback()}else{onServiceReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"serviceReady",{get:function(){return isServiceReady},set:function(val){isServiceReady=val;if(!isServiceReady){return}const callbacks=onServiceReadyCallbacks.slice(0);onServiceReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}}); service.register("uni-app-config",{create(a,b,c){if(!__uniConfig.viewport){var d=b.weex.config.env.scale,e=b.weex.config.env.deviceWidth,f=Math.ceil(e/d);Object.assign(__uniConfig,{viewport:f,defaultFontSize:Math.round(f/20)})}return{instance:{__uniConfig:__uniConfig,__uniRoutes:__uniRoutes,global:void 0,window:void 0,document:void 0,frames:void 0,self:void 0,location:void 0,navigator:void 0,localStorage:void 0,history:void 0,Caches:void 0,screen:void 0,alert:void 0,confirm:void 0,prompt:void 0,fetch:void 0,XMLHttpRequest:void 0,WebSocket:void 0,webkit:void 0,print:void 0}}}}); diff --git a/unpackage/dist/dev/app-plus/app-service.js b/unpackage/dist/dev/app-plus/app-service.js index 124897c..98c2e63 100644 --- a/unpackage/dist/dev/app-plus/app-service.js +++ b/unpackage/dist/dev/app-plus/app-service.js @@ -240,7 +240,7 @@ var render = function() { 4, "t1-0", _vm._s( - _vm.isAuth ? "能量球" + _vm.account.coin : "查看能量球" + _vm.isAuth ? "通证" + _vm.account.coin : "查看通证" ) ) ) @@ -264,9 +264,7 @@ var render = function() { 6, "t1-0", _vm._s( - _vm.isAuth - ? "能量碎片" + _vm.account.crystal - : "查看能量碎片" + _vm.isAuth ? "积分" + _vm.account.crystal : "查看积分" ) ) ) @@ -2313,17 +2311,10 @@ var _default = { components: { lF2: _limeF.default }, data: function data() {ret certification: false, company: false, vip: false } };}, onShow: function onShow() {this.isAuth = this.$store.state.token != '';this.getIndex();}, methods: { // 求助信息 showHelp: function showHelp(key) {uni.showModal({ title: '提示', content: this.help[key], showCancel: false, confirmColor: '#8b64fd' });}, // 查看钱包账户 navAccount: function navAccount(pathName) {__f__("log", 1111, " at pages/index/index.vue:178");if (!this.isAuth) {this.$Router.push({ name: 'Login' });return;}this.$Router.push({ name: pathName });}, // 发权证 - issueGoosd: function issueGoosd() {var _this = this;var typeAuth = '',pathName = '';if (this.userAuth.certification && this.userAuth.company && this.userAuth.vip) {this.$Router.push({ name: 'goodsManagement' });return;} else if (!this.userAuth.certification) {typeAuth = '暂未完成个人认证,无法发布商品权证';pathName = 'Personal';} else if (!this.userAuth.vip) {typeAuth = '暂未开通平台VIP会员节点,无法发布商品权证';pathName = 'vipIndex';} else if (!this.userAuth.company) {typeAuth = '企业未认证或企业认证审核中,无法发布商品权证';pathName = 'setting';}uni.showModal({ title: '提示', content: typeAuth, cancelColor: '#555', cancelText: '稍后', confirmText: pathName === 'vipIndex' ? '去开通' : '去认证', confirmColor: '#8b64fd', success: function success(res) {__f__("log", pathName, " at pages/index/index.vue:218");if (res.confirm) {// if (pathName === 'setting') { - // this.$Router.pushTab({ - // name: pathName - // }) - // return - // } - if (pathName === 'vipIndex') {__f__("log", _this.userAuth.identity, " at pages/index/index.vue:227");_this.$Router.push({ name: 'vipIndex', params: { identity_id: _this.userAuth.identity } });return;}_this.$Router.push({ name: pathName });}} });}, // 领取能量碎片 + issueGoosd: function issueGoosd() {var _this = this;var typeAuth = '',pathName = '';if (this.userAuth.certification && this.userAuth.company && this.userAuth.vip) {this.$Router.push({ name: 'goodsManagement' });return;} else if (!this.userAuth.certification) {typeAuth = '暂未完成个人认证,无法发布商品权证';pathName = 'Personal';} else if (!this.userAuth.vip) {typeAuth = '暂未开通平台VIP会员节点,无法发布商品权证';pathName = 'vipIndex';} else if (!this.userAuth.company) {typeAuth = '企业未认证或企业认证审核中,无法发布商品权证';pathName = 'setting';}uni.showModal({ title: '提示', content: typeAuth, cancelColor: '#555', cancelText: '稍后', confirmText: pathName === 'vipIndex' ? '去开通' : '去认证', confirmColor: '#8b64fd', success: function success(res) {if (res.confirm) {if (pathName === 'vipIndex') {__f__("log", _this.userAuth.identity, " at pages/index/index.vue:220");_this.$Router.push({ name: 'vipIndex', params: { identity_id: _this.userAuth.identity } });return;}_this.$Router.push({ name: pathName });}} });}, // 领取积分 ledCrystal: function ledCrystal(index) {var _this2 = this; // 播放音频 var innerAudioContext = uni.createInnerAudioContext();innerAudioContext.autoplay = true;innerAudioContext.src = __webpack_require__(/*! @/static/mp3/crystal.mp3 */ 43); // 请求接口 - (0, _chain.thawlog)({ thaw_id: this.crystalArr[index].log_id, all_ids: this.allIds }).then(function (res) {uni.showToast({ image: __webpack_require__(/*! @/static/icons/crystal-icon.png */ 44), title: '+' + _this2.crystalArr[index].amount, duration: 2000 });_this2.$set(_this2.account, 'crystal', res.crystal);_this2.ids = res.all_ids;if (JSON.stringify(res.last) === '[]') {_this2.$set(_this2.crystalArr, index, { amount: null });return;}_this2.$set(_this2.crystalArr, index, res.last);}).catch(function (err) {uni.showToast({ icon: 'none', - title: err }); + (0, _chain.thawlog)({ thaw_id: this.crystalArr[index].log_id, all_ids: this.allIds }).then(function (res) {uni.showToast({ image: __webpack_require__(/*! @/static/icons/crystal-icon.png */ 44), title: '+' + _this2.crystalArr[index].amount, duration: 2000 });_this2.$set(_this2.account, 'crystal', res.crystal);_this2.ids = res.all_ids;if (JSON.stringify(res.last) === '[]') {_this2.$set(_this2.crystalArr, index, { amount: null });return;}_this2.$set(_this2.crystalArr, index, res.last);}).catch(function (err) {uni.showToast({ icon: 'none', title: err }); }); }, @@ -7002,8 +6993,8 @@ var _default = { data: function data() {return { task: [], sign: { signArr: [], (0, _crystal.task)().then(function (res) {uni.hideLoading();_this.task = res;}).catch(function (err) {uni.showToast({ icon: 'none', title: err.message });}); // 读取配置信息 (0, _user.userIndex)().then(function (res) {_this.energyShard = res.help_doc.energy_shard;}).catch(function (err) {uni.showToast({ title: err.message, icon: 'none' });}); // 获取水晶签到信息 this.signInfo();}, methods: { // 水晶签到信息 - signInfo: function signInfo() {var _this2 = this;(0, _crystal.sign)().then(function (res) {_this2.sign.signArr = res.lists;_this2.sign.nextTask = res.next_task;_this2.sign.signCan = res.can_sign;}).catch(function (err) {uni.showToast({ icon: 'none', title: err });});}, // 能量碎片提示信息 - showHelp: function showHelp() {uni.showModal({ title: '能量碎片', confirmColor: '#8b64fd', content: this.energyShard.description, showCancel: false });}, // 签到 + signInfo: function signInfo() {var _this2 = this;(0, _crystal.sign)().then(function (res) {_this2.sign.signArr = res.lists;_this2.sign.nextTask = res.next_task;_this2.sign.signCan = res.can_sign;}).catch(function (err) {uni.showToast({ icon: 'none', title: err });});}, // 积分提示信息 + showHelp: function showHelp() {uni.showModal({ title: '积分', confirmColor: '#8b64fd', content: this.energyShard.description, showCancel: false });}, // 签到 signClick: function signClick() {var _this3 = this;(0, _crystal.operateSign)().then(function (res) {_this3.sign.signSuccess = res.task_crystals; // 获取水晶签到信息 _this3.sign.signShow = true;_this3.signInfo();}).catch(function (err) {uni.showToast({ icon: 'none', title: err });});}, @@ -8867,9 +8858,9 @@ var _junyiH5Copy = _interopRequireDefault(__webpack_require__(/*! @/js_sdk/junyi }, // 友情提示信息 showHelp: function showHelp(type) { - var title = '能量球', + var title = '通证', content = this.helpDoc.energy_ball.description; - if (type == 'chip') title = '能量碎片'; + if (type == 'chip') title = '积分'; if (type == 'chip') content = this.helpDoc.energy_shard.description; uni.showModal({ title: title, @@ -14634,7 +14625,7 @@ __webpack_require__.r(__webpack_exports__); /***/ (function(module, exports, __webpack_require__) { "use strict"; -Object.defineProperty(exports, "__esModule", { value: true });exports.default = void 0; +/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, "__esModule", { value: true });exports.default = void 0; @@ -14886,6 +14877,7 @@ var _uploading = __webpack_require__(/*! @/apis/interfaces/uploading */ 97);func type: 'app' }). then(function (res) { var payConfig = JSON.parse(res); + __f__("log", payConfig, 'console.log(res)', " at pages/vip/vip.vue:253"); uni.requestPayment({ provider: 'wxpay', orderInfo: _objectSpread({}, payConfig), @@ -14900,8 +14892,9 @@ var _uploading = __webpack_require__(/*! @/apis/interfaces/uploading */ 97);func }, fail: function fail(payErr) { + __f__("log", payErr, 'console.log(payErr)', " at pages/vip/vip.vue:268"); uni.showToast({ - title: '支付已被取消', + title: '支付失败,原因:' + payErr.errMsg, icon: 'none' }); } }); @@ -14997,6 +14990,7 @@ var _uploading = __webpack_require__(/*! @/apis/interfaces/uploading */ 97);func }); } } };exports.default = _default; +/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 24)["default"])) /***/ }), /* 95 */ @@ -32727,9 +32721,7 @@ var render = function() { "4-" + $30, "t0-0", _vm._s( - item.coin - ? " (" + item.coin + "个能量球) " - : "" + item.coin ? " (" + item.coin + "个通证) " : "" ) ) ) @@ -33187,7 +33179,7 @@ exports.cmsWithdraw = cmsWithdraw;var keyrules = function keyrules() { }; -// 能量球转红包前置,获取能量球的基本信息 +// 通证转红包前置,获取通证的基本信息 exports.keyrules = keyrules;var accountCashs = function accountCashs(data) { return (0, _index.request)({ url: 'user/account/cashs', @@ -34243,12 +34235,12 @@ var _withdraws = __webpack_require__(/*! @/apis/interfaces/withdraws */ 292); // // // // -var _default = { data: function data() {return { balance: 0, // 钱包能量球数量 +var _default = { data: function data() {return { balance: 0, // 钱包通证数量 tax: 0, // 当前手续费 - cost: 1, // 每个能量球的价格 + cost: 1, // 每个通证的价格 total: 0, // 约合人民币 card: '', // 银行卡号 - withdraw_input: '', // 提现能量球数量 + withdraw_input: '', // 提现通证数量 bank_accounts: 0, bankInfo: {} };}, onLoad: function onLoad() {this.getInfo();}, onShow: function onShow() {if (uni.getStorageSync('refresh')) {this.bankInfo = {};this.getInfo();}}, methods: { // 提现基本信息 getInfo: function getInfo() {var _this = this;(0, _withdraws.cashsCreate)().then(function (res) {_this.withdraw_input = Number(res.balance);_this.balance = res.balance;_this.cost = res.cost;_this.total = Number(res.balance) * Number(res.cost);uni.setStorageSync('refresh', false);}).catch(function (err) { uni.showToast({ @@ -34257,7 +34249,7 @@ var _default = { data: function data() {return { balance: 0, // 钱包能量球 }); }, - // 输入提现能量球数量 + // 输入提现通证数量 inputNum: function inputNum(e) { var number = Number(e.detail.value); if (number <= Number(this.balance)) { @@ -34304,7 +34296,7 @@ var _default = { data: function data() {return { balance: 0, // 钱包能量球 if (data.amount === 0) { uni.showToast({ - title: '请输入能量球数量', + title: '请输入通证数量', icon: 'none' }); return; @@ -34444,7 +34436,7 @@ exports.withdrawsIndex = withdrawsIndex;var withdrawsIndexLists = function withd }; -// 能量碎片记录 +// 积分记录 exports.withdrawsIndexLists = withdrawsIndexLists;var userAccoutScores = function userAccoutScores(data) { return (0, _index.request)({ url: 'user/account/scores', @@ -34453,7 +34445,7 @@ exports.withdrawsIndexLists = withdrawsIndexLists;var userAccoutScores = functio }; -// 能量球转红包前置 +// 通证转红包前置 exports.userAccoutScores = userAccoutScores;var cashsCreate = function cashsCreate() { return (0, _index.request)({ url: 'user/account/cashs/create', @@ -34461,7 +34453,7 @@ exports.userAccoutScores = userAccoutScores;var cashsCreate = function cashsCrea }; -// 能量球转红包 +// 通证转红包 exports.cashsCreate = cashsCreate;var accountCashs = function accountCashs(data) { return (0, _index.request)({ url: 'user/account/cashs', @@ -34837,14 +34829,14 @@ var _withdraws = __webpack_require__(/*! @/apis/interfaces/withdraws */ 292); // // // // -var _default = { data: function data() {return { balance: 0, // 钱包能量球金额 +var _default = { data: function data() {return { balance: 0, // 钱包通证金额 tax: 0, // 当前手续费 - cost: 1, // 每个能量球的价格 + cost: 1, // 每个通证的价格 total: 0, // 约合人民币 card: '', // 银行卡号 - withdraw_input: '', // 提现能量球金额 + withdraw_input: '', // 提现通证金额 bank_accounts: 0, bankInfo: {} };}, onLoad: function onLoad() {this.getInfo();}, onShow: function onShow() {if (uni.getStorageSync('refresh')) {this.bankInfo = {};this.getInfo();}}, methods: { // 提现基本信息 - getInfo: function getInfo() {var _this = this;(0, _withdraws.withdrawsIndexCreate)().then(function (res) {_this.balance = res.balance;_this.tax = res.tax;_this.cost = res.cost;_this.bank_accounts = res.bank_accounts.length;_this.withdraw_input = Number(res.balance);_this.total = Number(res.balance) * Number(res.cost);uni.setStorageSync('refresh', false);}).catch(function (err) {uni.showToast({ title: err.message, icon: 'none' });});}, // 输入提现能量球金额 + getInfo: function getInfo() {var _this = this;(0, _withdraws.withdrawsIndexCreate)().then(function (res) {_this.balance = res.balance;_this.tax = res.tax;_this.cost = res.cost;_this.bank_accounts = res.bank_accounts.length;_this.withdraw_input = Number(res.balance);_this.total = Number(res.balance) * Number(res.cost);uni.setStorageSync('refresh', false);}).catch(function (err) {uni.showToast({ title: err.message, icon: 'none' });});}, // 输入提现通证金额 inputNum: function inputNum(e) {var number = Number(e.detail.value); __f__("log", number, this.balance, " at pages/wallet/extractRed.vue:87"); if (number <= Number(this.balance)) { @@ -34902,7 +34894,7 @@ var _default = { data: function data() {return { balance: 0, // 钱包能量球 } if (data.amount === 0) { uni.showToast({ - title: '请输入能量球金额', + title: '请输入通证金额', icon: 'none' }); return; diff --git a/unpackage/dist/dev/app-plus/app-view.js b/unpackage/dist/dev/app-plus/app-view.js index d8f3960..a105f78 100644 --- a/unpackage/dist/dev/app-plus/app-view.js +++ b/unpackage/dist/dev/app-plus/app-view.js @@ -574,7 +574,7 @@ var render = function() { staticClass: _vm._$g("36-" + $31, "sc"), attrs: { _i: "36-" + $31 } }, - [_vm._v("能量碎片" + _vm._$g("36-" + $31, "t0-0"))] + [_vm._v("积分" + _vm._$g("36-" + $31, "t0-0"))] ) ], 1 @@ -598,7 +598,7 @@ var render = function() { "v-uni-view", { staticClass: _vm._$g(40, "sc"), attrs: { _i: 40 } }, [ - _vm._v("平台能量球余量"), + _vm._v("平台通证余量"), _c("uni-icons", { staticClass: _vm._$g(41, "sc"), attrs: { _i: 41 }, @@ -627,7 +627,7 @@ var render = function() { "v-uni-view", { staticClass: _vm._$g(44, "sc"), attrs: { _i: 44 } }, [ - _vm._v("上期发放能量球"), + _vm._v("上期发放通证"), _c("uni-icons", { staticClass: _vm._$g(45, "sc"), attrs: { _i: 45 }, @@ -656,7 +656,7 @@ var render = function() { "v-uni-view", { staticClass: _vm._$g(48, "sc"), attrs: { _i: 48 } }, [ - _vm._v("当前能量球价值"), + _vm._v("当前通证价值"), _c("uni-icons", { staticClass: _vm._$g(49, "sc"), attrs: { _i: 49 }, @@ -685,7 +685,7 @@ var render = function() { "v-uni-view", { staticClass: _vm._$g(52, "sc"), attrs: { _i: 52 } }, [ - _vm._v("昨日瓜分能量碎片"), + _vm._v("昨日瓜分积分"), _c("uni-icons", { staticClass: _vm._$g(53, "sc"), attrs: { _i: 53 }, @@ -774,7 +774,7 @@ var render = function() { _c( "v-uni-view", { staticClass: _vm._$g(64, "sc"), attrs: { _i: 64 } }, - [_vm._v("累计盈利和能量球价值走势图")] + [_vm._v("累计盈利和通证价值走势图")] ), _c( "v-uni-view", @@ -2401,7 +2401,7 @@ var ___CSS_LOADER_URL_IMPORT_0___ = __webpack_require__(/*! @/static/background/ exports = ___CSS_LOADER_API_IMPORT___(false); var ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___); // Module -exports.push([module.i, "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n/* 星球旋转 */\n.ball[data-v-2be84a3c] {\n\tposition: absolute;\n\theight: 480rpx;\n\twidth: 480rpx;\n\ttop: 50%;\n\tleft: 50%;\n\tmargin-top: -240rpx;\n\tmargin-left: -240rpx;\n\tborder-radius: 50%;\n\t-webkit-transform-style: preserve-3d;\n\tbackground: url(" + ___CSS_LOADER_URL_REPLACEMENT_0___ + ") repeat-x;\n\t/* background-size: auto 100%; */\n\tbackground-size: 1616rpx;\n\t-webkit-animation: move-map-data-v-2be84a3c 60s infinite linear;\n\tanimation: move-map-data-v-2be84a3c 60s infinite linear;\n\tbox-shadow: 0 0 50rpx 50rpx rgba(31, 25, 34, .2);\n}\n.shadow[data-v-2be84a3c] {\n\tposition: absolute;\n\ttop: 1%;\n\tleft: 5%;\n\twidth: 90%;\n\theight: 90%;\n\tborder-radius: 50%;\n\t-webkit-filter: blur(5px);\n\t filter: blur(5px);\n\tz-index: 3;\n\tbackground: radial-gradient(circle at 50% 0, rgba(255, 255, 255, .6), rgba(255, 255, 255, .0) 58%);\n}\n.ball[data-v-2be84a3c]:before,\n.ball[data-v-2be84a3c]::after {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tcontent: \"\";\n\twidth: 100%;\n\theight: 100%;\n\tborder-radius: 50%;\n\t-webkit-filter: blur(5px);\n\t filter: blur(5px);\n\tz-index: 2;\n}\n.ball[data-v-2be84a3c]:before {\n\tbackground: radial-gradient(circle at 100% 50%, #5881d3, rgba(255, 255, 255, .0) 45%);\n}\n.ball[data-v-2be84a3c]::after {\n\tbackground: radial-gradient(circle at 0 50%, #ca66e0, rgba(255, 255, 255, .0) 45%);\n}\n@-webkit-keyframes move-map-data-v-2be84a3c {\n0% {\n\t\tbackground-position: -1616rpx 0;\n}\n100% {\n\t\tbackground-position: 0 0;\n}\n}\n@keyframes move-map-data-v-2be84a3c {\n0% {\n\t\tbackground-position: -1616rpx 0;\n}\n100% {\n\t\tbackground-position: 0 0;\n}\n}\n/* 水晶漂浮动画 */\n.oct-float[data-v-2be84a3c] {\n\t-webkit-animation: 4s octfloat-data-v-2be84a3c infinite;\n\t animation: 4s octfloat-data-v-2be84a3c infinite;\n}\n@-webkit-keyframes octfloat-data-v-2be84a3c {\n0% {\n\t\tmargin-top: 0;\n}\n50% {\n\t\tmargin-top: 10rpx;\n}\n100% {\n\t\tmargin-top: 0;\n}\n}\n@keyframes octfloat-data-v-2be84a3c {\n0% {\n\t\tmargin-top: 0;\n}\n50% {\n\t\tmargin-top: 10rpx;\n}\n100% {\n\t\tmargin-top: 0;\n}\n}\n", ""]); +exports.push([module.i, "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n/* 星球旋转 */\n.ball[data-v-2be84a3c] {\n\tposition: absolute;\n\theight: 480rpx;\n\twidth: 480rpx;\n\ttop: 50%;\n\tleft: 50%;\n\tmargin-top: -240rpx;\n\tmargin-left: -240rpx;\n\tborder-radius: 50%;\n\t-webkit-transform-style: preserve-3d;\n\tbackground: url(" + ___CSS_LOADER_URL_REPLACEMENT_0___ + ") repeat-x;\n\t/* background-size: auto 100%; */\n\tbackground-size: 1616rpx;\n\t-webkit-animation: move-map-data-v-2be84a3c 60s infinite linear;\n\tanimation: move-map-data-v-2be84a3c 60s infinite linear;\n\tbox-shadow: 0 0 50rpx 50rpx rgba(31, 25, 34, .2);\n}\n.shadow[data-v-2be84a3c] {\n\tposition: absolute;\n\ttop: 1%;\n\tleft: 5%;\n\twidth: 90%;\n\theight: 90%;\n\tborder-radius: 50%;\n\t-webkit-filter: blur(5px);\n\t filter: blur(5px);\n\tz-index: 3;\n\tbackground: radial-gradient(circle at 50% 0, rgba(255, 255, 255, .6), rgba(255, 255, 255, .0) 58%);\n}\n.ball[data-v-2be84a3c]:before,\n.ball[data-v-2be84a3c]::after {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tcontent: \"\";\n\twidth: 100%;\n\theight: 100%;\n\tborder-radius: 50%;\n\t-webkit-filter: blur(5px);\n\t filter: blur(5px);\n\tz-index: 2;\n}\n.ball[data-v-2be84a3c]:before {\n\tbackground: radial-gradient(circle at 100% 50%, #5881d3, rgba(255, 255, 255, .0) 45%);\n}\n.ball[data-v-2be84a3c]::after {\n\tbackground: radial-gradient(circle at 0 50%, #ca66e0, rgba(255, 255, 255, .0) 45%);\n}\n@-webkit-keyframes move-map-data-v-2be84a3c {\n0% {\n\t\tbackground-position: -1616rpx 0;\n}\n100% {\n\t\tbackground-position: 0 0;\n}\n}\n@keyframes move-map-data-v-2be84a3c {\n0% {\n\t\tbackground-position: -1616rpx 0;\n}\n100% {\n\t\tbackground-position: 0 0;\n}\n}\n/* 水晶漂浮动画 */\n.oct-float[data-v-2be84a3c] {\n\t-webkit-animation: 4s octfloat-data-v-2be84a3c infinite;\n\t animation: 4s octfloat-data-v-2be84a3c infinite;\n}\n@-webkit-keyframes octfloat-data-v-2be84a3c {\n0% {\n\t\tmargin-top: 0;\n}\n50% {\n\t\tmargin-top: 10rpx;\n}\n100% {\n\t\tmargin-top: 0;\n}\n}\n@keyframes octfloat-data-v-2be84a3c {\n0% {\n\t\tmargin-top: 0;\n}\n50% {\n\t\tmargin-top: 10rpx;\n}\n100% {\n\t\tmargin-top: 0;\n}\n}\n", ""]); // Exports module.exports = exports; @@ -2600,7 +2600,7 @@ var render = function() { "v-uni-view", { staticClass: _vm._$g(6, "sc"), attrs: { _i: 6 } }, [ - _vm._v("能量碎片"), + _vm._v("积分"), _c( "v-uni-view", { staticClass: _vm._$g(7, "sc"), attrs: { _i: 7 } }, @@ -2628,7 +2628,7 @@ var render = function() { _c( "v-uni-view", { staticClass: _vm._$g(10, "sc"), attrs: { _i: 10 } }, - [_vm._v("海量能量碎片等你解锁")] + [_vm._v("海量积分等你解锁")] ), _c( "v-uni-view", @@ -2707,7 +2707,7 @@ var render = function() { _vm._$g(20, "t0-0") + "天额外赠送" + _vm._$g(20, "t0-1") + - "个能量碎片" + "个积分" ) ] ) @@ -2732,10 +2732,7 @@ var render = function() { } } }, - [ - _c("u-icon", { attrs: { _i: 24 } }), - _vm._v("签到领取能量碎片") - ], + [_c("u-icon", { attrs: { _i: 24 } }), _vm._v("签到领取积分")], 1 ) ] @@ -2752,7 +2749,7 @@ var render = function() { } }, [ - _vm._v("能量碎片记录"), + _vm._v("积分记录"), _c("v-uni-image", { staticClass: _vm._$g(27, "sc"), attrs: { @@ -2775,7 +2772,7 @@ var render = function() { _c( "v-uni-view", { staticClass: _vm._$g(29, "sc"), attrs: { _i: 29 } }, - [_vm._v("能量碎片任务")] + [_vm._v("积分任务")] ), _vm._l(_vm._$g(30, "f"), function(item, index, $21, $31) { return [ @@ -3531,7 +3528,7 @@ var render = function() { attrs: { _i: 51 } }, [ - _vm._v("当前能量球价值"), + _vm._v("当前通证价值"), _c( "v-uni-view", { @@ -3596,7 +3593,7 @@ var render = function() { attrs: { _i: 58 } }, [ - _vm._v("能量球钱包"), + _vm._v("通证钱包"), _c("v-uni-image", { staticClass: _vm._$g(59, "sc"), attrs: { @@ -3696,7 +3693,7 @@ var render = function() { attrs: { _i: 66 } }, [ - _vm._v("能量碎片"), + _vm._v("积分"), _c("v-uni-image", { staticClass: _vm._$g(67, "sc"), attrs: { @@ -4547,7 +4544,7 @@ var render = function() { { staticClass: _vm._$g(18, "sc"), attrs: { _i: 18 } }, [ _vm._v( - "朋友通过你的邀请注册成功后,将与您绑定好友关系通过成为平台用户,你都可以获得能量碎片奖励。" + "朋友通过你的邀请注册成功后,将与您绑定好友关系通过成为平台用户,你都可以获得积分奖励。" ) ] ), @@ -17299,7 +17296,7 @@ var render = function() { "v-uni-view", { staticClass: _vm._$g(4, "sc"), attrs: { _i: 4 } }, [ - _vm._v("能量球钱包"), + _vm._v("通证钱包"), _c("span", { attrs: { _i: 5 } }, [ _vm._v("(≈ " + _vm._$g(5, "t0-0") + " CNY)") ]) @@ -17339,7 +17336,7 @@ var render = function() { } } }, - [_vm._v("能量球转红包")] + [_vm._v("通证转红包")] ) ], 1 @@ -18224,7 +18221,7 @@ var render = function() { "v-uni-view", { staticClass: _vm._$g(4, "sc"), attrs: { _i: 4 } }, [ - _vm._v("能量球钱包"), + _vm._v("通证钱包"), _c("span", { attrs: { _i: 5 } }, [ _vm._v("(≈ " + _vm._$g(5, "t0-0") + " CNY)") ]) @@ -26876,7 +26873,7 @@ var render = function() { "v-uni-view", { staticClass: _vm._$g(9, "sc"), attrs: { _i: 9 } }, [ - _vm._v("当前能量球"), + _vm._v("当前通证"), _c( "v-uni-view", { staticClass: _vm._$g(10, "sc"), attrs: { _i: 10 } }, diff --git a/unpackage/dist/dev/app-plus/manifest.json b/unpackage/dist/dev/app-plus/manifest.json index 04979f4..c8a3226 100644 --- a/unpackage/dist/dev/app-plus/manifest.json +++ b/unpackage/dist/dev/app-plus/manifest.json @@ -1 +1 @@ -{"@platforms":["android","iPhone","iPad"],"id":"__UNI__1F65101","name":"链商星球","version":{"name":"1.0.5","code":105},"description":"安徽星煌,链商星球商家工具","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"OAuth":{},"LivePusher":{},"VideoPlayer":{},"Push":{},"Share":{},"Payment":{},"Geolocation":{},"Maps":{"coordType":"gcj02"},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#FFFFFF"},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"safearea":{"bottom":{"offset":"none"}},"distribute":{"icons":{"android":{"hdpi":"unpackage/res/icons/72x72.png","xhdpi":"unpackage/res/icons/96x96.png","xxhdpi":"unpackage/res/icons/144x144.png","xxxhdpi":"unpackage/res/icons/192x192.png"},"ios":{"appstore":"unpackage/res/icons/1024x1024.png","ipad":{"app":"unpackage/res/icons/76x76.png","app@2x":"unpackage/res/icons/152x152.png","notification":"unpackage/res/icons/20x20.png","notification@2x":"unpackage/res/icons/40x40.png","proapp@2x":"unpackage/res/icons/167x167.png","settings":"unpackage/res/icons/29x29.png","settings@2x":"unpackage/res/icons/58x58.png","spotlight":"unpackage/res/icons/40x40.png","spotlight@2x":"unpackage/res/icons/80x80.png"},"iphone":{"app@2x":"unpackage/res/icons/120x120.png","app@3x":"unpackage/res/icons/180x180.png","notification@2x":"unpackage/res/icons/40x40.png","notification@3x":"unpackage/res/icons/60x60.png","settings@2x":"unpackage/res/icons/58x58.png","settings@3x":"unpackage/res/icons/87x87.png","spotlight@2x":"unpackage/res/icons/80x80.png","spotlight@3x":"unpackage/res/icons/120x120.png"}}},"splashscreen":{"androidStyle":"common","iosStyle":"common"},"google":{"permissions":["","","","","","","","","","","","","","","","","","","",""]},"apple":{"privacyDescription":{"NSPhotoLibraryUsageDescription":"上传图片","NSPhotoLibraryAddUsageDescription":"下载图片","NSCameraUsageDescription":"扫描二维码","NSLocationAlwaysAndWhenInUseUsageDescription":"定位您的店铺地址"}},"plugins":{"ad":{},"payment":{"weixin":{"__platform__":["ios","android"],"appid":"wxd8b146e0a37bab50","UniversalLinks":"https://io.lianshang.app"}},"oauth":{"univerify":{},"weixin":{"appid":"wxd8b146e0a37bab50","appsecret":"6896afa5d57be13aecaf179c3547a940","UniversalLinks":"https://io.lianshang.app"}},"push":{"unipush":{}},"share":{"weixin":{"appid":"wxd8b146e0a37bab50","UniversalLinks":"https://io.lianshang.app"}},"maps":{"amap":{"appkey_ios":"450192db4bea0af2f226b8c1e1f7b769","appkey_android":"6ff79685204ba5f14ae2e898e0d3b8a0"}},"geolocation":{"amap":{"__platform__":["ios","android"],"appkey_ios":"450192db4bea0af2f226b8c1e1f7b769","appkey_android":"6ff79685204ba5f14ae2e898e0d3b8a0"}},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}}},"allowsInlineMediaPlayback":true,"uni-app":{"compilerVersion":"3.2.9","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"tabBar":{"borderStyle":"rgba(255,255,255,0.4)","backgroundColor":"#FFFFFF","selectedColor":"#774ffd","iconWidth":"26px","spacing":"0","height":"60px","list":[{"text":"发现能量","iconPath":"static/tabBar/tabBar_icon_00.png","selectedIconPath":"static/tabBar/tabBar_show_00.png","pagePath":"pages/index/index"},{"text":"发现更多","iconPath":"static/tabBar/tabBar_icon_01.png","selectedIconPath":"static/tabBar/tabBar_show_01.png","pagePath":"pages/found/index"},{"text":"节点中心","iconPath":"static/tabBar/tabBar_icon_02.png","selectedIconPath":"static/tabBar/tabBar_show_02.png","pagePath":"pages/user/index"}],"child":["lauchwebview"],"selected":0},"launch_path":"__uniappview.html"}} \ No newline at end of file +{"@platforms":["android","iPhone","iPad"],"id":"__UNI__1F65101","name":"链商星球","version":{"name":"1.0.5","code":105},"description":"安徽星煌,链商星球商家工具","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"OAuth":{},"LivePusher":{},"VideoPlayer":{},"Push":{},"Share":{},"Payment":{},"Geolocation":{},"Maps":{"coordType":"gcj02"},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#FFFFFF"},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"safearea":{"bottom":{"offset":"none"}},"distribute":{"icons":{"android":{"hdpi":"unpackage/res/icons/72x72.png","xhdpi":"unpackage/res/icons/96x96.png","xxhdpi":"unpackage/res/icons/144x144.png","xxxhdpi":"unpackage/res/icons/192x192.png"},"ios":{"appstore":"unpackage/res/icons/1024x1024.png","ipad":{"app":"unpackage/res/icons/76x76.png","app@2x":"unpackage/res/icons/152x152.png","notification":"unpackage/res/icons/20x20.png","notification@2x":"unpackage/res/icons/40x40.png","proapp@2x":"unpackage/res/icons/167x167.png","settings":"unpackage/res/icons/29x29.png","settings@2x":"unpackage/res/icons/58x58.png","spotlight":"unpackage/res/icons/40x40.png","spotlight@2x":"unpackage/res/icons/80x80.png"},"iphone":{"app@2x":"unpackage/res/icons/120x120.png","app@3x":"unpackage/res/icons/180x180.png","notification@2x":"unpackage/res/icons/40x40.png","notification@3x":"unpackage/res/icons/60x60.png","settings@2x":"unpackage/res/icons/58x58.png","settings@3x":"unpackage/res/icons/87x87.png","spotlight@2x":"unpackage/res/icons/80x80.png","spotlight@3x":"unpackage/res/icons/120x120.png"}}},"splashscreen":{"androidStyle":"common","iosStyle":"common"},"google":{"permissions":["","","","","","","","","","","","","","","","","","","",""]},"apple":{"privacyDescription":{"NSPhotoLibraryUsageDescription":"上传图片","NSPhotoLibraryAddUsageDescription":"下载图片","NSCameraUsageDescription":"扫描二维码","NSLocationAlwaysAndWhenInUseUsageDescription":"定位您的店铺地址"}},"plugins":{"ad":{},"payment":{"weixin":{"__platform__":["ios","android"],"appid":"wxd8b146e0a37bab50","UniversalLinks":"https://io.lianshang.app"}},"oauth":{"univerify":{},"weixin":{"appid":"wxd8b146e0a37bab50","appsecret":"6896afa5d57be13aecaf179c3547a940","UniversalLinks":"https://io.lianshang.app"}},"push":{"unipush":{}},"share":{"weixin":{"appid":"wxd8b146e0a37bab50","UniversalLinks":"https://io.lianshang.app"}},"maps":{"amap":{"appkey_ios":"450192db4bea0af2f226b8c1e1f7b769","appkey_android":"6ff79685204ba5f14ae2e898e0d3b8a0"}},"geolocation":{"amap":{"__platform__":["ios","android"],"appkey_ios":"450192db4bea0af2f226b8c1e1f7b769","appkey_android":"6ff79685204ba5f14ae2e898e0d3b8a0"}},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}}},"allowsInlineMediaPlayback":true,"uni-app":{"compilerVersion":"3.2.9","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"tabBar":{"borderStyle":"rgba(255,255,255,0.4)","backgroundColor":"#FFFFFF","selectedColor":"#774ffd","iconWidth":"26px","spacing":"0","height":"60px","list":[{"text":"发现通证","iconPath":"static/tabBar/tabBar_icon_00.png","selectedIconPath":"static/tabBar/tabBar_show_00.png","pagePath":"pages/index/index"},{"text":"发现更多","iconPath":"static/tabBar/tabBar_icon_01.png","selectedIconPath":"static/tabBar/tabBar_show_01.png","pagePath":"pages/found/index"},{"text":"节点中心","iconPath":"static/tabBar/tabBar_icon_02.png","selectedIconPath":"static/tabBar/tabBar_show_02.png","pagePath":"pages/user/index"}],"child":["lauchwebview"],"selected":0},"launch_path":"__uniappview.html"}} \ No newline at end of file