调整页面
14
index.html
@@ -1,14 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
|
|
||||||
<title></title>
|
|
||||||
<!--preload-links-->
|
|
||||||
<!--app-context-->
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div id="app"><!--app-html--></div>
|
|
||||||
<script type="module" src="/main.js"></script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -5,19 +5,6 @@
|
|||||||
"versionName" : "1.0.0",
|
"versionName" : "1.0.0",
|
||||||
"versionCode" : "100",
|
"versionCode" : "100",
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
"h5" : {
|
|
||||||
"title" : "链商星球",
|
|
||||||
"router" : {
|
|
||||||
"mode" : "history"
|
|
||||||
},
|
|
||||||
"sdkConfigs" : {
|
|
||||||
"maps" : {
|
|
||||||
"qqmap" : {
|
|
||||||
"key" : "RY5BZ-7XNKS-IBMO6-637EZ-SMFQE-43FGN"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
"usingComponents" : true,
|
"usingComponents" : true,
|
||||||
@@ -56,7 +43,9 @@
|
|||||||
/* ios打包配置 */
|
/* ios打包配置 */
|
||||||
"ios" : {},
|
"ios" : {},
|
||||||
/* SDK配置 */
|
/* SDK配置 */
|
||||||
"sdkConfigs" : {}
|
"sdkConfigs" : {
|
||||||
|
"ad" : {}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
/* 快应用特有相关 */
|
/* 快应用特有相关 */
|
||||||
|
|||||||
16
pages.json
@@ -3,21 +3,26 @@
|
|||||||
"path": "pages/index/index",
|
"path": "pages/index/index",
|
||||||
"name": "Index",
|
"name": "Index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "发现能量"
|
"navigationBarBackgroundColor":"#1f1922",
|
||||||
|
"backgroundColor":"#1f1922",
|
||||||
|
"navigationStyle":"custom",
|
||||||
|
"navigationBarTextStyle":"white"
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
"path": "pages/found/index",
|
"path": "pages/found/index",
|
||||||
"name": "Found",
|
"name": "Found",
|
||||||
"auth": true,
|
"auth": true,
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "发现更多"
|
"navigationBarTitleText": "发现更多",
|
||||||
|
"navigationStyle":"custom"
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
"path": "pages/user/index",
|
"path": "pages/user/index",
|
||||||
"name": "User",
|
"name": "User",
|
||||||
"auth": true,
|
"auth": true,
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "节点中心"
|
"navigationBarTitleText": "节点中心",
|
||||||
|
"navigationStyle":"custom"
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
"path": "pages/user/code",
|
"path": "pages/user/code",
|
||||||
@@ -131,7 +136,9 @@
|
|||||||
"path": "pages/login/login",
|
"path": "pages/login/login",
|
||||||
"name": "Login",
|
"name": "Login",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "登录"
|
"navigationBarTitleText": "登录",
|
||||||
|
"navigationBarBackgroundColor":"#FFFFFF",
|
||||||
|
"navigationBarTextStyle":"black"
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
"path": "pages/login/guide",
|
"path": "pages/login/guide",
|
||||||
@@ -303,7 +310,6 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"globalStyle": {
|
"globalStyle": {
|
||||||
"navigationStyle": "custom",
|
|
||||||
"backgroundColor": "#F5F5F5"
|
"backgroundColor": "#F5F5F5"
|
||||||
},
|
},
|
||||||
"tabBar": {
|
"tabBar": {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="crystal">
|
<view>
|
||||||
<!-- 签到成功弹出 -->
|
<!-- 签到成功弹出 -->
|
||||||
<view class="signBack" v-if="sign.signShow"></view>
|
<view class="signBack" v-if="sign.signShow"></view>
|
||||||
<view class="signPop" v-if="sign.signShow">
|
<view class="signPop" v-if="sign.signShow">
|
||||||
@@ -16,9 +16,8 @@
|
|||||||
|
|
||||||
<!-- 签到 -->
|
<!-- 签到 -->
|
||||||
<view class="signCont">
|
<view class="signCont">
|
||||||
<view class="content-title">
|
<view class="content-title">发现更多</view>
|
||||||
每日签到,能量碎片多多<image @click="showHelp" class="content-title-img" src="../../static/user/sign_privilege.png" mode="aspectFill"></image>
|
<view class="content-sumite">海量能量碎片等你解锁</view>
|
||||||
</view>
|
|
||||||
<view class="sign">
|
<view class="sign">
|
||||||
<view class="sign-list" :class="{ active: item.sign }" v-for="(item, index) in sign.signArr" :key="index">
|
<view class="sign-list" :class="{ active: item.sign }" v-for="(item, index) in sign.signArr" :key="index">
|
||||||
<view class="sign-tips" v-if="item.sign">
|
<view class="sign-tips" v-if="item.sign">
|
||||||
@@ -244,20 +243,27 @@
|
|||||||
|
|
||||||
// 签到
|
// 签到
|
||||||
.signCont {
|
.signCont {
|
||||||
|
@extend .ios-top;
|
||||||
background: #7c52fc;
|
background: #7c52fc;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
padding-bottom: 80rpx;
|
padding-bottom: 80rpx;
|
||||||
.content-title {
|
.content-title {
|
||||||
font-size: 40rpx;
|
font-size: 40rpx;
|
||||||
padding: 50rpx 45rpx;
|
padding: ($padding/2) 45rpx 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
font-weight: bold;
|
||||||
.content-title-img {
|
.content-title-img {
|
||||||
width: 32rpx;
|
width: 32rpx;
|
||||||
height: 32rpx;
|
height: 32rpx;
|
||||||
margin: 12rpx 20rpx;
|
margin: 12rpx 20rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.content-sumite{
|
||||||
|
padding: 0 45rpx 50rpx 45rpx;
|
||||||
|
font-size: $title-size-sm;
|
||||||
|
color: rgba($color: white, $alpha: .6);
|
||||||
|
}
|
||||||
.sign {
|
.sign {
|
||||||
margin: 0 0 30rpx;
|
margin: 0 0 30rpx;
|
||||||
padding: 0 30rpx;
|
padding: 0 30rpx;
|
||||||
@@ -324,6 +330,8 @@
|
|||||||
|
|
||||||
// 签到按钮
|
// 签到按钮
|
||||||
.signBtn {
|
.signBtn {
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
padding: 0 40rpx;
|
padding: 0 40rpx;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -348,8 +356,10 @@
|
|||||||
|
|
||||||
// 水晶任务
|
// 水晶任务
|
||||||
.task{
|
.task{
|
||||||
padding: 60rpx 30rpx;
|
margin-top: -50rpx;
|
||||||
|
padding: 110rpx 30rpx 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
background: white;
|
||||||
.task-liest {
|
.task-liest {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 34rpx;
|
font-size: 34rpx;
|
||||||
|
|||||||
@@ -1,10 +1,14 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="content">
|
<view class="content">
|
||||||
<!-- 账户余额 -->
|
<!-- ios安全区 -->
|
||||||
|
<view class="ios-top"></view>
|
||||||
|
<!-- header -->
|
||||||
|
<view class="header-total ios-top">
|
||||||
<view class="total">
|
<view class="total">
|
||||||
<view class="item nowrap" @click="navAccount('walletProperty')"><image src="@/static/icons/gemstone-icon.png"/>{{isAuth ? '能量球' + account.coin : '查看能量球'}}</view>
|
<view class="item nowrap" @click="navAccount('walletProperty')"><image src="@/static/icons/gemstone-icon.png"/>{{isAuth ? '能量球' + account.coin : '查看能量球'}}</view>
|
||||||
<view class="item nowrap" @click="navAccount('Fragment')"><image src="@/static/icons/crystal-icon.png"/>{{isAuth ? '能量碎片' + account.crystal : '查看能量碎片'}}</view>
|
<view class="item nowrap" @click="navAccount('Fragment')"><image src="@/static/icons/crystal-icon.png"/>{{isAuth ? '能量碎片' + account.crystal : '查看能量碎片'}}</view>
|
||||||
</view>
|
</view>
|
||||||
|
</view>
|
||||||
<!-- 矿机 -->
|
<!-- 矿机 -->
|
||||||
<view class="ore">
|
<view class="ore">
|
||||||
<image class="ore-back" src="@/static/background/chain-back-00.png" mode="widthFix"></image>
|
<image class="ore-back" src="@/static/background/chain-back-00.png" mode="widthFix"></image>
|
||||||
@@ -142,6 +146,9 @@
|
|||||||
},
|
},
|
||||||
// 查看钱包账户
|
// 查看钱包账户
|
||||||
navAccount(pathName){
|
navAccount(pathName){
|
||||||
|
|
||||||
|
console.log(1111)
|
||||||
|
|
||||||
if(!this.isAuth){
|
if(!this.isAuth){
|
||||||
this.$Router.push({name: 'Login'})
|
this.$Router.push({name: 'Login'})
|
||||||
return
|
return
|
||||||
@@ -246,8 +253,6 @@
|
|||||||
},
|
},
|
||||||
// 绘制图表
|
// 绘制图表
|
||||||
showCartc(data){
|
showCartc(data){
|
||||||
console.log(data)
|
|
||||||
|
|
||||||
// 图表信息
|
// 图表信息
|
||||||
this.$refs.chartChange.init(config => {
|
this.$refs.chartChange.init(config => {
|
||||||
config.appendPadding = [10, 30, 10, 15]
|
config.appendPadding = [10, 30, 10, 15]
|
||||||
@@ -448,9 +453,16 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 数据统计
|
// 数据统计
|
||||||
|
.header-total{
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
z-index: 99;
|
||||||
|
background: #1f1922;
|
||||||
.total {
|
.total {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: $margin;
|
margin: $margin/2 $margin;
|
||||||
background: #2b2449;
|
background: #2b2449;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -481,6 +493,7 @@
|
|||||||
background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, .7), transparent);
|
background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, .7), transparent);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
// 求助icon
|
// 求助icon
|
||||||
.help-icon{
|
.help-icon{
|
||||||
margin-left: $margin/3;
|
margin-left: $margin/3;
|
||||||
@@ -488,6 +501,7 @@
|
|||||||
}
|
}
|
||||||
// 矿石
|
// 矿石
|
||||||
.ore {
|
.ore {
|
||||||
|
margin-top: 76rpx;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-top: 120%;
|
padding-top: 120%;
|
||||||
&>image {
|
&>image {
|
||||||
|
|||||||
@@ -108,7 +108,6 @@
|
|||||||
frozen:this.cointype
|
frozen:this.cointype
|
||||||
}
|
}
|
||||||
userAccoutScores(data).then(res => {
|
userAccoutScores(data).then(res => {
|
||||||
console.log(res)
|
|
||||||
this.score = res.score
|
this.score = res.score
|
||||||
this.lists = this.lists.concat(res.lists.data)
|
this.lists = this.lists.concat(res.lists.data)
|
||||||
this.has_next_page = res.lists.page.has_more
|
this.has_next_page = res.lists.page.has_more
|
||||||
|
|||||||
BIN
unpackage/cache/apk/__UNI__1F65101_cm.apk
vendored
Normal file
1
unpackage/cache/apk/apkurl
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
https://ide.dcloud.net.cn/build/download/75611920-2a3a-11ec-88c9-6fddd16606cb
|
||||||
1
unpackage/cache/apk/cmManifestCache.json
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
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
|
||||||
3
unpackage/cache/certdata
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
andrCertfile=/Users/WebTmm/Desktop/d1d5cb9aeb7de65d3c8d763fbfd82547.keystore
|
||||||
|
andrCertAlias=__uni__1f65101
|
||||||
|
andrCertPass=Ti41MPugFhj+GzP9R6RKGw==
|
||||||
BIN
unpackage/cache/wgt/__UNI__1F65101/.manifest/google-keystore.keystore
vendored
Normal file
1
unpackage/cache/wgt/__UNI__1F65101/__uniappchooselocation.js
vendored
Normal file
BIN
unpackage/cache/wgt/__UNI__1F65101/__uniapperror.png
vendored
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
1
unpackage/cache/wgt/__UNI__1F65101/__uniappes6.js
vendored
Normal file
1
unpackage/cache/wgt/__UNI__1F65101/__uniappopenlocation.js
vendored
Normal file
1
unpackage/cache/wgt/__UNI__1F65101/__uniapppicker.js
vendored
Normal file
8
unpackage/cache/wgt/__UNI__1F65101/__uniappquill.js
vendored
Normal file
1
unpackage/cache/wgt/__UNI__1F65101/__uniappquillimageresize.js
vendored
Normal file
1
unpackage/cache/wgt/__UNI__1F65101/__uniappscan.js
vendored
Normal file
BIN
unpackage/cache/wgt/__UNI__1F65101/__uniappsuccess.png
vendored
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
25
unpackage/cache/wgt/__UNI__1F65101/__uniappview.html
vendored
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="zh-CN">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<script>
|
||||||
|
var __UniViewStartTime__ = Date.now();
|
||||||
|
var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') ||
|
||||||
|
CSS.supports('top: constant(a)'))
|
||||||
|
document.write(
|
||||||
|
'<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' +
|
||||||
|
(coverSupport ? ', viewport-fit=cover' : '') + '" />')
|
||||||
|
</script>
|
||||||
|
<title>View</title>
|
||||||
|
<link rel="stylesheet" href="view.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div id="app"></div>
|
||||||
|
<script src="__uniappes6.js"></script>
|
||||||
|
<script src="view.umd.min.js"></script>
|
||||||
|
<script src="app-view.js"></script>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
8
unpackage/cache/wgt/__UNI__1F65101/app-config-service.js
vendored
Normal file
@@ -0,0 +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/extract","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":{"navigationStyle":"custom","backgroundColor":"#F5F5F5"},"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":"BlockChainH5","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":{"navigationBarTitleText":"发现能量"}},{"path":"/pages/found/index","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"发现更多"}},{"path":"/pages/user/index","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"节点中心"}},{"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":"开通节点"}},{"path":"/pages/vip/agree","meta":{},"window":{"navigationBarTitleText":"用户协议"}},{"path":"/pages/vip/examine","meta":{},"window":{"navigationBarTitleText":"提交成功"}},{"path":"/pages/setting/setting","meta":{},"window":{"navigationBarTitleText":"设置中心"}},{"path":"/pages/goods/management","meta":{},"window":{"navigationBarTitleText":"商品权证管理"}},{"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":"创建优惠券"}},{"path":"/pages/coupons/add","meta":{},"window":{"navigationBarTitleText":"创建优惠券"}},{"path":"/pages/coupons/magDetails","meta":{},"window":{"navigationBarTitleText":"优惠券详情"}},{"path":"/pages/coupons/selectGoods","meta":{},"window":{"navigationBarTitleText":"关联产品"}},{"path":"/pages/login/login","meta":{},"window":{"navigationBarTitleText":"登录"}},{"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"}},{"path":"/pages/wallet/extract","meta":{},"window":{"navigationBarTitleText":"提现能量","enablePullDownRefresh":false,"navigationBarBackgroundColor":"#774ffd","navigationBarTextStyle":"white"}},{"path":"/pages/verification/index","meta":{},"window":{"navigationBarTitleText":"扫码核销"}},{"path":"/pages/verification/history","meta":{},"window":{"navigationBarTitleText":"核销记录"}},{"path":"/pages/shop/lists","meta":{},"window":{"navigationBarTitleText":"部门/门店"}},{"path":"/pages/shop/create","meta":{},"window":{"navigationBarTitleText":"创建部门/门店"}},{"path":"/pages/employees/list","meta":{},"window":{"navigationBarTitleText":"员工管理"}},{"path":"/pages/employees/add","meta":{},"window":{"navigationBarTitleText":"添加员工"}},{"path":"/pages/instrument/Spread","meta":{},"window":{"navigationBarTitleText":"营销推广码"}},{"path":"/pages/instrument/basics","meta":{},"window":{"navigationBarTitleText":"基础信息"}},{"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}}}});
|
||||||
1
unpackage/cache/wgt/__UNI__1F65101/app-config.js
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
(function(e){function r(r){for(var n,l,i=r[0],p=r[1],a=r[2],c=0,s=[];c<i.length;c++)l=i[c],Object.prototype.hasOwnProperty.call(o,l)&&o[l]&&s.push(o[l][0]),o[l]=0;for(n in p)Object.prototype.hasOwnProperty.call(p,n)&&(e[n]=p[n]);f&&f(r);while(s.length)s.shift()();return u.push.apply(u,a||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,i=1;i<t.length;i++){var p=t[i];0!==o[p]&&(n=!1)}n&&(u.splice(r--,1),e=l(l.s=t[0]))}return e}var n={},o={"app-config":0},u=[];function l(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,l),t.l=!0,t.exports}l.m=e,l.c=n,l.d=function(e,r,t){l.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},l.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(e,r){if(1&r&&(e=l(e)),8&r)return e;if(4&r&&"object"===typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(l.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)l.d(t,n,function(r){return e[r]}.bind(null,n));return t},l.n=function(e){var r=e&&e.__esModule?function(){return e["default"]}:function(){return e};return l.d(r,"a",r),r},l.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},l.p="/";var i=this["webpackJsonp"]=this["webpackJsonp"]||[],p=i.push.bind(i);i.push=r,i=i.slice();for(var a=0;a<i.length;a++)r(i[a]);var f=p;t()})([]);
|
||||||
21
unpackage/cache/wgt/__UNI__1F65101/app-service.js
vendored
Normal file
1
unpackage/cache/wgt/__UNI__1F65101/app-view.js
vendored
Normal file
1
unpackage/cache/wgt/__UNI__1F65101/manifest.json
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__1F65101","name":"BlockChainH5","version":{"name":"1.0.0","code":"100"},"description":"","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"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":"light","background":"#000000"},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"distribute":{"google":{"permissions":["<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.READ_LOGS\"/>","<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>","<uses-feature android:name=\"android.hardware.camera.autofocus\"/>","<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>","<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>","<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>","<uses-feature android:name=\"android.hardware.camera\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"],"packagename":"uni.UNI1F65101","password":"Ti41MPugFhj+GzP9R6RKGw==","aliasname":"__uni__1f65101","keystore":"google-keystore.keystore","custompermissions":true},"apple":{"devices":"universal"},"plugins":{"ad":{},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}},"orientation":["portrait-primary"],"icons":{"ios":{"prerendered":"false","iphone":{"app@2x":"","app@3x":"","spotlight@2x":"","spotlight@3x":"","settings@2x":"","settings@3x":"","notification@2x":"","notification@3x":""},"appstore":"","ipad":{"app":"","app@2x":"","proapp@2x":"","spotlight":"","spotlight@2x":"","settings":"","settings@2x":"","notification":"","notification@2x":""}},"android":{"hdpi":"","xhdpi":"","xxhdpi":"","xxxhdpi":""}},"splashscreen":{}},"allowsInlineMediaPlayback":true,"safearea":{"background":"#FFFFFF","bottom":{"offset":"auto"}},"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","adid":"125178130709"}}
|
||||||
BIN
unpackage/cache/wgt/__UNI__1F65101/static/404/404.png
vendored
Normal file
|
After Width: | Height: | Size: 7.5 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/background/chain-back-00.png
vendored
Normal file
|
After Width: | Height: | Size: 72 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/background/chain-back-02.png
vendored
Normal file
|
After Width: | Height: | Size: 274 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/background/idcard-positive.png
vendored
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/background/idcard-reverse.png
vendored
Normal file
|
After Width: | Height: | Size: 8.0 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/dev/WechatIMG9663.png
vendored
Normal file
|
After Width: | Height: | Size: 152 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/dev/WechatIMG9664.png
vendored
Normal file
|
After Width: | Height: | Size: 212 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/dev/WechatIMG9666.png
vendored
Normal file
|
After Width: | Height: | Size: 160 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/dev/wallet-code.png
vendored
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/add-icon.png
vendored
Normal file
|
After Width: | Height: | Size: 268 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/approve-icon.png
vendored
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/audit-icon.png
vendored
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/checked-icon.png
vendored
Normal file
|
After Width: | Height: | Size: 433 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/crystal-icon.png
vendored
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/equity_arrow_icon.png
vendored
Normal file
|
After Width: | Height: | Size: 639 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/equity_arrow_right.png
vendored
Normal file
|
After Width: | Height: | Size: 216 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/equity_arrow_up.png
vendored
Normal file
|
After Width: | Height: | Size: 285 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/equity_coupons_01.png
vendored
Normal file
|
After Width: | Height: | Size: 411 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/equity_coupons_02.png
vendored
Normal file
|
After Width: | Height: | Size: 552 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/equity_coupons_03.png
vendored
Normal file
|
After Width: | Height: | Size: 472 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/equity_nav.png
vendored
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/fire.png
vendored
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/gemstone-icon.png
vendored
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/gemstone-ore-icon.png
vendored
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/goods_buy.png
vendored
Normal file
|
After Width: | Height: | Size: 354 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/goods_close.png
vendored
Normal file
|
After Width: | Height: | Size: 227 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/goods_row.png
vendored
Normal file
|
After Width: | Height: | Size: 240 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/goods_spot.png
vendored
Normal file
|
After Width: | Height: | Size: 215 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/listnull-icon.png
vendored
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/login-icon.png
vendored
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/logs-null.png
vendored
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/order-null.png
vendored
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/payWay_icon_00.png
vendored
Normal file
|
After Width: | Height: | Size: 937 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/payWay_icon_01.png
vendored
Normal file
|
After Width: | Height: | Size: 1015 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/property_poster.png
vendored
Normal file
|
After Width: | Height: | Size: 303 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/search-icon.png
vendored
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/store_codeBack.png
vendored
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/store_contBack.png
vendored
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/store_down.png
vendored
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/store_downBack.png
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/store_icon_icon.png
vendored
Normal file
|
After Width: | Height: | Size: 599 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/store_icon_pen.png
vendored
Normal file
|
After Width: | Height: | Size: 491 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/store_icon_row.png
vendored
Normal file
|
After Width: | Height: | Size: 376 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/store_icon_vip.png
vendored
Normal file
|
After Width: | Height: | Size: 509 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/store_logistic.png
vendored
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/ticket-icon.png
vendored
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/unchecked-icon.png
vendored
Normal file
|
After Width: | Height: | Size: 401 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/user_icon_00.png
vendored
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/icons/wechat.png
vendored
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/imgs/account-bg.png
vendored
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/imgs/bankLogo.png
vendored
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/imgs/cart_empty.png
vendored
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/imgs/company-icon.png
vendored
Normal file
|
After Width: | Height: | Size: 880 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/imgs/crystal-sign.png
vendored
Normal file
|
After Width: | Height: | Size: 306 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/imgs/link-wechat.png
vendored
Normal file
|
After Width: | Height: | Size: 682 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/imgs/mine-about.png
vendored
Normal file
|
After Width: | Height: | Size: 607 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/imgs/mine-self-name.png
vendored
Normal file
|
After Width: | Height: | Size: 730 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/imgs/news_1.png
vendored
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/imgs/news_2.png
vendored
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/imgs/news_2_1.png
vendored
Normal file
|
After Width: | Height: | Size: 590 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/imgs/news_3.png
vendored
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/imgs/news_3_1.png
vendored
Normal file
|
After Width: | Height: | Size: 338 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/imgs/no-avatar.png
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/imgs/record-icon.png
vendored
Normal file
|
After Width: | Height: | Size: 904 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/imgs/reset-info.png
vendored
Normal file
|
After Width: | Height: | Size: 614 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/imgs/self-icon.png
vendored
Normal file
|
After Width: | Height: | Size: 619 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/imgs/top_bg.png
vendored
Normal file
|
After Width: | Height: | Size: 8.3 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/imgs/top_logo.png
vendored
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/imgs/user-avatar.png
vendored
Normal file
|
After Width: | Height: | Size: 643 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/imgs/user-crystalMark-grey.png
vendored
Normal file
|
After Width: | Height: | Size: 386 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/mp3/crystal.mp3
vendored
Normal file
BIN
unpackage/cache/wgt/__UNI__1F65101/static/tabBar/tabBar_icon_00.png
vendored
Normal file
|
After Width: | Height: | Size: 929 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/tabBar/tabBar_icon_01.png
vendored
Normal file
|
After Width: | Height: | Size: 857 B |
BIN
unpackage/cache/wgt/__UNI__1F65101/static/tabBar/tabBar_icon_02.png
vendored
Normal file
|
After Width: | Height: | Size: 771 B |