Skip to content

Commit

Permalink
bibo
Browse files Browse the repository at this point in the history
  • Loading branch information
superGG1990 authored and superGG1990 committed Sep 13, 2018
0 parents commit afd353a
Show file tree
Hide file tree
Showing 2,354 changed files with 150,361 additions and 0 deletions.
1 change: 1 addition & 0 deletions .svn/entries
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
12
1 change: 1 addition & 0 deletions .svn/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
12
62 changes: 62 additions & 0 deletions .svn/pristine/00/0047b578265962e6809144194b25a4a67bcd9de6.svn-base
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<!DOCTYPE html>
<html lang="zh-CN">

<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>扫码</title>
<style>
html,
body,
.container {
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: #000000;
}
</style>
</head>

<body>
<div id="scan" class="container">
</div>
<script>
var back = function () {
var webview = plus.webview.currentWebview()
if (webview.__uniapp_dark) {
plus.navigator.setStatusBarStyle('dark')
}
webview.close('auto');
}
document.addEventListener('plusready', function () {
var serviceWebview = plus.webview.getWebviewById('__W2A_CONTEXT_') || plus.webview.getLaunchWebview();
plus.key.addEventListener('backbutton', back);
setTimeout(function () {
var webview = plus.webview.currentWebview();
var scan = new plus.barcode.Barcode('scan', webview.__uniapp_scan_type);
scan.onmarked = function (type, code, file) {
var res = {
type: type,
code: code
};
back()
serviceWebview.evalJS('window.__scanCodeCallback__&&__scanCodeCallback__(' +
JSON.stringify(res) + ')');
};
scan.onerror = function (error) {
back()
serviceWebview.evalJS(
'window.__scanCodeCallback__&&__scanCodeCallback__(false)');
};

scan.start();
}, 500)
})
</script>
</body>

</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
require("../../common/manifest.js");
require("../../common/vendor.js");
global.webpackJsonp([26],[,,,,,,,,,,,,,,function(t,e,s){"use strict";var a=n(s(1)),i=n(s(15));function n(t){return t&&t.__esModule?t:{default:t}}s(0).default;new a.default(i.default).$mount()},function(t,e,s){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var a=s(17),i=s.n(a),n=s(18),o=!1;var c=function(t){o||s(16)},l=s(2)(i.a,n.a,c,null,null);l.options.__file="C:\\Users\\admin\\Desktop\\bbsj\\pages\\mall\\mallMessage.vue",l.esModule&&Object.keys(l.esModule).some(function(t){return"default"!==t&&"__"!==t.substr(0,2)})&&console.error("named exports are not supported in *.vue files."),l.options.functional&&console.error("[vue-loader] mallMessage.vue: functional components are not supported with templates, they should use render functions."),e.default=l.exports},function(t,e){},function(t,e,s){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var a=s(0).default;e.default={data:function(){return{}},onLoad:function(){},methods:{goto:function(){a.navigateTo({url:"tickRecord"})}}}},function(t,e,s){"use strict";var a=function(){var t=this.$createElement;this._self._c;return this._m(0)};a._withStripped=!0;var i={render:a,staticRenderFns:[function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("view",{},[s("view",{staticClass:"header"},[s("view",{staticClass:"header-left"},[s("image",{attrs:{src:"../../static/left_2.png",mode:""}})]),t._v(" "),s("view",{staticClass:"header-content"},[t._v("\n\t\t\t消息\n\t\t")]),t._v(" "),s("view",{staticClass:"header-right"})]),t._v(" "),s("view",{staticClass:"chat-info"},[s("view",{staticClass:"chat-item"},[s("view",{staticClass:"chat-img"},[s("image",{attrs:{src:"../../static/xitongtongzhi.png",mode:""}})]),t._v(" "),s("view",{staticClass:"chat-title"},[s("view",{staticClass:"chat-top"},[s("view",{staticClass:"chat-top-info"},[t._v("\n\t\t\t\t\t\t系统通知\n\t\t\t\t\t")]),t._v(" "),s("view",{staticClass:"chat-top-time"},[t._v("今天 10:33")])]),t._v(" "),s("view",{staticClass:"chat-bottom"},[s("view",{staticClass:"chat-bottom-info"},[t._v("忘记签到好多天,双签大礼包可别再错过双签大礼包可别再错过")])])])]),t._v(" "),s("view",{staticClass:"chat-item"},[s("view",{staticClass:"chat-img"},[s("image",{attrs:{src:"../../static/jiaoyi_2.png",mode:""}})]),t._v(" "),s("view",{staticClass:"chat-title"},[s("view",{staticClass:"chat-top"},[s("view",{staticClass:"chat-top-info"},[t._v("\n\t\t\t\t\t\t系统通知\n\t\t\t\t\t")]),t._v(" "),s("view",{staticClass:"chat-top-time"},[t._v("今天 10:33")])]),t._v(" "),s("view",{staticClass:"chat-bottom"},[s("view",{staticClass:"chat-bottom-info"},[t._v("忘记签到好多天,双签大礼包可别再错过双签大礼包可别再错过")])])])])])])}]};e.a=i}],[14]);
//# sourceMappingURL=../../.sourcemap/pages/mall/mallMessage.js.map
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
require("../../common/manifest.js");
require("../../common/vendor.js");
global.webpackJsonp([2],{88:function(t,i,e){"use strict";var s=n(e(2)),a=n(e(89));function n(t){return t&&t.__esModule?t:{default:t}}e(0).default;new s.default(a.default).$mount()},89:function(t,i,e){"use strict";Object.defineProperty(i,"__esModule",{value:!0});var s=e(91),a=e.n(s),n=e(92),o=!1;var c=function(t){o||e(90)},r=e(1)(a.a,n.a,c,null,null);r.options.__file="C:\\Users\\admin\\Desktop\\bbsj\\pages\\wealth\\wealthDetail.vue",r.esModule&&Object.keys(r.esModule).some(function(t){return"default"!==t&&"__"!==t.substr(0,2)})&&console.error("named exports are not supported in *.vue files."),r.options.functional&&console.error("[vue-loader] wealthDetail.vue: functional components are not supported with templates, they should use render functions."),i.default=r.exports},90:function(t,i){},91:function(t,i,e){"use strict";Object.defineProperty(i,"__esModule",{value:!0});var s=e(0).default;i.default={data:function(){return{}},onLoad:function(){},methods:{gotobizhongzhuanhuan:function(){s.navigateTo({url:"bizhongzhuanhuan"})},gotochongbi:function(){s.navigateTo({url:"chongbi"})},gototibi:function(){s.navigateTo({url:"tibi"})},gotobibo:function(){s.navigateTo({url:"jieshoudizhi"})},gotojieshou:function(){s.navigateTo({url:"kongjieshoudizhi"})},goback:function(){s.navigateBack({delta:1})}}}},92:function(t,i,e){"use strict";var s=function(){var t=this,i=t.$createElement,e=t._self._c||i;return e("view",{},[e("view",{staticClass:"header"},[e("view",{staticClass:"header-left",attrs:{eventid:"0"},on:{click:function(i){t.goback()}}},[e("image",{attrs:{src:"../../static/left_2.png",mode:""}})]),t._v(" "),e("view",{staticClass:"header-content"},[t._v("\n\t\t\t碧波币\n\t\t")]),t._v(" "),t._m(0)]),t._v(" "),e("view",{staticClass:"header_title"},[e("p",{staticClass:"header-title"},[t._v("100BBB")]),t._v(" "),e("p",{staticClass:"header-desc"},[t._v("行情价:0.00092 CNY/BBB")]),t._v(" "),e("image",{attrs:{src:"../../static/bbsjbg.png"}})],1),t._v(" "),e("view",{staticClass:"main"},[e("view",{staticClass:"main_info"},[e("view",{staticClass:"main_info_title"},[e("i"),t._v("碧波币介绍\n\t\t\t")],1),t._v(" "),e("view",{staticClass:"main-image"},[e("image",{attrs:{src:"../../static/logo_2.png"}}),t._v(" "),e("p",[t._v("碧波币(Bibobi)是一种P2P形式的数字货币。")])],1)]),t._v(" "),e("view",{staticClass:"main-site"},[e("view",{staticClass:"main_info_title"},[e("i"),t._v("碧波币地址簿\n\t\t\t")],1),t._v(" "),e("view",{staticClass:"address"},[e("view",{staticClass:"site-item",attrs:{eventid:"1"},on:{click:function(i){t.gotobibo()}}},[e("image",{staticClass:"site-item-image",attrs:{src:"../../static/qiangdao.png"}}),t._v(" "),e("view",{staticClass:"site-item-content"},[t._v("\n\t\t\t\t\t\t碧波地址\n\t\t\t\t\t")]),t._v(" "),e("image",{staticClass:"site-item-right",attrs:{src:"../../static/right.png",mode:""}})]),t._v(" "),e("view",{staticClass:"site-item",attrs:{eventid:"2"},on:{click:function(i){t.gotojieshou()}}},[e("image",{staticClass:"site-item-image",attrs:{src:"../../static/qiangdao.png"}}),t._v(" "),e("view",{staticClass:"site-item-content"},[t._v("\n\t\t\t\t\t\t接收地址\n\t\t\t\t\t")]),t._v(" "),e("image",{staticClass:"site-item-right",attrs:{src:"../../static/right.png",mode:""}})])])]),t._v(" "),e("view",{staticClass:"main-btn"},[e("view",{staticClass:"btn-item mgr",attrs:{eventid:"3"},on:{click:t.gotochongbi}},[t._v("\n\t\t\t\t充币\n\t\t\t")]),t._v(" "),e("view",{staticClass:"btn-item mgr mgl",attrs:{eventid:"4"},on:{click:t.gototibi}},[t._v("\n\t\t\t\t提取\n\t\t\t")]),t._v(" "),e("view",{staticClass:"btn-item mgl",attrs:{eventid:"5"},on:{click:t.gotobizhongzhuanhuan}},[t._v("\n\t\t\t\t兑换\n\t\t\t")])])])])};s._withStripped=!0;var a={render:s,staticRenderFns:[function(){var t=this.$createElement,i=this._self._c||t;return i("view",{staticClass:"header-right"},[i("image",{attrs:{src:"../../static/sousuo.png",mode:""}})])}]};i.a=a}},[88]);
//# sourceMappingURL=../../.sourcemap/pages/wealth/wealthDetail.js.map
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
require("../../common/manifest.js");
require("../../common/vendor.js");
global.webpackJsonp([27],[,,,,,,,,,function(t,e,s){"use strict";var i=a(s(1)),n=a(s(10));function a(t){return t&&t.__esModule?t:{default:t}}s(0).default;new i.default(n.default).$mount()},function(t,e,s){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=s(12),n=s.n(i),a=s(13),r=!1;var o=function(t){r||s(11)},u=s(2)(n.a,a.a,o,null,null);u.options.__file="C:\\Users\\admin\\Desktop\\bbsj\\pages\\mall\\mall.vue",u.esModule&&Object.keys(u.esModule).some(function(t){return"default"!==t&&"__"!==t.substr(0,2)})&&console.error("named exports are not supported in *.vue files."),u.options.functional&&console.error("[vue-loader] mall.vue: functional components are not supported with templates, they should use render functions."),e.default=u.exports},function(t,e){},function(t,e,s){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=s(0).default;e.default={data:function(){return{}},onLoad:function(){},methods:{goto:function(){i.navigateTo({url:"tickRecord"})}}}},function(t,e,s){"use strict";var i=function(){var t=this.$createElement,e=this._self._c||t;return e("view",{},[this._m(0),this._v(" "),e("view",{staticClass:"payimage"},[e("image",{attrs:{src:"../../static/fukuanshibai.png"}}),this._v(" "),e("p",[this._v("支付密码错误,请重试")]),this._v(" "),this._m(1)],1)])};i._withStripped=!0;var n={render:i,staticRenderFns:[function(){var t=this.$createElement,e=this._self._c||t;return e("view",{staticClass:"header"},[e("view",{staticClass:"header-left"},[e("image",{attrs:{src:"../../static/left.png",mode:""}})]),this._v(" "),e("view",{staticClass:"header-content"},[this._v("\n\t\t\t支付失败\n\t\t")]),this._v(" "),e("view",{staticClass:"header-right"})])},function(){var t=this.$createElement,e=this._self._c||t;return e("view",{staticClass:"payinfo"},[e("view",{staticClass:"btn chongsi"},[this._v("重试")]),this._v(" "),e("view",{staticClass:"btn forget"},[this._v("忘记密码")])])}]};e.a=n}],[9]);
//# sourceMappingURL=../../.sourcemap/pages/mall/mall.js.map

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions .svn/pristine/00/00c3e35c41f66444c94fc5f75f150140ba648c2c.svn-base
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<template name="7c6f543e">
<view class="_view data-v-4d083e68 page">
<view class="_view data-v-4d083e68 header">
<view class="_view data-v-4d083e68 header-left" bindtap="handleProxy" data-eventid="{{'0'}}" data-comkey="{{$k}}">
<image src="../../static/left.png" mode class="_image data-v-4d083e68"></image>
</view>
<view class="_view data-v-4d083e68 header-content"> 订单详情 </view>
<view class="_view data-v-4d083e68 header-right"> 完成 </view>
</view>
<view class="_view data-v-4d083e68 info">
<view class="_view data-v-4d083e68 item">
<view class="_h3 data-v-4d083e68">转换提交申请</view>
<view class="_p data-v-4d083e68 item-desc">您已提交转换申请</view>
<view class="_p data-v-4d083e68 item-time">2018年9月4日 13:53</view>
</view>
<view class="_view data-v-4d083e68 item">
<view class="_h3 data-v-4d083e68">努力转换中</view>
<view class="_p data-v-4d083e68 item-desc">您的订单会尽快进行处理</view>
<view class="_p data-v-4d083e68 item-time">2018年9月4日 13:54</view>
</view>
<view class="_view data-v-4d083e68 item">
<view class="_h3 data-v-4d083e68">转换成功</view>
<view class="_p data-v-4d083e68 item-time">2018年9月4日 13:53</view>
</view>
</view>
<view class="_view data-v-4d083e68 btn">再次转换</view>
</view>
</template>
Binary file not shown.
Loading

0 comments on commit afd353a

Please sign in to comment.