first commit

This commit is contained in:
PC-202306242200\Administrator
2026-03-28 23:27:25 +08:00
commit 85b89ccea7
1694 changed files with 168292 additions and 0 deletions

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/wallet/account/form"],{"00f1":function(e,n,t){"use strict";t.d(n,"b",(function(){return o})),t.d(n,"c",(function(){return r})),t.d(n,"a",(function(){return u}));var u={"u-Form":function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u--form/u--form")]).then(t.bind(null,"8b7a"))},uFormItem:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-form-item/u-form-item")]).then(t.bind(null,"1237"))},uInput:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-input/u-input")]).then(t.bind(null,"d804"))},uButton:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-button/u-button")]).then(t.bind(null,"e1a8"))}},o=function(){var e=this.$createElement;this._self._c},r=[]},"0a23":function(e,n,t){"use strict";(function(e,n){var u=t("47a9");t("4233");u(t("3240"));var o=u(t("cd80"));e.__webpack_require_UNI_MP_PLUGIN__=t,n(o.default)}).call(this,t("3223")["default"],t("df3c")["createPage"])},"5ce0":function(e,n,t){"use strict";t.r(n);var u=t("665d"),o=t.n(u);for(var r in u)["default"].indexOf(r)<0&&function(e){t.d(n,e,(function(){return u[e]}))}(r);n["default"]=o.a},"665d":function(e,n,t){"use strict";(function(e){var t;Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var u={data:function(){return{rules:{idcard:[{required:!0,message:"请输入",trigger:["blur","change"]}],realname:[{required:!0,message:"请输入",trigger:["blur","change"]}],num:[{required:!0,message:"请输入",trigger:["blur","change"]}],mobile:[{required:!0,message:"请输入",trigger:["blur","change"]}]},form:{id:"",type:3,role:1,subname:"",realname:"",idcard:"",num:"",mobile:""}}},mounted:function(){},onLoad:function(e){t=this,e&&e.item&&(t.form=JSON.parse(decodeURIComponent(e.item)))},onShow:function(){},onReady:function(){t.$refs.uForm.setRules(t.rules)},methods:{submit:function(){this.$refs.uForm.validate().then((function(n){t.form.id?t.$http.post("/shop/v10/account/update",t.form).then((function(n){n.data;var t=n.success;t&&e.navigateBack()})):t.$http.post("/shop/v10/account/create",t.form).then((function(n){n.data;var t=n.success;t&&e.navigateBack()}))})).catch((function(e){}))}}};n.default=u}).call(this,t("df3c")["default"])},cd80:function(e,n,t){"use strict";t.r(n);var u=t("00f1"),o=t("5ce0");for(var r in o)["default"].indexOf(r)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(r);var i=t("828b"),a=Object(i["a"])(o["default"],u["b"],u["c"],!1,null,null,null,!1,u["a"],void 0);n["default"]=a.exports}},[["0a23","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,9 @@
{
"navigationBarTitleText": "添加银行卡",
"usingComponents": {
"u--form": "/node-modules/uview-ui/components/u--form/u--form",
"u-form-item": "/node-modules/uview-ui/components/u-form-item/u-form-item",
"u-input": "/node-modules/uview-ui/components/u-input/u-input",
"u-button": "/node-modules/uview-ui/components/u-button/u-button"
}
}

View File

@@ -0,0 +1 @@
<view class="xkl-com-bg"><view style="height:20rpx;"></view><view style="background-color:#ffffff;padding:30rpx;"><u--form class="vue-ref" vue-id="3ce172da-1" labelPosition="top" model="{{form}}" rules="{{rules}}" labelWidth="200rpx" data-ref="uForm" bind:__l="__l" vue-slots="{{['default']}}"><u-form-item vue-id="{{('3ce172da-2')+','+('3ce172da-1')}}" label="真实姓名" prop="realname" borderBottom="{{true}}" bind:__l="__l" vue-slots="{{['default']}}"><u-input bind:input="__e" vue-id="{{('3ce172da-3')+','+('3ce172da-2')}}" placeholder="请输入" border="none" value="{{form.realname}}" data-event-opts="{{[['^input',[['__set_model',['$0','realname','$event',[]],['form']]]]]}}" bind:__l="__l"></u-input></u-form-item><u-form-item vue-id="{{('3ce172da-4')+','+('3ce172da-1')}}" label="身份证号" prop="idcard" borderBottom="{{true}}" bind:__l="__l" vue-slots="{{['default']}}"><u-input bind:input="__e" vue-id="{{('3ce172da-5')+','+('3ce172da-4')}}" placeholder="请输入" border="none" value="{{form.idcard}}" data-event-opts="{{[['^input',[['__set_model',['$0','idcard','$event',[]],['form']]]]]}}" bind:__l="__l"></u-input></u-form-item><u-form-item vue-id="{{('3ce172da-6')+','+('3ce172da-1')}}" label="银行卡号" prop="num" borderBottom="{{true}}" bind:__l="__l" vue-slots="{{['default']}}"><u-input bind:input="__e" vue-id="{{('3ce172da-7')+','+('3ce172da-6')}}" placeholder="请输入" border="none" value="{{form.num}}" data-event-opts="{{[['^input',[['__set_model',['$0','num','$event',[]],['form']]]]]}}" bind:__l="__l"></u-input></u-form-item><u-form-item vue-id="{{('3ce172da-8')+','+('3ce172da-1')}}" label="预留手机号" prop="mobile" borderBottom="{{true}}" bind:__l="__l" vue-slots="{{['default']}}"><u-input bind:input="__e" vue-id="{{('3ce172da-9')+','+('3ce172da-8')}}" placeholder="请输入" border="none" value="{{form.mobile}}" data-event-opts="{{[['^input',[['__set_model',['$0','mobile','$event',[]],['form']]]]]}}" bind:__l="__l"></u-input></u-form-item></u--form><view style="height:50rpx;"></view><view><view style="font-size:28rpx;color:coral;">请仔细核对信息,填写错误会导致提现失败。</view></view><view style="height:50rpx;"></view><u-button vue-id="3ce172da-10" type="primary" data-event-opts="{{[['^click',[['submit']]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}">提交</u-button><view style="height:50rpx;"></view></view></view>

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/wallet/account/index"],{"1dbb":function(n,t,e){"use strict";var o=e("3d4f"),u=e.n(o);u.a},"3d4f":function(n,t,e){},7380:function(n,t,e){"use strict";e.r(t);var o=e("f666"),u=e("8715");for(var c in u)["default"].indexOf(c)<0&&function(n){e.d(t,n,(function(){return u[n]}))}(c);e("1dbb");var a=e("828b"),i=Object(a["a"])(u["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],void 0);t["default"]=i.exports},8715:function(n,t,e){"use strict";e.r(t);var o=e("d677"),u=e.n(o);for(var c in o)["default"].indexOf(c)<0&&function(n){e.d(t,n,(function(){return o[n]}))}(c);t["default"]=u.a},d677:function(n,t,e){"use strict";(function(n){var e;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o={data:function(){return{delshow:!1,items:[],current:"",config:null,show:0,form:{id:""}}},onLoad:function(n){e=this,n&&n.show&&(e.show=1)},onShow:function(){e.getAccountItems()},methods:{tonav:function(t){n.navigateTo({url:t})},delshowcli:function(n){e.delshow=!0,e.form.id=n.id},toback:function(){n.navigateBack()},check:function(n){e.current=n.id},getAccountDel:function(){e.$http.get("/shop/v10/account/delete",e.form).then((function(n){n.data,n.success;e.delshow=!1,e.getAccountItems()}))},getAccountItems:function(){e.$http.get("/shop/v10/account/items").then((function(n){var t=n.data;n.success;e.items=t.items,e.config=t.config}))}}};t.default=o}).call(this,e("df3c")["default"])},edd7:function(n,t,e){"use strict";(function(n,t){var o=e("47a9");e("4233");o(e("3240"));var u=o(e("7380"));n.__webpack_require_UNI_MP_PLUGIN__=e,t(u.default)}).call(this,e("3223")["default"],e("df3c")["createPage"])},f666:function(n,t,e){"use strict";e.d(t,"b",(function(){return u})),e.d(t,"c",(function(){return c})),e.d(t,"a",(function(){return o}));var o={uButton:function(){return Promise.all([e.e("common/vendor"),e.e("node-modules/uview-ui/components/u-button/u-button")]).then(e.bind(null,"e1a8"))},uEmpty:function(){return Promise.all([e.e("common/vendor"),e.e("node-modules/uview-ui/components/u-empty/u-empty")]).then(e.bind(null,"8568"))},uTag:function(){return Promise.all([e.e("common/vendor"),e.e("node-modules/uview-ui/components/u-tag/u-tag")]).then(e.bind(null,"45f4"))},uModal:function(){return Promise.all([e.e("common/vendor"),e.e("node-modules/uview-ui/components/u-modal/u-modal")]).then(e.bind(null,"88c9"))}},u=function(){var n=this,t=n.$createElement,e=(n._self._c,n.items.length);n._isMounted||(n.e0=function(t,e){var o=arguments[arguments.length-1].currentTarget.dataset,u=o.eventParams||o["event-params"];e=u.item;n.tonav("/pages/wallet/account/form?item="+encodeURIComponent(JSON.stringify(e)))},n.e1=function(t,e){var o=arguments[arguments.length-1].currentTarget.dataset,u=o.eventParams||o["event-params"];e=u.item;n.tonav("/pages/wallet/account/org?item="+encodeURIComponent(JSON.stringify(e)))},n.e2=function(t){n.delshow=!1},n.e3=function(t){n.delshow=!1}),n.$mp.data=Object.assign({},{$root:{g0:e}})},c=[]}},[["edd7","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,9 @@
{
"navigationBarTitleText": "银行卡",
"usingComponents": {
"u-button": "/node-modules/uview-ui/components/u-button/u-button",
"u-empty": "/node-modules/uview-ui/components/u-empty/u-empty",
"u-tag": "/node-modules/uview-ui/components/u-tag/u-tag",
"u-modal": "/node-modules/uview-ui/components/u-modal/u-modal"
}
}

View File

@@ -0,0 +1 @@
<view class="xkl-com-bg"><view style="height:20rpx;"></view><navigator url="/pages/wallet/account/form"><u-button vue-id="849e7cda-1" type="primary" bind:__l="__l" vue-slots="{{['default']}}">添加银行卡</u-button></navigator><view style="height:20rpx;"></view><view><block wx:if="{{!$root.g0}}"><view style="padding:30rpx;background-color:#ffffff;border-radius:10rpx;"><u-empty vue-id="849e7cda-2" mode="data" bind:__l="__l"></u-empty></view></block><block wx:else><block wx:for="{{items}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['check',['$0'],[[['items','',index]]]]]]]}}" class="{{[item.id==current?'xkl_cur':'xkl_no']}}" style="background-color:#ffffff;border-radius:12rpx;padding:20rpx;margin-bottom:20rpx;" bindtap="__e"><view class="u-flex u-flex-between"><view><view style="font-size:28rpx;"><view class="u-flex u-flex-y-center"><view><u-tag vue-id="{{'849e7cda-3-'+index}}" text="{{config.role[item.role]}}" size="mini" type="success" plain="{{true}}" plainFill="{{true}}" bind:__l="__l"></u-tag></view><view style="width:20rpx;"></view><view style="font-size:26rpx;">{{item.realname}}</view><view style="width:20rpx;"></view><view style="font-size:26rpx;">{{item.mobile}}</view></view></view><view style="height:20rpx;"></view><view style="color:#232323;"><view style="font-size:28rpx;">{{item.subname}}</view><view style="font-size:28rpx;">{{item.num}}</view><view style="height:10rpx;"></view><view style="font-size:28rpx;">{{item.idcard}}</view></view></view><view><block wx:if="{{item.role==1}}"><u-tag vue-id="{{'849e7cda-4-'+index}}" text="编辑" data-event-opts="{{[['^click',[['e0']]]]}}" data-event-params="{{({item})}}" bind:click="__e" bind:__l="__l"></u-tag></block><block wx:if="{{item.role==2}}"><u-tag vue-id="{{'849e7cda-5-'+index}}" text="编辑" data-event-opts="{{[['^click',[['e1']]]]}}" data-event-params="{{({item})}}" bind:click="__e" bind:__l="__l"></u-tag></block><view style="height:30rpx;"></view><u-tag vue-id="{{'849e7cda-6-'+index}}" text="删除" type="error" data-event-opts="{{[['^click',[['delshowcli',['$0'],[[['items','',index]]]]]]]}}" bind:click="__e" bind:__l="__l"></u-tag></view></view></view></block></block></view><u-modal vue-id="849e7cda-7" show="{{delshow}}" showCancelButton="{{true}}" closeOnClickOverlay="{{true}}" content="确认删除?" data-event-opts="{{[['^confirm',[['getAccountDel']]],['^close',[['e2']]],['^cancel',[['e3']]]]}}" bind:confirm="__e" bind:close="__e" bind:cancel="__e" bind:__l="__l"></u-modal><view style="height:100rpx;"></view><block wx:if="{{show}}"><u-button bind:click="__e" vue-id="849e7cda-8" data-event-opts="{{[['^click',[['toback']]]]}}" bind:__l="__l" vue-slots="{{['default']}}">返回上一页</u-button></block></view>

View File

@@ -0,0 +1 @@
.xkl_cur{border:1px solid #71d5a1}.xkl_no{border:1px solid #fff}

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/wallet/account/org"],{3520:function(e,n,t){"use strict";(function(e){var t;Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var u={data:function(){return{rules:{subname:[{required:!0,message:"请输入",trigger:["blur","change"]}],realname:[{required:!0,message:"请输入",trigger:["blur","change"]}],num:[{required:!0,message:"请输入",trigger:["blur","change"]}]},form:{id:"",role:2,subname:"",realname:"",idcard:"",num:"",mobile:""}}},mounted:function(){},onLoad:function(e){t=this,e&&e.item&&(t.form=JSON.parse(decodeURIComponent(e.item)))},onShow:function(){},onReady:function(){t.$refs.uForm.setRules(t.rules)},methods:{submit:function(){this.$refs.uForm.validate().then((function(n){t.$http.post("/shop/v10/account/org",t.form).then((function(n){n.data;var t=n.success;t&&e.navigateBack()}))})).catch((function(e){}))}}};n.default=u}).call(this,t("df3c")["default"])},"5c9c":function(e,n,t){"use strict";t.r(n);var u=t("8883"),o=t("9723");for(var r in o)["default"].indexOf(r)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(r);var i=t("828b"),c=Object(i["a"])(o["default"],u["b"],u["c"],!1,null,null,null,!1,u["a"],void 0);n["default"]=c.exports},8883:function(e,n,t){"use strict";t.d(n,"b",(function(){return o})),t.d(n,"c",(function(){return r})),t.d(n,"a",(function(){return u}));var u={"u-Form":function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u--form/u--form")]).then(t.bind(null,"8b7a"))},uFormItem:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-form-item/u-form-item")]).then(t.bind(null,"1237"))},uInput:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-input/u-input")]).then(t.bind(null,"d804"))},uButton:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-button/u-button")]).then(t.bind(null,"e1a8"))}},o=function(){var e=this.$createElement;this._self._c},r=[]},9723:function(e,n,t){"use strict";t.r(n);var u=t("3520"),o=t.n(u);for(var r in u)["default"].indexOf(r)<0&&function(e){t.d(n,e,(function(){return u[e]}))}(r);n["default"]=o.a},ce16:function(e,n,t){"use strict";(function(e,n){var u=t("47a9");t("4233");u(t("3240"));var o=u(t("5c9c"));e.__webpack_require_UNI_MP_PLUGIN__=t,n(o.default)}).call(this,t("3223")["default"],t("df3c")["createPage"])}},[["ce16","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,9 @@
{
"navigationBarTitleText": "企业公户",
"usingComponents": {
"u--form": "/node-modules/uview-ui/components/u--form/u--form",
"u-form-item": "/node-modules/uview-ui/components/u-form-item/u-form-item",
"u-input": "/node-modules/uview-ui/components/u-input/u-input",
"u-button": "/node-modules/uview-ui/components/u-button/u-button"
}
}

View File

@@ -0,0 +1 @@
<view class="xkl-com-bg"><view style="height:20rpx;"></view><view style="background-color:#ffffff;padding:30rpx;"><u--form class="vue-ref" vue-id="69258efe-1" labelPosition="top" model="{{form}}" rules="{{rules}}" labelWidth="200rpx" data-ref="uForm" bind:__l="__l" vue-slots="{{['default']}}"><u-form-item vue-id="{{('69258efe-2')+','+('69258efe-1')}}" label="公司名称" prop="realname" borderBottom="{{true}}" bind:__l="__l" vue-slots="{{['default']}}"><u-input bind:input="__e" vue-id="{{('69258efe-3')+','+('69258efe-2')}}" placeholder="请输入" border="none" value="{{form.realname}}" data-event-opts="{{[['^input',[['__set_model',['$0','realname','$event',[]],['form']]]]]}}" bind:__l="__l"></u-input></u-form-item><u-form-item vue-id="{{('69258efe-4')+','+('69258efe-1')}}" label="开户行" prop="subname" borderBottom="{{true}}" bind:__l="__l" vue-slots="{{['default']}}"><u-input bind:input="__e" vue-id="{{('69258efe-5')+','+('69258efe-4')}}" placeholder="请输入" border="none" value="{{form.subname}}" data-event-opts="{{[['^input',[['__set_model',['$0','subname','$event',[]],['form']]]]]}}" bind:__l="__l"></u-input></u-form-item><u-form-item vue-id="{{('69258efe-6')+','+('69258efe-1')}}" label="银行账号" prop="num" borderBottom="{{true}}" bind:__l="__l" vue-slots="{{['default']}}"><u-input bind:input="__e" vue-id="{{('69258efe-7')+','+('69258efe-6')}}" placeholder="请输入" border="none" value="{{form.num}}" data-event-opts="{{[['^input',[['__set_model',['$0','num','$event',[]],['form']]]]]}}" bind:__l="__l"></u-input></u-form-item></u--form><view style="height:50rpx;"></view><view><view style="font-size:28rpx;color:coral;">请仔细核对信息,填写错误会导致提现失败。</view></view><view style="height:50rpx;"></view><u-button vue-id="69258efe-8" type="primary" data-event-opts="{{[['^click',[['submit']]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}">提交</u-button><view style="height:50rpx;"></view></view></view>

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/wallet/index"],{"0e21":function(e,t,n){"use strict";n.r(t);var a=n("8a9f"),o=n("0fd2");for(var l in o)["default"].indexOf(l)<0&&function(e){n.d(t,e,(function(){return o[e]}))}(l);var u=n("828b"),i=Object(u["a"])(o["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],void 0);t["default"]=i.exports},"0fd2":function(e,t,n){"use strict";n.r(t);var a=n("1d90"),o=n.n(a);for(var l in a)["default"].indexOf(l)<0&&function(e){n.d(t,e,(function(){return a[e]}))}(l);t["default"]=o.a},"1d90":function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;n("599f");var a,o={data:function(){return{walletInfo:{},walletItems:[],tabData:{list:[{name:"全部",symbol:""},{name:"收入",symbol:"+"},{name:"支出",symbol:"-"}],current:0},loadStatus:"loadmore",search:{symbol:"",page:1,status:0},page:{current:0,last_page:1},config:null}},onLoad:function(){a=this},onShow:function(){a.getWalletInfo(),a.walletItems=[],a.getWalletItems()},onPullDownRefresh:function(){a.search.page=1,a.walletItems=[],a.getWalletInfo(),a.getWalletItems(),e.stopPullDownRefresh()},methods:{topay:function(){e.navigateTo({url:"/pages/wallet/recharge?data="+encodeURIComponent(JSON.stringify(a.walletInfo))})},navto:function(t){e.navigateTo({url:t})},sectionChange:function(e){a.tabData.current=e,a.search.symbol=a.tabData.list[e].symbol,a.search.page=1,a.walletItems=[],a.getWalletItems()},pageStatus:function(){return a.loadStatus="loadmore",!(a.search.page>=a.page.last_page)||(a.loadStatus="nomore",!1)},getWalletItems:function(){a.$http.get("/shop/v10/wallet/items",a.search).then((function(e){var t=e.data,n=e.success;n&&(a.walletItems=a.walletItems.concat(t.items.data),a.config=t.config,a.page.last_page=t.items.last_page,a.pageStatus())}))},getWalletInfo:function(){a.$http.get("/shop/v10/wallet/info").then((function(e){var t=e.data,n=e.success;n&&(a.walletInfo=t)}))}}};t.default=o}).call(this,n("df3c")["default"])},"8a9f":function(e,t,n){"use strict";n.d(t,"b",(function(){return o})),n.d(t,"c",(function(){return l})),n.d(t,"a",(function(){return a}));var a={uGrid:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-grid/u-grid")]).then(n.bind(null,"2f4f"))},uGridItem:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-grid-item/u-grid-item")]).then(n.bind(null,"6492"))},uIcon:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-icon/u-icon")]).then(n.bind(null,"15bf"))},uLine:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-line/u-line")]).then(n.bind(null,"7c3ce"))}},o=function(){var e=this,t=e.$createElement,n=(e._self._c,encodeURIComponent(JSON.stringify(e.walletInfo)));e._isMounted||(e.e0=function(t){e.navto("/pages/wallet/temp?data="+encodeURIComponent(JSON.stringify(e.walletInfo)))}),e.$mp.data=Object.assign({},{$root:{m0:n}})},l=[]},b606:function(e,t,n){"use strict";(function(e,t){var a=n("47a9");n("4233");a(n("3240"));var o=a(n("0e21"));e.__webpack_require_UNI_MP_PLUGIN__=n,t(o.default)}).call(this,n("3223")["default"],n("df3c")["createPage"])}},[["b606","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,10 @@
{
"navigationBarTitleText": "余额",
"enablePullDownRefresh": true,
"usingComponents": {
"u-grid": "/node-modules/uview-ui/components/u-grid/u-grid",
"u-grid-item": "/node-modules/uview-ui/components/u-grid-item/u-grid-item",
"u-icon": "/node-modules/uview-ui/components/u-icon/u-icon",
"u-line": "/node-modules/uview-ui/components/u-line/u-line"
}
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/wallet/list"],{"1bec":function(e,n,t){"use strict";t.r(n);var a=t("7f0f"),o=t.n(a);for(var u in a)["default"].indexOf(u)<0&&function(e){t.d(n,e,(function(){return a[e]}))}(u);n["default"]=o.a},"33cd":function(e,n,t){"use strict";t.r(n);var a=t("aaef"),o=t("1bec");for(var u in o)["default"].indexOf(u)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(u);t("aa26");var c=t("828b"),s=Object(c["a"])(o["default"],a["b"],a["c"],!1,null,"d2b8b50e",null,!1,a["a"],void 0);n["default"]=s.exports},"7f0f":function(e,n,t){"use strict";(function(e){var t;Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var a={data:function(){return{screen:{showcalendar:!1},walletItems:[],tabData:{list:[{name:"全部",symbol:""},{name:"冻结",symbol:""},{name:"收入",symbol:"+"},{name:"支出",symbol:"-"}],current:0},loadStatus:"loadmore",search:{symbol:"",page:1,status:0,start_date:"",end_date:"",type:"",scene:""},page:{current:0,last_page:1},config:null}},onLoad:function(e){t=this,e&&e.status&&(t.search.status=e.status),t.getWalletItems()},onPullDownRefresh:function(){t.search.page=1,t.walletItems=[],t.getWalletItems(),e.stopPullDownRefresh()},onReachBottom:function(){t.pageStatus()&&(t.loadStatus="loading",t.search.page=++t.search.page,t.getWalletItems())},methods:{checktype:function(e){t.search.type==e?t.search.type="":t.search.type=e},checkscene:function(e){t.search.scene==e?t.search.scene="":t.search.scene=e},confirmcalendar:function(e){t.search.start_date=e[0],t.search.end_date=e[e.length-1],t.screen.showcalendar=!1},sectionChange:function(e){t.tabData.current=e,t.search.symbol=t.tabData.list[e].symbol,t.search.page=1,t.walletItems=[],t.getWalletItems()},pageStatus:function(){return t.loadStatus="loadmore",!(t.search.page>=t.page.last_page)||(t.loadStatus="nomore",!1)},getWalletItems:function(){t.$http.get("/shop/v10/wallet/items",t.search).then((function(e){var n=e.data;e.success;t.walletItems=t.walletItems.concat(n.items.data),t.config=n.config,t.page.last_page=n.items.last_page,t.pageStatus()}))}}};n.default=a}).call(this,t("df3c")["default"])},8196:function(e,n,t){},"8d4d":function(e,n,t){"use strict";(function(e,n){var a=t("47a9");t("4233");a(t("3240"));var o=a(t("33cd"));e.__webpack_require_UNI_MP_PLUGIN__=t,n(o.default)}).call(this,t("3223")["default"],t("df3c")["createPage"])},aa26:function(e,n,t){"use strict";var a=t("8196"),o=t.n(a);o.a},aaef:function(e,n,t){"use strict";t.d(n,"b",(function(){return o})),t.d(n,"c",(function(){return u})),t.d(n,"a",(function(){return a}));var a={uDivider:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-divider/u-divider")]).then(t.bind(null,"c144"))},"u-Input":function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u--input/u--input")]).then(t.bind(null,"2ee7"))},uButton:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-button/u-button")]).then(t.bind(null,"e1a8"))},uLine:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-line/u-line")]).then(t.bind(null,"7c3ce"))},uLoadmore:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-loadmore/u-loadmore")]).then(t.bind(null,"7d1b"))},uCalendar:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-calendar/u-calendar")]).then(t.bind(null,"cc7c"))}},o=function(){var e=this,n=e.$createElement;e._self._c;e._isMounted||(e.e0=function(n){e.screen.showcalendar=!0},e.e1=function(n){e.screen.showcalendar=!1})},u=[]}},[["8d4d","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,12 @@
{
"navigationBarTitleText": "账单",
"enablePullDownRefresh": true,
"usingComponents": {
"u-divider": "/node-modules/uview-ui/components/u-divider/u-divider",
"u--input": "/node-modules/uview-ui/components/u--input/u--input",
"u-button": "/node-modules/uview-ui/components/u-button/u-button",
"u-line": "/node-modules/uview-ui/components/u-line/u-line",
"u-loadmore": "/node-modules/uview-ui/components/u-loadmore/u-loadmore",
"u-calendar": "/node-modules/uview-ui/components/u-calendar/u-calendar"
}
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
.xkl_cur.data-v-d2b8b50e{border:1px solid #26418a;color:#26418a}.xkl_no.data-v-d2b8b50e{border:1px solid #999;color:#999}.xkl-com-bg.data-v-d2b8b50e{min-height:100vh}

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/wallet/recharge"],{4030:function(e,n,o){"use strict";(function(e,n){var t=o("47a9");o("4233");t(o("3240"));var a=t(o("4c19"));e.__webpack_require_UNI_MP_PLUGIN__=o,n(a.default)}).call(this,o("3223")["default"],o("df3c")["createPage"])},"46ec":function(e,n,o){"use strict";(function(e){var o;Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var t={data:function(){return{paynoticeshow:!1,info:{recharge:{min_money:0}},current:0,items:[],form:{money:"",pay_type:1},ossdata:null,filelist:[],order_no:""}},onLoad:function(e){o=this,e&&e.data&&(o.info=JSON.parse(decodeURIComponent(e.data)))},onShow:function(){var n=e.getEnterOptionsSync(),t=e.getStorageSync("shop_recharge_show");if("1038"==n.scene&&"wxef277996acc166c3"==n.referrerInfo.appId&&1==t){e.setStorageSync("shop_recharge_show",0);var a=n.referrerInfo.extraData;a?"success"==a.code?(e.showToast({title:"支付成功",icon:"none",duration:3500}),e.navigateBack()):"cancel"==a.code?e.showToast({title:"支付已取消",icon:"none",duration:3500}):e.showToast({title:"支付失败:"+a.errmsg,icon:"none",duration:3500}):o.paynoticeshow=!0}},methods:{navback:function(n){e.navigateBack()},getRecharge:function(){o.form.money<o.info.recharge.min_money?e.showToast({title:"最低充值".concat(o.info.recharge.min_money,"元"),icon:"none"}):(e.showLoading({title:"",mask:!0}),o.$http.post("/shop/v10/wallet/recharge",o.form).then((function(n){var t=n.data;n.success;e.hideLoading(),o.order_no=t.extraData.reqsn,e.openEmbeddedMiniProgram({appId:t.appid,extraData:t.extraData,success:function(n){e.setStorageSync("shop_recharge_show",1)}})})))}}};n.default=t}).call(this,o("df3c")["default"])},"4a4f":function(e,n,o){},"4c19":function(e,n,o){"use strict";o.r(n);var t=o("9518"),a=o("ec8f");for(var r in a)["default"].indexOf(r)<0&&function(e){o.d(n,e,(function(){return a[e]}))}(r);o("7ee8");var u=o("828b"),i=Object(u["a"])(a["default"],t["b"],t["c"],!1,null,null,null,!1,t["a"],void 0);n["default"]=i.exports},"7ee8":function(e,n,o){"use strict";var t=o("4a4f"),a=o.n(t);a.a},9518:function(e,n,o){"use strict";o.d(n,"b",(function(){return a})),o.d(n,"c",(function(){return r})),o.d(n,"a",(function(){return t}));var t={"u-Input":function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u--input/u--input")]).then(o.bind(null,"2ee7"))},uRadioGroup:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-radio-group/u-radio-group")]).then(o.bind(null,"88f5"))},uRadio:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-radio/u-radio")]).then(o.bind(null,"d41e"))},uIcon:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-icon/u-icon")]).then(o.bind(null,"15bf"))},uButton:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-button/u-button")]).then(o.bind(null,"e1a8"))},uModal:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-modal/u-modal")]).then(o.bind(null,"88c9"))}},a=function(){var e=this,n=e.$createElement;e._self._c;e._isMounted||(e.e0=function(n){e.paynoticeshow=!1},e.e1=function(n){e.paynoticeshow=!1})},r=[]},ec8f:function(e,n,o){"use strict";o.r(n);var t=o("46ec"),a=o.n(t);for(var r in t)["default"].indexOf(r)<0&&function(e){o.d(n,e,(function(){return t[e]}))}(r);n["default"]=a.a}},[["4030","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,11 @@
{
"navigationBarTitleText": "余额充值",
"usingComponents": {
"u--input": "/node-modules/uview-ui/components/u--input/u--input",
"u-radio-group": "/node-modules/uview-ui/components/u-radio-group/u-radio-group",
"u-radio": "/node-modules/uview-ui/components/u-radio/u-radio",
"u-icon": "/node-modules/uview-ui/components/u-icon/u-icon",
"u-button": "/node-modules/uview-ui/components/u-button/u-button",
"u-modal": "/node-modules/uview-ui/components/u-modal/u-modal"
}
}

View File

@@ -0,0 +1 @@
<view class="xkl-com-bg"><view style="height:100rpx;"></view><view><view style="font-size:30rpx;color:#949494;">{{"当前余额 ¥"+info.info.money+",最低充值¥"+info.recharge.min_money+''}}</view><view style="height:20rpx;"></view><u--input bind:input="__e" vue-id="74356d72-1" customStyle="{{({backgroundColor:'#ffffff'})}}" type="number" placeholder="请输入充值金额" border="surround" value="{{form.money}}" data-event-opts="{{[['^input',[['__set_model',['$0','money','$event',[]],['form']]]]]}}" bind:__l="__l"></u--input></view><view style="height:30rpx;"></view><view style="background-color:#fff;padding:30rpx;border-radius:10rpx;"><view style="font-size:28rpx;">支付方式</view><view style="height:20rpx;"></view><u-radio-group bind:input="__e" vue-id="74356d72-2" iconPlacement="right" borderBottom="{{true}}" placement="column" value="{{form.pay_type}}" data-event-opts="{{[['^input',[['__set_model',['$0','pay_type','$event',[]],['form']]]]]}}" bind:__l="__l" vue-slots="{{['default']}}"><u-radio vue-id="{{('74356d72-3')+','+('74356d72-2')}}" name="{{1}}" bind:__l="__l" vue-slots="{{['default']}}"><view class="u-flex u-flex-y-center"><u-icon vue-id="{{('74356d72-4')+','+('74356d72-3')}}" name="/static/icon/weixin.png" size="50rpx" bind:__l="__l"></u-icon><view style="width:20rpx;"></view><view><view style="font-size:30rpx;">微信支付</view><view style="font-size:28rpx;color:#909399;">微信快捷支付</view></view></view></u-radio></u-radio-group></view><view style="height:100rpx;"></view><u-button vue-id="74356d72-5" type="primary" data-event-opts="{{[['^click',[['getRecharge']]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}">立即支付</u-button><view style="height:100rpx;"></view><u-modal vue-id="74356d72-6" show="{{paynoticeshow}}" content="未检测到支付结果, 您可以查看余额" showCancelButton="{{true}}" confirmText="查看余额" cancelText="取消" closeOnClickOverlay="{{true}}" data-event-opts="{{[['^confirm',[['navback']]],['^close',[['e0']]],['^cancel',[['e1']]]]}}" bind:confirm="__e" bind:close="__e" bind:cancel="__e" bind:__l="__l"></u-modal></view>

View File

@@ -0,0 +1 @@
.xkl-no{background-color:#f1f1f1}.xkl-cur{background-color:#2cce7f;color:#fff}

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/wallet/temp"],{"0007":function(e,n,o){"use strict";(function(e){var o;Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var t={data:function(){return{info:{recharge:{min_money:0}},current:0,items:[],form:{money:"",username:"",mobile:"",code:""},rules:{money:[{required:!0,message:"请输入转赠金额",trigger:["blur","change"]}],username:[{required:!0,message:"请输入用户名",trigger:["blur","change"]}],code:[{required:!0,message:"请输入验证码",trigger:["blur","change"]}]},code:{tips:"获取验证码",seconds:60}}},onLoad:function(e){o=this,e&&e.data&&(o.info=JSON.parse(decodeURIComponent(e.data)))},onReady:function(){o.$refs.uForm.setRules(o.rules)},methods:{codeChange:function(e){o.code.tips=e},getCode:function(){11==o.info.info.mobile.length?o.$refs.uCode.canGetCode?(e.showLoading({title:"正在获取验证码"}),o.$http.get("/com/sms/sendcode",{mobile:o.info.info.mobile}).then((function(n){n.success&&(e.hideLoading(),e.$u.toast("验证码已发送有效期5分钟"),o.$refs.uCode.start())}))):e.$u.toast("倒计时结束后再发送"):e.$u.toast("请输入手机号")},end:function(){},start:function(){},submit:function(){this.$refs.uForm.validate().then((function(n){o.$http.post("/shop/v10/wallet/temp",o.form).then((function(n){n.data;var o=n.success;o&&e.navigateBack()}))})).catch((function(e){}))}}};n.default=t}).call(this,o("df3c")["default"])},"09d5":function(e,n,o){"use strict";o.r(n);var t=o("70e2"),u=o("f50b");for(var i in u)["default"].indexOf(i)<0&&function(e){o.d(n,e,(function(){return u[e]}))}(i);o("2048");var r=o("828b"),c=Object(r["a"])(u["default"],t["b"],t["c"],!1,null,null,null,!1,t["a"],void 0);n["default"]=c.exports},"1ec6":function(e,n,o){"use strict";(function(e,n){var t=o("47a9");o("4233");t(o("3240"));var u=t(o("09d5"));e.__webpack_require_UNI_MP_PLUGIN__=o,n(u.default)}).call(this,o("3223")["default"],o("df3c")["createPage"])},2048:function(e,n,o){"use strict";var t=o("7c26"),u=o.n(t);u.a},"70e2":function(e,n,o){"use strict";o.d(n,"b",(function(){return u})),o.d(n,"c",(function(){return i})),o.d(n,"a",(function(){return t}));var t={"u-Form":function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u--form/u--form")]).then(o.bind(null,"8b7a"))},uFormItem:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-form-item/u-form-item")]).then(o.bind(null,"1237"))},"u-Input":function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u--input/u--input")]).then(o.bind(null,"2ee7"))},uInput:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-input/u-input")]).then(o.bind(null,"d804"))},uCodeInput:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-code-input/u-code-input")]).then(o.bind(null,"bbe7"))},uToast:function(){return o.e("node-modules/uview-ui/components/u-toast/u-toast").then(o.bind(null,"a526"))},uCode:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-code/u-code")]).then(o.bind(null,"0b2d"))},uButton:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-button/u-button")]).then(o.bind(null,"e1a8"))}},u=function(){var e=this.$createElement;this._self._c},i=[]},"7c26":function(e,n,o){},f50b:function(e,n,o){"use strict";o.r(n);var t=o("0007"),u=o.n(t);for(var i in t)["default"].indexOf(i)<0&&function(e){o.d(n,e,(function(){return t[e]}))}(i);n["default"]=u.a}},[["1ec6","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,13 @@
{
"navigationBarTitleText": "余额转增",
"usingComponents": {
"u--form": "/node-modules/uview-ui/components/u--form/u--form",
"u-form-item": "/node-modules/uview-ui/components/u-form-item/u-form-item",
"u--input": "/node-modules/uview-ui/components/u--input/u--input",
"u-input": "/node-modules/uview-ui/components/u-input/u-input",
"u-code-input": "/node-modules/uview-ui/components/u-code-input/u-code-input",
"u-toast": "/node-modules/uview-ui/components/u-toast/u-toast",
"u-code": "/node-modules/uview-ui/components/u-code/u-code",
"u-button": "/node-modules/uview-ui/components/u-button/u-button"
}
}

View File

@@ -0,0 +1 @@
<view class="xkl-com-bg"><view style="height:20rpx;"></view><view style="background-color:#ffffff;padding:30rpx;border-radius:10rpx;font-size:30rpx;color:#949494;">{{'当前余额\n\t\t¥'+info.info.money+",最低转赠¥"+info.recharge.min_money+''}}</view><view style="height:20rpx;"></view><view style="background-color:#ffffff;padding:30rpx;border-radius:10rpx;"><u--form class="vue-ref" vue-id="75748c36-1" labelPosition="top" model="{{form}}" rules="{{rules}}" labelWidth="300rpx" data-ref="uForm" bind:__l="__l" vue-slots="{{['default']}}"><u-form-item vue-id="{{('75748c36-2')+','+('75748c36-1')}}" label="转赠金额" prop="money" borderBottom="{{true}}" bind:__l="__l" vue-slots="{{['default']}}"><u--input bind:input="__e" vue-id="{{('75748c36-3')+','+('75748c36-2')}}" type="number" placeholder="请输入转赠金额" border="none" value="{{form.money}}" data-event-opts="{{[['^input',[['__set_model',['$0','money','$event',[]],['form']]]]]}}" bind:__l="__l"></u--input></u-form-item><u-form-item vue-id="{{('75748c36-4')+','+('75748c36-1')}}" label="转赠给(用户名)" prop="username" borderBottom="{{true}}" bind:__l="__l" vue-slots="{{['default']}}"><u-input bind:input="__e" vue-id="{{('75748c36-5')+','+('75748c36-4')}}" placeholder="请输入用户名" border="none" value="{{form.username}}" data-event-opts="{{[['^input',[['__set_model',['$0','username','$event',[]],['form']]]]]}}" bind:__l="__l"></u-input></u-form-item><u-form-item vue-id="{{('75748c36-6')+','+('75748c36-1')}}" label="手机号" bind:__l="__l" vue-slots="{{['default']}}"><u-input bind:input="__e" vue-id="{{('75748c36-7')+','+('75748c36-6')}}" disabled="{{true}}" placeholder value="{{info.info.mobile}}" data-event-opts="{{[['^input',[['__set_model',['$0','mobile','$event',[]],['info.info']]]]]}}" bind:__l="__l"></u-input></u-form-item><u-form-item vue-id="{{('75748c36-8')+','+('75748c36-1')}}" label="验证码" prop="code" borderBottom="{{true}}" bind:__l="__l" vue-slots="{{['default','right']}}"><u-code-input bind:input="__e" vue-id="{{('75748c36-9')+','+('75748c36-8')}}" maxlength="{{4}}" mode="line" value="{{form.code}}" data-event-opts="{{[['^input',[['__set_model',['$0','code','$event',[]],['form']]]]]}}" bind:__l="__l"></u-code-input><view slot="right"><u-toast class="vue-ref" vue-id="{{('75748c36-10')+','+('75748c36-8')}}" data-ref="uToast" bind:__l="__l"></u-toast><u-code class="vue-ref" vue-id="{{('75748c36-11')+','+('75748c36-8')}}" seconds="{{code.seconds}}" data-ref="uCode" data-event-opts="{{[['^end',[['end']]],['^start',[['start']]],['^change',[['codeChange']]]]}}" bind:end="__e" bind:start="__e" bind:change="__e" bind:__l="__l"></u-code><u-button vue-id="{{('75748c36-12')+','+('75748c36-8')}}" type="primary" data-event-opts="{{[['^tap',[['getCode']]]]}}" bind:tap="__e" bind:__l="__l" vue-slots="{{['default']}}">{{code.tips}}</u-button></view></u-form-item></u--form></view><view style="height:20rpx;"></view><view style="background-color:#ffffff;border-radius:12rpx;padding:30rpx;"><view style="color:#f29100;">温馨提示</view><view style="height:10rpx;"></view><view style="font-size:28rpx;color:#909399;"><view>1.只能转赠给团队成员(直线上级、直线下级);</view><view style="height:10rpx;"></view><view>2.转赠金额实时到账,不扣手续费;</view><view style="height:10rpx;"></view><view>3.转赠成功后实时生效,不支持撤回。</view></view></view><view style="height:100rpx;"></view><u-button vue-id="75748c36-13" type="primary" data-event-opts="{{[['^click',[['submit']]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}">确认</u-button><view style="height:100rpx;"></view></view>

View File

@@ -0,0 +1 @@
.xkl-no{background-color:#f1f1f1}.xkl-cur{background-color:#2cce7f;color:#fff}

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/wallet/withdraw"],{"0b38":function(e,n,t){"use strict";(function(e){var t;Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var o={data:function(){return{items:[],config:null,form:{money:"",acc_id:"",code:""},shopinfo:{mobile:""},w:{day:"",min_money:""},money:0,rules:{money:[{required:!0,message:"请输入提现金额",trigger:["blur","change"]}],code:[{required:!0,message:"请输入验证码",trigger:["blur","change"]}]},code:{tips:"获取验证码",seconds:60},list_table:[{title:"计划到账时间",name:"arrive_day"},{title:"提现-申请时间",name:"apply_min"},{title:"提现-手续费",name:"fee"}],list_data:[]}},onLoad:function(e){t=this,e&&e.id&&(t.form.acc_id=e.id),t.shopinfo=t.$store.state.auth.user,this.tableList()},onShow:function(){t.getAccountItems()},onReady:function(){t.$refs.uForm.setRules(t.rules)},methods:{tableList:function(){var n=this;t.$http.get("/shop/v10/withdraw_config/items",t.form).then((function(t){var o=t.data,u=t.success,i=t.msg;u?n.list_data=o:e.showToast({title:i,icon:"none"})}))},codeChange:function(e){t.code.tips=e},getCode:function(){11==t.shopinfo.mobile.length?t.$refs.uCode.canGetCode?(e.showLoading({title:"正在获取验证码"}),t.$http.get("/com/sms/sendcode",{mobile:t.shopinfo.mobile}).then((function(n){n.success&&(e.hideLoading(),e.$u.toast("验证码已发送有效期5分钟"),t.$refs.uCode.start())}))):e.$u.toast("倒计时结束后再发送"):e.$u.toast("请输入手机号")},end:function(){},start:function(){},tochard:function(){e.navigateTo({url:"/pages/wallet/account/index?show=1"})},check:function(e){t.form.acc_id=e.id},withdraw:function(){this.$refs.uForm.validate().then((function(n){t.$http.get("/shop/v10/wallet/withdraw",t.form).then((function(n){n.data;var t=n.success,o=n.msg;t?e.navigateBack():e.showToast({title:o,icon:"none"})}))})).catch((function(n){e.$u.toast(n[0].message)}))},getAccountItems:function(){t.$http.get("/shop/v10/account/items").then((function(e){var n=e.data;e.success;t.items=n.items,t.config=n.config,t.w=n.shop_withdraw,t.money=n.money,n.items.length&&(t.form.acc_id=n.items[0].id)}))}}};n.default=o}).call(this,t("df3c")["default"])},2249:function(e,n,t){"use strict";t.r(n);var o=t("0b38"),u=t.n(o);for(var i in o)["default"].indexOf(i)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(i);n["default"]=u.a},"323b":function(e,n,t){"use strict";t.d(n,"b",(function(){return u})),t.d(n,"c",(function(){return i})),t.d(n,"a",(function(){return o}));var o={"u-Form":function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u--form/u--form")]).then(t.bind(null,"8b7a"))},uFormItem:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-form-item/u-form-item")]).then(t.bind(null,"1237"))},"u-Input":function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u--input/u--input")]).then(t.bind(null,"2ee7"))},uInput:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-input/u-input")]).then(t.bind(null,"d804"))},uCodeInput:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-code-input/u-code-input")]).then(t.bind(null,"bbe7"))},uToast:function(){return t.e("node-modules/uview-ui/components/u-toast/u-toast").then(t.bind(null,"a526"))},uCode:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-code/u-code")]).then(t.bind(null,"0b2d"))},uButton:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-button/u-button")]).then(t.bind(null,"e1a8"))},uDivider:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-divider/u-divider")]).then(t.bind(null,"c144"))},uTag:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-tag/u-tag")]).then(t.bind(null,"45f4"))}},u=function(){var e=this.$createElement;this._self._c},i=[]},3371:function(e,n,t){"use strict";(function(e,n){var o=t("47a9");t("4233");o(t("3240"));var u=o(t("7cd6"));e.__webpack_require_UNI_MP_PLUGIN__=t,n(u.default)}).call(this,t("3223")["default"],t("df3c")["createPage"])},4093:function(e,n,t){},"7cd6":function(e,n,t){"use strict";t.r(n);var o=t("323b"),u=t("2249");for(var i in u)["default"].indexOf(i)<0&&function(e){t.d(n,e,(function(){return u[e]}))}(i);t("8959");var c=t("828b"),s=Object(c["a"])(u["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],void 0);n["default"]=s.exports},8959:function(e,n,t){"use strict";var o=t("4093"),u=t.n(o);u.a}},[["3371","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,15 @@
{
"navigationBarTitleText": "提现",
"usingComponents": {
"u--form": "/node-modules/uview-ui/components/u--form/u--form",
"u-form-item": "/node-modules/uview-ui/components/u-form-item/u-form-item",
"u--input": "/node-modules/uview-ui/components/u--input/u--input",
"u-input": "/node-modules/uview-ui/components/u-input/u-input",
"u-code-input": "/node-modules/uview-ui/components/u-code-input/u-code-input",
"u-toast": "/node-modules/uview-ui/components/u-toast/u-toast",
"u-code": "/node-modules/uview-ui/components/u-code/u-code",
"u-button": "/node-modules/uview-ui/components/u-button/u-button",
"u-divider": "/node-modules/uview-ui/components/u-divider/u-divider",
"u-tag": "/node-modules/uview-ui/components/u-tag/u-tag"
}
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
.xkl_cur{border:1px solid #71d5a1}.xkl_no{border:1px solid #fff}.scroll-view_H{white-space:normal;width:100%}.scroll-view-item_H{display:inline-block;width:100%;height:300rpx;line-height:300rpx;text-align:center;font-size:36rpx}.listTable{width:100%}.listTable_header{width:631rpx;display:flex;align-items:center;box-sizing:border-box;font-size:26rpx}.listTable_header view{flex:1;padding:10rpx 0rpx;text-align:center;border:1rpx solid #ccc;box-sizing:border-box}