提交 c1ee25b4 authored 作者: 彭涛's avatar 彭涛

bug修复

上级 47db47c4
......@@ -132,7 +132,7 @@
<view class="completed" v-if="status != 0">
<view class="submitted_title">
<view class="logo">
<image src="https://fire.huoshitou.net/profile/icon/head.png" mode=""></image>
<image src="https://fire.huoshitou.net/profile/icon/dianke_bg.png" mode=""></image>
</view>
<text v-if="status==2">平台审核通过</text>
<text v-if="status==3">平台审核中</text>
......
......@@ -248,6 +248,7 @@
},
//查看合同附件
lookEnclosure(url, id) {
console.log(url)
uni.navigateTo({
url: '/pagesA/Contracts/attachment/attachment?appendix=' + url + '&id=' + id
})
......
......@@ -85,7 +85,7 @@
</scroll-view>
<!-- 企业数据end -->
<!-- 邀请按钮start -->
<view class="button_box">
<view class="button_box" v-if="ContractType == 1">
<button type="default" @click="inviteclick">邀请企业</button>
</view>
<!-- 邀请按钮end -->
......
......@@ -2,16 +2,16 @@
<view class="company">
<!-- 审核状态start -->
<view v-if="isAuthenticate == 1" class="authentication_state">
<image src="https://fire.huoshitou.net/profile/icon/head.png" mode=""></image>
<image src="https://fire.huoshitou.net/profile/icon/dianke_bg.png" mode=""></image>
<view>平台审核不通过</view>
<view class="cause">{{authenticateRemark}}</view>
</view>
<view v-if="isAuthenticate == 2" class="authentication_state">
<image src="https://fire.huoshitou.net/profile/icon/head.png" mode=""></image>
<image src="https://fire.huoshitou.net/profile/icon/dianke_bg.png" mode=""></image>
<view>平台审核通过</view>
</view>
<view v-if="isAuthenticate == 3" class="authentication_state">
<image src="https://fire.huoshitou.net/profile/icon/head.png" mode=""></image>
<image src="https://fire.huoshitou.net/profile/icon/dianke_bg.png" mode=""></image>
<view>平台审核中</view>
</view>
<!-- 审核状态end -->
......
......@@ -495,7 +495,7 @@
return false
}
}
console.log('1111111111111111111111111111')
uni.navigateTo({
url: './DeclareHistory'
})
......
......@@ -46,7 +46,7 @@
暂无合同
</view>
<!-- 合同内容-签订的企业合同start -->
<scroll-view scroll-y="true" style="height: calc(100vh - 480rpx); ;"
<scroll-view scroll-y="true" style="height: calc(100vh - 480rpx);"
v-if="contractdata.length > 0 && ContractType == 2">
<!-- 签订的企业合同提示start -->
<view class="ContractType_hint" v-if="tabIndex == 1 ">
......@@ -80,7 +80,7 @@
<view v-if="item.contractType==3">合同价差: {{item.shareRatio}}%</view>
<view>合同期限: {{item.contractStartTime}}{{item.contractEndTime}}</view>
<view>合同附件:
<text v-if="item.contractAnnex" @click="lookFile(item.contractAnnex)">点击查看</text>
<text v-if="item.contractAnnex" @click="lookFile(item.contractAnnex,item.id)">点击查看</text>
<text v-else>未上传</text>
</view>
</view>
......@@ -157,7 +157,7 @@
</view>
<view>合同期限: {{item.contractStartTime}}{{item.contractEndTime}}</view>
<view>合同附件:
<text @click="lookFile(item.contractAnnex)">点击查看</text>
<text @click="lookFile(item.contractAnnex,item.id)">点击查看</text>
</view>
</view>
</view>
......@@ -194,7 +194,7 @@
<view v-if="item.contractType==5">合同价格: {{item.price}}</view>
<view>合同期限: {{item.contractStartTime}}{{item.contractEndTime}}</view>
<view>合同附件:
<text @click="lookFile(item.contractAnnex)">点击查看</text>
<text @click="lookFile(item.contractAnnex,item.id)">点击查看</text>
</view>
</view>
</view>
......@@ -475,9 +475,9 @@
})
},
//查看合同附件
lookFile(url) {
lookFile(url,id) {
uni.navigateTo({
url: '/pagesA/Contracts/attachment/attachment?appendix=' + url
url: '/pagesA/Contracts/attachment/attachment?appendix=' + url +'&id='+id
})
},
// 查看分时价差
......
......@@ -18,7 +18,7 @@
console.log(options)
let appendix = options.appendix
let id = options.id
if(appendix) {
if(appendix&&appendix != 'null') {
if(appendix.lastIndexOf('.pdf')>-1) {
console.log('11111111')
// 如果附件是pdf
......
......@@ -76,11 +76,11 @@
<view class="statistics_top">
<view class="statistics_block">
<view class="title">申报电量</view>
<view>{{DeclarationElectricity}}</view>
<view>{{DeclarationElectricity}}万kWh</view>
</view>
<view class="statistics_block">
<view class="title">实际用电量</view>
<view>{{actualPower}}</view>
<view>{{actualPower}}万kWh</view>
</view>
</view>
......@@ -497,7 +497,7 @@
}
uni.navigateTo({
url: './DeclareHistory'
url: '/pages/declare/DeclareHistory'
})
},
//选择申报类型
......@@ -745,7 +745,6 @@
justify-content: space-between;
.statistics_block {
font-size: 38rpx;
color: #1989FA;
width: 337rpx;
padding: 30rpx 0;
......@@ -755,7 +754,8 @@
box-shadow: 0px 2rpx 10rpx 0px rgba(0, 0, 0, 0.08);
.title {
font-size: 24rpx;
margin-bottom: 10rpx;
font-size: 30rpx;
color: #666;
}
}
......
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/CompanyInfo/CompanyDetails/CompanyDetails"],{"065d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=r(n("7363")),i=n("a000");function r(t){return t&&t.__esModule?t:{default:t}}var u={onLoad:function(t){var e=this;this.enterpriseId=t.id,this.getEnterpriseCertificationDetail(this.enterpriseId),(0,i.get)(a.default.getIndustryList).then((function(t){if(200==t.code){var n=t.data;e.industryName=t.data[0].industryName;n.filter((function(t){return t.type==e.type}))}}))},data:function(){return{tab:1,enterpriseId:"",companydata:{},type:"",industryName:"",contractdata:[],tabShow:!1,tableList:[]}},methods:{tabclick:function(t){this.tab=t,2==t&&this.getEnterpriseContractDetail(this.enterpriseId)},lookEnclosure:function(e,n){t.navigateTo({url:"/pagesA/Contracts/attachment/attachment?appendix="+e+"&id="+n})},lookPrice:function(){console.log("1111111"),this.tabShow=!0},getEnterpriseCertificationDetail:function(t){var e=this;(0,i.get)(a.default.getEnterpriseCertificationDetail,{enterpriseId:t}).then((function(t){200==t.code&&(e.companydata=t.data,e.type=t.data.industry)}))},getEnterpriseContractDetail:function(t){var e=this;(0,i.get)(a.default.getEnterpriseContractDetail,{enterpriseId:t}).then((function(t){200==t.code&&(e.contractdata=t.data,e.tableList=t.data.timeSharingSpreadRelatedList)}))}}};e.default=u}).call(this,n("543d")["default"])},"12af":function(t,e,n){"use strict";n.r(e);var a=n("d9ea"),i=n("6a5b");for(var r in i)"default"!==r&&function(t){n.d(e,t,(function(){return i[t]}))}(r);n("696d");var u,o=n("f0c5"),c=Object(o["a"])(i["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],u);e["default"]=c.exports},"696d":function(t,e,n){"use strict";var a=n("cbec"),i=n.n(a);i.a},"6a5b":function(t,e,n){"use strict";n.r(e);var a=n("065d"),i=n.n(a);for(var r in a)"default"!==r&&function(t){n.d(e,t,(function(){return a[t]}))}(r);e["default"]=i.a},aaa0:function(t,e,n){"use strict";(function(t){n("0cf7");a(n("66fd"));var e=a(n("12af"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},cbec:function(t,e,n){},d9ea:function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return r})),n.d(e,"a",(function(){return a}));var a={uTable:function(){return n.e("uview-ui/components/u-table/u-table").then(n.bind(null,"1d51"))},uTr:function(){return n.e("uview-ui/components/u-tr/u-tr").then(n.bind(null,"28fb"))},uTd:function(){return n.e("uview-ui/components/u-td/u-td").then(n.bind(null,"96652"))}},i=function(){var t=this,e=t.$createElement;t._self._c;t._isMounted||(t.e0=function(e){t.tabShow=!1})},r=[]}},[["aaa0","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/CompanyInfo/CompanyDetails/CompanyDetails"],{"065d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=r(n("7363")),i=n("a000");function r(t){return t&&t.__esModule?t:{default:t}}var u={onLoad:function(t){var e=this;this.enterpriseId=t.id,this.getEnterpriseCertificationDetail(this.enterpriseId),(0,i.get)(a.default.getIndustryList).then((function(t){if(200==t.code){var n=t.data;e.industryName=t.data[0].industryName;n.filter((function(t){return t.type==e.type}))}}))},data:function(){return{tab:1,enterpriseId:"",companydata:{},type:"",industryName:"",contractdata:[],tabShow:!1,tableList:[]}},methods:{tabclick:function(t){this.tab=t,2==t&&this.getEnterpriseContractDetail(this.enterpriseId)},lookEnclosure:function(e,n){console.log(e),t.navigateTo({url:"/pagesA/Contracts/attachment/attachment?appendix="+e+"&id="+n})},lookPrice:function(){console.log("1111111"),this.tabShow=!0},getEnterpriseCertificationDetail:function(t){var e=this;(0,i.get)(a.default.getEnterpriseCertificationDetail,{enterpriseId:t}).then((function(t){200==t.code&&(e.companydata=t.data,e.type=t.data.industry)}))},getEnterpriseContractDetail:function(t){var e=this;(0,i.get)(a.default.getEnterpriseContractDetail,{enterpriseId:t}).then((function(t){200==t.code&&(e.contractdata=t.data,e.tableList=t.data.timeSharingSpreadRelatedList)}))}}};e.default=u}).call(this,n("543d")["default"])},"12af":function(t,e,n){"use strict";n.r(e);var a=n("7131"),i=n("6a5b");for(var r in i)"default"!==r&&function(t){n.d(e,t,(function(){return i[t]}))}(r);n("696d");var u,o=n("f0c5"),c=Object(o["a"])(i["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],u);e["default"]=c.exports},"696d":function(t,e,n){"use strict";var a=n("cbec"),i=n.n(a);i.a},"6a5b":function(t,e,n){"use strict";n.r(e);var a=n("065d"),i=n.n(a);for(var r in a)"default"!==r&&function(t){n.d(e,t,(function(){return a[t]}))}(r);e["default"]=i.a},7131:function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return r})),n.d(e,"a",(function(){return a}));var a={uTable:function(){return n.e("uview-ui/components/u-table/u-table").then(n.bind(null,"1d51"))},uTr:function(){return n.e("uview-ui/components/u-tr/u-tr").then(n.bind(null,"28fb"))},uTd:function(){return n.e("uview-ui/components/u-td/u-td").then(n.bind(null,"96652"))}},i=function(){var t=this,e=t.$createElement;t._self._c;t._isMounted||(t.e0=function(e){t.tabShow=!1})},r=[]},aaa0:function(t,e,n){"use strict";(function(t){n("0cf7");a(n("66fd"));var e=a(n("12af"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},cbec:function(t,e,n){}},[["aaa0","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/MyBusiness/MyBusiness"],{"024c":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=n("a000"),o=c(n("7363"));function c(t){return t&&t.__esModule?t:{default:t}}var a=function(){n.e("components/bottomWindow/bottomWindow").then(function(){return resolve(n("9537"))}.bind(null,n)).catch(n.oe)},s={created:function(){var e=this;this.electricId=t.getStorageSync("user").electricId,this.getMyEnterpriseList(this.electricId,""),(0,i.get)(o.default.myEnterpriseStatistics,{electricId:this.electricId}).then((function(t){200==t.code&&(e.EnterpriseNumber=t.data.enterprise_count,e.ContractQuantity=t.data.contract_electricity)}))},onShow:function(){this.getUserMessage()},components:{bottomWindow:a},data:function(){return{tabIndex:1,enterpriseName:"",electricId:"",EnterpriseNumber:"0",ContractQuantity:"0",Businessdata:[],dialogShow:!1,dialogIndex:0,phone:"",cashRatio:"",isshare:!1,isAuthenticate:null,ContractType:"1"}},methods:{inviteclick:function(){var e=this;if(2!=this.isAuthenticate){t.showToast({title:"您还未通过实名认证",icon:"none"});var n=setTimeout((function(){t.navigateTo({url:"../Certification/Certification"}),clearTimeout(n)}),1e3);return!1}e.isshare=!0},onShareAppMessage:function(e){var n=t.getStorageSync("user").inviteCode,i=t.getStorageSync("user").certificationName;return{title:i+"邀请您绑定成为他的用电企业会员",path:"/pages/login/login?inviteType=3&&inviteCode="+n,imageUrl:"https://fire.huoshitou.net/profile/icon/yaoqing.png",desc:"电客",success:function(t){console.log("111111"),console.log(t)},fail:function(t){console.log("222222"),console.log(t)}}},closeModel:function(t){"closeModel"==t&&(this.isshare=!1)},tabContract:function(t){this.ContractType=t,this.getMyEnterpriseList(this.electricId,this.enterpriseName)},searchContract:function(){this.getMyEnterpriseList(this.electricId,this.enterpriseName)},look:function(e){t.navigateTo({url:"/pages/CompanyInfo/CompanyDetails/CompanyDetails?id="+e})},remindAuthenticate:function(e){(0,i.get)(o.default.remindAuthenticate,{userId:e}).then((function(e){200==e.code?t.showToast({title:"提醒成功!"}):t.showToast({title:e.msg,icon:"none"})}))},relation:function(t){this.phone=t,this.dialogShow=!0,this.dialogIndex=2},callPhone:function(){t.makePhoneCall({phoneNumber:this.phone})},clickRatio:function(t){this.dialogShow=!0,this.dialogIndex=1,this.cashRatio=this.Businessdata[t].spotPackageIncomeRatio},getMyEnterpriseList:function(t,e){var n=this;(0,i.get)(o.default.myEnterpriseList,{electricId:t,enterpriseName:e,type:this.ContractType}).then((function(t){console.log(t),200==t.code&&(n.Businessdata=t.data)}))},getUserMessage:function(){var e=this,n=t.getStorageSync("user").electricId;(0,i.get)(o.default.getUserInformation,{type:"2",userId:n}).then((function(t){200==t.code&&(e.isAuthenticate=t.data.isAuthenticate)}))}}};e.default=s}).call(this,n("543d")["default"])},"41db":function(t,e,n){"use strict";n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return c})),n.d(e,"a",(function(){return i}));var i={bottomWindow:function(){return n.e("components/bottomWindow/bottomWindow").then(n.bind(null,"9537"))}},o=function(){var t=this,e=t.$createElement;t._self._c;t._isMounted||(t.e0=function(e){t.dialogShow=!1},t.e1=function(e){t.dialogShow=!1})},c=[]},5289:function(t,e,n){},"700b":function(t,e,n){"use strict";n.r(e);var i=n("41db"),o=n("c2c4");for(var c in o)"default"!==c&&function(t){n.d(e,t,(function(){return o[t]}))}(c);n("dbc0");var a,s=n("f0c5"),r=Object(s["a"])(o["default"],i["b"],i["c"],!1,null,null,null,!1,i["a"],a);e["default"]=r.exports},"86db":function(t,e,n){"use strict";(function(t){n("0cf7");i(n("66fd"));var e=i(n("700b"));function i(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},c2c4:function(t,e,n){"use strict";n.r(e);var i=n("024c"),o=n.n(i);for(var c in i)"default"!==c&&function(t){n.d(e,t,(function(){return i[t]}))}(c);e["default"]=o.a},dbc0:function(t,e,n){"use strict";var i=n("5289"),o=n.n(i);o.a}},[["86db","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/MyBusiness/MyBusiness"],{"024c":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=n("a000"),o=c(n("7363"));function c(t){return t&&t.__esModule?t:{default:t}}var a=function(){n.e("components/bottomWindow/bottomWindow").then(function(){return resolve(n("9537"))}.bind(null,n)).catch(n.oe)},s={created:function(){var e=this;this.electricId=t.getStorageSync("user").electricId,this.getMyEnterpriseList(this.electricId,""),(0,i.get)(o.default.myEnterpriseStatistics,{electricId:this.electricId}).then((function(t){200==t.code&&(e.EnterpriseNumber=t.data.enterprise_count,e.ContractQuantity=t.data.contract_electricity)}))},onShow:function(){this.getUserMessage()},components:{bottomWindow:a},data:function(){return{tabIndex:1,enterpriseName:"",electricId:"",EnterpriseNumber:"0",ContractQuantity:"0",Businessdata:[],dialogShow:!1,dialogIndex:0,phone:"",cashRatio:"",isshare:!1,isAuthenticate:null,ContractType:"1"}},methods:{inviteclick:function(){var e=this;if(2!=this.isAuthenticate){t.showToast({title:"您还未通过实名认证",icon:"none"});var n=setTimeout((function(){t.navigateTo({url:"../Certification/Certification"}),clearTimeout(n)}),1e3);return!1}e.isshare=!0},onShareAppMessage:function(e){var n=t.getStorageSync("user").inviteCode,i=t.getStorageSync("user").certificationName;return{title:i+"邀请您绑定成为他的用电企业会员",path:"/pages/login/login?inviteType=3&&inviteCode="+n,imageUrl:"https://fire.huoshitou.net/profile/icon/yaoqing.png",desc:"电客",success:function(t){console.log("111111"),console.log(t)},fail:function(t){console.log("222222"),console.log(t)}}},closeModel:function(t){"closeModel"==t&&(this.isshare=!1)},tabContract:function(t){this.ContractType=t,this.getMyEnterpriseList(this.electricId,this.enterpriseName)},searchContract:function(){this.getMyEnterpriseList(this.electricId,this.enterpriseName)},look:function(e){t.navigateTo({url:"/pages/CompanyInfo/CompanyDetails/CompanyDetails?id="+e})},remindAuthenticate:function(e){(0,i.get)(o.default.remindAuthenticate,{userId:e}).then((function(e){200==e.code?t.showToast({title:"提醒成功!"}):t.showToast({title:e.msg,icon:"none"})}))},relation:function(t){this.phone=t,this.dialogShow=!0,this.dialogIndex=2},callPhone:function(){t.makePhoneCall({phoneNumber:this.phone})},clickRatio:function(t){this.dialogShow=!0,this.dialogIndex=1,this.cashRatio=this.Businessdata[t].spotPackageIncomeRatio},getMyEnterpriseList:function(t,e){var n=this;(0,i.get)(o.default.myEnterpriseList,{electricId:t,enterpriseName:e,type:this.ContractType}).then((function(t){console.log(t),200==t.code&&(n.Businessdata=t.data)}))},getUserMessage:function(){var e=this,n=t.getStorageSync("user").electricId;(0,i.get)(o.default.getUserInformation,{type:"2",userId:n}).then((function(t){200==t.code&&(e.isAuthenticate=t.data.isAuthenticate)}))}}};e.default=s}).call(this,n("543d")["default"])},5289:function(t,e,n){},"700b":function(t,e,n){"use strict";n.r(e);var i=n("ade8"),o=n("c2c4");for(var c in o)"default"!==c&&function(t){n.d(e,t,(function(){return o[t]}))}(c);n("dbc0");var a,s=n("f0c5"),r=Object(s["a"])(o["default"],i["b"],i["c"],!1,null,null,null,!1,i["a"],a);e["default"]=r.exports},"86db":function(t,e,n){"use strict";(function(t){n("0cf7");i(n("66fd"));var e=i(n("700b"));function i(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},ade8:function(t,e,n){"use strict";n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return c})),n.d(e,"a",(function(){return i}));var i={bottomWindow:function(){return n.e("components/bottomWindow/bottomWindow").then(n.bind(null,"9537"))}},o=function(){var t=this,e=t.$createElement;t._self._c;t._isMounted||(t.e0=function(e){t.dialogShow=!1},t.e1=function(e){t.dialogShow=!1})},c=[]},c2c4:function(t,e,n){"use strict";n.r(e);var i=n("024c"),o=n.n(i);for(var c in i)"default"!==c&&function(t){n.d(e,t,(function(){return i[t]}))}(c);e["default"]=o.a},dbc0:function(t,e,n){"use strict";var i=n("5289"),o=n.n(i);o.a}},[["86db","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/myInfo/Myguest"],{"22e0":function(e,t,n){"use strict";var i;n.d(t,"b",(function(){return o})),n.d(t,"c",(function(){return c})),n.d(t,"a",(function(){return i}));var o=function(){var e=this,t=e.$createElement;e._self._c;e._isMounted||(e.e0=function(t){e.dialogShow=!0})},c=[]},"39b1":function(e,t,n){"use strict";n.r(t);var i=n("8463"),o=n.n(i);for(var c in i)"default"!==c&&function(e){n.d(t,e,(function(){return i[e]}))}(c);t["default"]=o.a},"675b":function(e,t,n){"use strict";(function(e){n("0cf7");i(n("66fd"));var t=i(n("ff3b"));function i(e){return e&&e.__esModule?e:{default:e}}e(t.default)}).call(this,n("543d")["createPage"])},8463:function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n("a000"),o=c(n("7363"));function c(e){return e&&e.__esModule?e:{default:e}}var s={created:function(){var t=this;this.userType=e.getStorageSync("user").userType,this.enterpriseId=e.getStorageSync("user").enterpriseId,(0,i.get)(o.default.myElectric,{enterpriseId:this.enterpriseId}).then((function(e){200==e.code&&(console.log(e.data),(e.sign||e.data)&&(t.sign=!0,t.electricPhone=e.data.electricPhone,t.electricName=e.data.electricName))}))},data:function(){return{sign:!1,enterpriseId:null,InviteCode:"",electricPhone:"",electricName:"",AccountedFor:"",isCommissionPackage:2,switchChecked:!1,radioChecked:!1,userType:null,dialogShow:!1}},methods:{switchChange:function(e){console.log(e.target.value),this.switchChecked=e.target.value,e.target.value?this.isCommissionPackage=1:(this.isCommissionPackage=2,this.AccountedFor="")},handleClick:function(){this.dialogShow=!1,this.radioChecked=!0},save:function(){var t=this;if(this.sign){if(this.switchChecked&&(""==this.AccountedFor||isNaN(this.AccountedFor)))return e.showToast({title:"请输入现货拼团收益占比",icon:"none"}),!1}else if(""==this.InviteCode)return e.showToast({title:"请输入邀请码",icon:"none"}),!1;if(!this.radioChecked)return console.log("5555555555555555"),e.showToast({title:"请勾选同意委托协议",icon:"none"}),!1;5==this.userType?(0,i.get)(o.default.isCommission,{userId:this.enterpriseId}).then((function(e){200==e.code&&e.msg&&t.bindElectric()})):this.bindElectric()},bindElectric:function(){(0,i.get)(o.default.myElectricSave,{enterpriseId:this.enterpriseId,inviteCode:this.InviteCode,isCommissionPackage:this.isCommissionPackage,spotPackageIncomeRatio:this.AccountedFor}).then((function(t){200==t.code?(e.showLoading({title:"3S后重新登录"}),setTimeout((function(){e.hideLoading(),e.reLaunch({url:"/pages/login/login"})}),3e3)):e.showToast({title:t.msg,icon:"none"})}))}}};t.default=s}).call(this,n("543d")["default"])},"85df":function(e,t,n){},d44d:function(e,t,n){"use strict";var i=n("85df"),o=n.n(i);o.a},ff3b:function(e,t,n){"use strict";n.r(t);var i=n("22e0"),o=n("39b1");for(var c in o)"default"!==c&&function(e){n.d(t,e,(function(){return o[e]}))}(c);n("d44d");var s,r=n("f0c5"),a=Object(r["a"])(o["default"],i["b"],i["c"],!1,null,null,null,!1,i["a"],s);t["default"]=a.exports}},[["675b","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/myInfo/Myguest"],{"39b1":function(e,t,n){"use strict";n.r(t);var i=n("8463"),o=n.n(i);for(var c in i)"default"!==c&&function(e){n.d(t,e,(function(){return i[e]}))}(c);t["default"]=o.a},"5bc1":function(e,t,n){"use strict";var i;n.d(t,"b",(function(){return o})),n.d(t,"c",(function(){return c})),n.d(t,"a",(function(){return i}));var o=function(){var e=this,t=e.$createElement;e._self._c;e._isMounted||(e.e0=function(t){e.dialogShow=!0})},c=[]},"675b":function(e,t,n){"use strict";(function(e){n("0cf7");i(n("66fd"));var t=i(n("ff3b"));function i(e){return e&&e.__esModule?e:{default:e}}e(t.default)}).call(this,n("543d")["createPage"])},8463:function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n("a000"),o=c(n("7363"));function c(e){return e&&e.__esModule?e:{default:e}}var s={created:function(){var t=this;this.userType=e.getStorageSync("user").userType,this.enterpriseId=e.getStorageSync("user").enterpriseId,(0,i.get)(o.default.myElectric,{enterpriseId:this.enterpriseId}).then((function(e){200==e.code&&(console.log(e.data),(e.sign||e.data)&&(t.sign=!0,t.electricPhone=e.data.electricPhone,t.electricName=e.data.electricName))}))},data:function(){return{sign:!1,enterpriseId:null,InviteCode:"",electricPhone:"",electricName:"",AccountedFor:"",isCommissionPackage:2,switchChecked:!1,radioChecked:!1,userType:null,dialogShow:!1}},methods:{switchChange:function(e){console.log(e.target.value),this.switchChecked=e.target.value,e.target.value?this.isCommissionPackage=1:(this.isCommissionPackage=2,this.AccountedFor="")},handleClick:function(){this.dialogShow=!1,this.radioChecked=!0},save:function(){var t=this;if(this.sign){if(this.switchChecked&&(""==this.AccountedFor||isNaN(this.AccountedFor)))return e.showToast({title:"请输入现货拼团收益占比",icon:"none"}),!1}else if(""==this.InviteCode)return e.showToast({title:"请输入邀请码",icon:"none"}),!1;if(!this.radioChecked)return console.log("5555555555555555"),e.showToast({title:"请勾选同意委托协议",icon:"none"}),!1;5==this.userType?(0,i.get)(o.default.isCommission,{userId:this.enterpriseId}).then((function(e){200==e.code&&e.msg&&t.bindElectric()})):this.bindElectric()},bindElectric:function(){(0,i.get)(o.default.myElectricSave,{enterpriseId:this.enterpriseId,inviteCode:this.InviteCode,isCommissionPackage:this.isCommissionPackage,spotPackageIncomeRatio:this.AccountedFor}).then((function(t){200==t.code?(e.showLoading({title:"3S后重新登录"}),setTimeout((function(){e.hideLoading(),e.reLaunch({url:"/pages/login/login"})}),3e3)):e.showToast({title:t.msg,icon:"none"})}))}}};t.default=s}).call(this,n("543d")["default"])},"85df":function(e,t,n){},d44d:function(e,t,n){"use strict";var i=n("85df"),o=n.n(i);o.a},ff3b:function(e,t,n){"use strict";n.r(t);var i=n("5bc1"),o=n("39b1");for(var c in o)"default"!==c&&function(e){n.d(t,e,(function(){return o[e]}))}(c);n("d44d");var s,r=n("f0c5"),a=Object(r["a"])(o["default"],i["b"],i["c"],!1,null,null,null,!1,i["a"],s);t["default"]=a.exports}},[["675b","common/runtime","common/vendor"]]]);
\ No newline at end of file
<view class="Myguest"><block wx:if="{{!dialogShow}}"><view class="ReleaseServeOrder_info"><block wx:if="{{!sign}}"><view class="common"><view>电客邀请码</view><input type="text" value="{{InviteCode}}" placeholder="请输入" placeholder-style="color: #ccc;" data-event-opts="{{[['input',[['__set_model',['','InviteCode','$event',[]]]]]]}}" bindinput="__e"/></view></block><block wx:if="{{sign}}"><view class="common"><view>电客手机号</view><view class="text">{{electricPhone}}</view></view></block><block wx:if="{{sign}}"><view class="common"><view>电客名称</view><view class="text">{{electricName}}</view></view></block><view class="common"><view>委托电客参与套餐拼团</view><switch style="transform:scale(0.7);" checked="{{switchChecked}}" color="#1989fa" data-event-opts="{{[['change',[['switchChange',['$event']]]]]}}" bindchange="__e"></switch></view><block wx:if="{{switchChecked}}"><view class="common"><view>现货拼团收益占比</view><input type="digit" value="{{AccountedFor}}" placeholder="请输入" placeholder-style="color: #ccc;" data-event-opts="{{[['input',[['__set_model',['','AccountedFor','$event',[]]]]]]}}" bindinput="__e"/></view></block></view></block><block wx:if="{{!dialogShow}}"><view class="ReleaseServeOrder_btns"><view class="btns_radio"><label data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="radio" bindtap="__e"><radio style="transform:scale(0.8);" value="A" checked="{{radioChecked}}" color="#1989fa"></radio><text>同意委托拼团条款</text></label></view><view data-event-opts="{{[['tap',[['save',['$event']]]]]}}" class="btns_confrim" bindtap="__e">保存</view></view></block><block wx:if="{{dialogShow}}"><view class="dialog_box"><scroll-view style="height:calc(100vh - 150rpx);" scroll-y="true"><view class="dialog_box_text"><view style="text-align:center;color:#000000;font-size:32rpx;">伙石头电力能源综合服务平台企业授权委托协议(电客)</view><view>一、签署声明</view><text>请您在授权委托电客参与拼团活动前务必仔细阅读本协议,特别是授权范围、授权期限、效力认可条款、约定争议解决方式和司法管辖的条款等,该等条款可能以加粗、加下划线等形式提示您重点注意。若您不同意本协议的任意内容,或者无法准确理解本平台对条款的解释,请不要进行后续操作;若您继续操作,则表示您对本协议的全部内容已充分阅读并认可和同意遵守。同时,承诺遵守中国法律、法规、规章及其他政府规范性文件的规定,如有违反而造成任何法律后果,您将以本人(公司)名义独立承担所有相应的法律责任。</text><view>二、授权内容、授权范围</view><text>您自愿授权委托您在伙石头平台绑定电客作为您在广东伙石头科技有限公司(统一社会信用代码:91440101MA9W0GU4XG)开发运营的“伙石头平台”的合法受托人;授权委托权限是代表您以被授权电客自身名义(平台账户)在伙石头平台上完成您在伙石头平台的拼团参与事项。</text><view>三、效力认可</view><text>您对被授权电客在授权范围内在“伙石头平台”实施的行为予以承认和履行。您承诺经您授权的电客参与拼团活动引发的一切后果,由您承担全部责任。</text><view>四、授权期限:</view><text>授权限期限自您阅读并同意本协议之日起至您书面通知广东伙石头科技有限公司终止本授权委托关系之日止。</text><view>五、法律适用、管辖与其他</view><text>5.1、本协议的订立、变更、执行和解释,以及与本协议有关的争议解决,均应适用中华人民共和国法律。如与本协议有关的某一特定事项没有法律规定或规定不明确,则应参照通用的国际商业惯例和行业惯例。</text><text>5.2、如因本协议或参与拼团活动所引起或与其有关的任何争议应向广东伙石头科技有限公司所在地有管辖权的人民法院起诉。</text><text>5.4、本协议自您阅读并同意本协议之日起生效,除非您书面通知广东伙石头科技有限公司终止本协议或者您/被授权电客丧失本平台用户资格,否则本协议始终有效。本服务协议终止并不免除您根据本协议或其他有关协议、规则所应承担的义务和责任。</text><text>5.5、本协议中的标题仅为方便而设,在解释本协议时应被忽略。</text><text>5.6、广东伙石头科技有限公司对本协议享有最终的解释权。</text></view></scroll-view><view data-event-opts="{{[['tap',[['handleClick',['$event']]]]]}}" class="dialog_box_btn" bindtap="__e">阅读并同意</view></view></block></view>
\ No newline at end of file
<view class="Myguest"><block wx:if="{{!dialogShow}}"><view class="ReleaseServeOrder_info"><block wx:if="{{!sign}}"><view class="common"><view>电客邀请码</view><input type="text" value="{{InviteCode}}" placeholder="请输入" placeholder-style="color: #ccc;" data-event-opts="{{[['input',[['__set_model',['','InviteCode','$event',[]]]]]]}}" bindinput="__e"/></view></block><block wx:if="{{sign}}"><view class="common"><view>电客手机号</view><view class="text">{{electricPhone}}</view></view></block><block wx:if="{{sign}}"><view class="common"><view>电客名称</view><view class="text">{{electricName}}</view></view></block><view class="common"><view>委托电客参与套餐拼团</view><switch style="transform:scale(0.7);" checked="{{switchChecked}}" color="#1989fa" data-event-opts="{{[['change',[['switchChange',['$event']]]]]}}" bindchange="__e"></switch></view><block wx:if="{{switchChecked}}"><view class="common"><view>我的收益比例</view><input type="digit" value="{{AccountedFor}}" placeholder="请输入" placeholder-style="color: #ccc;" data-event-opts="{{[['input',[['__set_model',['','AccountedFor','$event',[]]]]]]}}" bindinput="__e"/></view></block></view></block><block wx:if="{{!dialogShow}}"><view class="ReleaseServeOrder_btns"><view class="btns_radio"><label data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="radio" bindtap="__e"><radio style="transform:scale(0.8);" value="A" checked="{{radioChecked}}" color="#1989fa"></radio><text>同意委托拼团条款</text></label></view><view data-event-opts="{{[['tap',[['save',['$event']]]]]}}" class="btns_confrim" bindtap="__e">保存</view></view></block><block wx:if="{{dialogShow}}"><view class="dialog_box"><scroll-view style="height:calc(100vh - 150rpx);" scroll-y="true"><view class="dialog_box_text"><view style="text-align:center;color:#000000;font-size:32rpx;">伙石头电力能源综合服务平台企业授权委托协议(电客)</view><view>一、签署声明</view><text>请您在授权委托电客参与拼团活动前务必仔细阅读本协议,特别是授权范围、授权期限、效力认可条款、约定争议解决方式和司法管辖的条款等,该等条款可能以加粗、加下划线等形式提示您重点注意。若您不同意本协议的任意内容,或者无法准确理解本平台对条款的解释,请不要进行后续操作;若您继续操作,则表示您对本协议的全部内容已充分阅读并认可和同意遵守。同时,承诺遵守中国法律、法规、规章及其他政府规范性文件的规定,如有违反而造成任何法律后果,您将以本人(公司)名义独立承担所有相应的法律责任。</text><view>二、授权内容、授权范围</view><text>您自愿授权委托您在伙石头平台绑定电客作为您在广东伙石头科技有限公司(统一社会信用代码:91440101MA9W0GU4XG)开发运营的“伙石头平台”的合法受托人;授权委托权限是代表您以被授权电客自身名义(平台账户)在伙石头平台上完成您在伙石头平台的拼团参与事项。</text><view>三、效力认可</view><text>您对被授权电客在授权范围内在“伙石头平台”实施的行为予以承认和履行。您承诺经您授权的电客参与拼团活动引发的一切后果,由您承担全部责任。</text><view>四、授权期限:</view><text>授权限期限自您阅读并同意本协议之日起至您书面通知广东伙石头科技有限公司终止本授权委托关系之日止。</text><view>五、法律适用、管辖与其他</view><text>5.1、本协议的订立、变更、执行和解释,以及与本协议有关的争议解决,均应适用中华人民共和国法律。如与本协议有关的某一特定事项没有法律规定或规定不明确,则应参照通用的国际商业惯例和行业惯例。</text><text>5.2、如因本协议或参与拼团活动所引起或与其有关的任何争议应向广东伙石头科技有限公司所在地有管辖权的人民法院起诉。</text><text>5.4、本协议自您阅读并同意本协议之日起生效,除非您书面通知广东伙石头科技有限公司终止本协议或者您/被授权电客丧失本平台用户资格,否则本协议始终有效。本服务协议终止并不免除您根据本协议或其他有关协议、规则所应承担的义务和责任。</text><text>5.5、本协议中的标题仅为方便而设,在解释本协议时应被忽略。</text><text>5.6、广东伙石头科技有限公司对本协议享有最终的解释权。</text></view></scroll-view><view data-event-opts="{{[['tap',[['handleClick',['$event']]]]]}}" class="dialog_box_btn" bindtap="__e">阅读并同意</view></view></block></view>
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pagesA/Contracts/attachment/attachment"],{2788:function(t,e,n){"use strict";var o=n("8fa9"),a=n.n(o);a.a},"6fcc":function(t,e,n){"use strict";(function(t){n("0cf7");o(n("66fd"));var e=o(n("78a3"));function o(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"78a3":function(t,e,n){"use strict";n.r(e);var o=n("aedc"),a=n("aa0e");for(var c in a)"default"!==c&&function(t){n.d(e,t,(function(){return a[t]}))}(c);n("2788");var i,s=n("f0c5"),u=Object(s["a"])(a["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],i);e["default"]=u.exports},"8fa9":function(t,e,n){},aa0e:function(t,e,n){"use strict";n.r(e);var o=n("aef3"),a=n.n(o);for(var c in o)"default"!==c&&function(t){n.d(e,t,(function(){return o[t]}))}(c);e["default"]=a.a},aedc:function(t,e,n){"use strict";var o;n.d(e,"b",(function(){return a})),n.d(e,"c",(function(){return c})),n.d(e,"a",(function(){return o}));var a=function(){var t=this,e=t.$createElement;t._self._c},c=[]},aef3:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=n("a000"),a=c(n("7363"));function c(t){return t&&t.__esModule?t:{default:t}}var i={onLoad:function(t){var e=this;console.log(t);var n=t.appendix,c=t.id;if(n)if(n.lastIndexOf(".pdf")>-1){console.log("11111111");var i=n.replace(/http/g,"https");console.log(i),this.openPdf(i)}else console.log("222222"),this.isImage=!0,this.imgList=n.split(","),console.log(this.imgList);else console.log("333333"),(0,o.get)(a.default.downloadContractTemplate,{contractId:c}).then((function(t){if(200==t.code){console.log(t);var n=t.data.replace("http","https");e.openPdf(n)}}))},data:function(){return{imgList:[],isImage:!1}},methods:{openPdf:function(e){t.downloadFile({url:e,success:function(e){200==e.statusCode&&t.saveFile({tempFilePath:e.tempFilePath,success:function(e){console.log(e),t.showToast({icon:"none",mask:!0,duration:3e3});var n=e.savedFilePath;t.openDocument({filePath:n,showMenu:!0,success:function(){console.log("打开文档成功")}})},fail:function(e){t.showToast({title:"下载失败",icon:"none"})}})}})}}};e.default=i}).call(this,n("543d")["default"])}},[["6fcc","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pagesA/Contracts/attachment/attachment"],{2788:function(t,e,n){"use strict";var o=n("8fa9"),a=n.n(o);a.a},"6fcc":function(t,e,n){"use strict";(function(t){n("0cf7");o(n("66fd"));var e=o(n("78a3"));function o(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"78a3":function(t,e,n){"use strict";n.r(e);var o=n("81eb"),a=n("aa0e");for(var c in a)"default"!==c&&function(t){n.d(e,t,(function(){return a[t]}))}(c);n("2788");var i,u=n("f0c5"),l=Object(u["a"])(a["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],i);e["default"]=l.exports},"81eb":function(t,e,n){"use strict";var o;n.d(e,"b",(function(){return a})),n.d(e,"c",(function(){return c})),n.d(e,"a",(function(){return o}));var a=function(){var t=this,e=t.$createElement;t._self._c},c=[]},"8fa9":function(t,e,n){},aa0e:function(t,e,n){"use strict";n.r(e);var o=n("aef3"),a=n.n(o);for(var c in o)"default"!==c&&function(t){n.d(e,t,(function(){return o[t]}))}(c);e["default"]=a.a},aef3:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=n("a000"),a=c(n("7363"));function c(t){return t&&t.__esModule?t:{default:t}}var i={onLoad:function(t){var e=this;console.log(t);var n=t.appendix,c=t.id;if(n&&"null"!=n)if(n.lastIndexOf(".pdf")>-1){console.log("11111111");var i=n.replace(/http/g,"https");console.log(i),this.openPdf(i)}else console.log("222222"),this.isImage=!0,this.imgList=n.split(","),console.log(this.imgList);else console.log("333333"),(0,o.get)(a.default.downloadContractTemplate,{contractId:c}).then((function(t){if(200==t.code){console.log(t);var n=t.data.replace("http","https");e.openPdf(n)}}))},data:function(){return{imgList:[],isImage:!1}},methods:{openPdf:function(e){t.downloadFile({url:e,success:function(e){200==e.statusCode&&t.saveFile({tempFilePath:e.tempFilePath,success:function(e){console.log(e),t.showToast({icon:"none",mask:!0,duration:3e3});var n=e.savedFilePath;t.openDocument({filePath:n,showMenu:!0,success:function(){console.log("打开文档成功")}})},fail:function(e){t.showToast({title:"下载失败",icon:"none"})}})}})}}};e.default=i}).call(this,n("543d")["default"])}},[["6fcc","common/runtime","common/vendor"]]]);
\ No newline at end of file
.select_compoments .bg{position:fixed;left:0;bottom:0;z-index:100;width:100vw;height:100vh}.select_compoments .select{position:relative;height:80rpx;background-color:#fff;border-bottom:1rpx solid #f4f5f7}.select_compoments .select .select_title{display:-webkit-box;display:-webkit-flex;display:flex;padding-left:32rpx;height:100%;font-size:26rpx;color:#666}.select_compoments .select .select_title .select_title_item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:50rpx;width:200rpx;height:100%}.select_compoments .select .select_title .select_title_item image{margin-left:10rpx;width:32rpx;height:32rpx;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.select_compoments .select .select_title .select_title_item .active{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.select_compoments .select .select_box{position:relative;z-index:200;padding:0 32rpx;background-color:#fff;overflow:hidden;box-shadow:0 4px 2px rgba(0,0,0,.3);border-radius:0 0 20rpx 20rpx}.select_compoments .select .select_box .select_item{height:80rpx;line-height:80rpx;font-size:24rpx;border-bottom:1rpx solid #f4f5f7}.declare{width:100%;min-height:100%;background-color:#f4f5f7}.declare .unsigned{width:100%;min-height:100vh;background-color:#fff;height:100%;text-align:center;font-size:28rpx;color:#666}.declare .unsigned .unsigned_img{padding-top:192rpx;margin-bottom:16rpx}.declare .unsigned .unsigned_img image{width:100rpx;height:100rpx;margin:auto}.declare .list_all{width:100%;background-color:#fff;padding:0 32rpx}.declare .list_all .list{width:100%;position:relative;height:106rpx;line-height:106rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.declare .list_all .list .list_left{font-size:28rpx;color:#333}.declare .list_all .list .list_left .biaoti{font-size:24rpx;color:#133675;font-weight:700;margin-right:18rpx}.declare .list_all .list .list_right{font-size:24rpx;color:#1989fa}.declare .echarts{width:100%;padding:50rpx 50rpx 0 50rpx;background-color:#fff}.declare .statistics .statistics_top{background-color:#fff;margin-bottom:16rpx;padding:32rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.declare .statistics .statistics_top .statistics_block{font-size:38rpx;color:#1989fa;width:337rpx;padding:30rpx 0;background:#f2f7ff;border-radius:16rpx;text-align:center;box-shadow:0 2rpx 10rpx 0 rgba(0,0,0,.08)}.declare .statistics .statistics_top .statistics_block .title{font-size:24rpx;color:#666}.declare .note{width:100%;font-size:34rpx;color:#333;background-color:#fff;padding-bottom:22rpx}.declare .note .title{padding-top:28rpx}.declare .note .xin{color:#ec6045}.declare .note .textarea{padding:32rpx 24rpx;background:#f4f5f7;border-radius:10px;margin-top:22rpx}.declare .note textarea{width:100%;height:168rpx;background:#f4f5f7;border:none;outline:none;font-size:28rpx;color:#333}.declare .hexian{width:100%;height:1px;background-color:#c6c9cc;transform:scaleY(.5);-webkit-transform:scaleY(.5);-moz-transform:scaleY(.5);-o-transform:scaleY(.5);-ms-transform:scaleY(.5);position:absolute;bottom:0;left:0;z-index:100}.declare .uploadlist .u-form-item .u-form-item--left{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;margin-top:12rpx}.declare .upload_box{height:314rpx;position:relative}.declare .upload_box .template{position:absolute;right:0;bottom:32rpx;width:160rpx;height:60rpx;background:#fff;border:2rpx solid #1989fa;border-radius:8rpx;text-align:center;line-height:60rpx;color:#1989fa;font-size:22rpx}.declare .uploadImg{width:160rpx;height:160rpx;position:absolute;right:0;top:32rpx}.declare .uploadImg image{width:100%;height:100%}.declare .declare_title{margin-bottom:32rpx;position:relative;background-color:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;height:95rpx;line-height:94rpx;box-shadow:0 2px 10px 0 rgba(0,0,0,.08),0 0 0 0 #c6c9cc inset}.declare .declare_title .title_item{font-size:30rpx;height:100%;color:#999}.declare .declare_title .title_item_active{color:#1989fa;position:relative;border-bottom:6rpx solid #1989fa}.declare .declare_content{padding:0 32rpx;background-color:#fff}.declare .declare_content .white_box{width:100vw;margin-left:-32rpx;background-color:#f4f5f7;height:16rpx}.declare .declare_content u-form-item,
.select_compoments .bg{position:fixed;left:0;bottom:0;z-index:100;width:100vw;height:100vh}.select_compoments .select{position:relative;height:80rpx;background-color:#fff;border-bottom:1rpx solid #f4f5f7}.select_compoments .select .select_title{display:-webkit-box;display:-webkit-flex;display:flex;padding-left:32rpx;height:100%;font-size:26rpx;color:#666}.select_compoments .select .select_title .select_title_item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:50rpx;width:200rpx;height:100%}.select_compoments .select .select_title .select_title_item image{margin-left:10rpx;width:32rpx;height:32rpx;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.select_compoments .select .select_title .select_title_item .active{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.select_compoments .select .select_box{position:relative;z-index:200;padding:0 32rpx;background-color:#fff;overflow:hidden;box-shadow:0 4px 2px rgba(0,0,0,.3);border-radius:0 0 20rpx 20rpx}.select_compoments .select .select_box .select_item{height:80rpx;line-height:80rpx;font-size:24rpx;border-bottom:1rpx solid #f4f5f7}.declare{width:100%;min-height:100%;background-color:#f4f5f7}.declare .unsigned{width:100%;min-height:100vh;background-color:#fff;height:100%;text-align:center;font-size:28rpx;color:#666}.declare .unsigned .unsigned_img{padding-top:192rpx;margin-bottom:16rpx}.declare .unsigned .unsigned_img image{width:100rpx;height:100rpx;margin:auto}.declare .list_all{width:100%;background-color:#fff;padding:0 32rpx}.declare .list_all .list{width:100%;position:relative;height:106rpx;line-height:106rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.declare .list_all .list .list_left{font-size:28rpx;color:#333}.declare .list_all .list .list_left .biaoti{font-size:24rpx;color:#133675;font-weight:700;margin-right:18rpx}.declare .list_all .list .list_right{font-size:24rpx;color:#1989fa}.declare .echarts{width:100%;padding:50rpx 50rpx 0 50rpx;background-color:#fff}.declare .statistics .statistics_top{background-color:#fff;margin-bottom:16rpx;padding:32rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.declare .statistics .statistics_top .statistics_block{color:#1989fa;width:337rpx;padding:30rpx 0;background:#f2f7ff;border-radius:16rpx;text-align:center;box-shadow:0 2rpx 10rpx 0 rgba(0,0,0,.08)}.declare .statistics .statistics_top .statistics_block .title{margin-bottom:10rpx;font-size:30rpx;color:#666}.declare .note{width:100%;font-size:34rpx;color:#333;background-color:#fff;padding-bottom:22rpx}.declare .note .title{padding-top:28rpx}.declare .note .xin{color:#ec6045}.declare .note .textarea{padding:32rpx 24rpx;background:#f4f5f7;border-radius:10px;margin-top:22rpx}.declare .note textarea{width:100%;height:168rpx;background:#f4f5f7;border:none;outline:none;font-size:28rpx;color:#333}.declare .hexian{width:100%;height:1px;background-color:#c6c9cc;transform:scaleY(.5);-webkit-transform:scaleY(.5);-moz-transform:scaleY(.5);-o-transform:scaleY(.5);-ms-transform:scaleY(.5);position:absolute;bottom:0;left:0;z-index:100}.declare .uploadlist .u-form-item .u-form-item--left{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;margin-top:12rpx}.declare .upload_box{height:314rpx;position:relative}.declare .upload_box .template{position:absolute;right:0;bottom:32rpx;width:160rpx;height:60rpx;background:#fff;border:2rpx solid #1989fa;border-radius:8rpx;text-align:center;line-height:60rpx;color:#1989fa;font-size:22rpx}.declare .uploadImg{width:160rpx;height:160rpx;position:absolute;right:0;top:32rpx}.declare .uploadImg image{width:100%;height:100%}.declare .declare_title{margin-bottom:32rpx;position:relative;background-color:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;height:95rpx;line-height:94rpx;box-shadow:0 2px 10px 0 rgba(0,0,0,.08),0 0 0 0 #c6c9cc inset}.declare .declare_title .title_item{font-size:30rpx;height:100%;color:#999}.declare .declare_title .title_item_active{color:#1989fa;position:relative;border-bottom:6rpx solid #1989fa}.declare .declare_content{padding:0 32rpx;background-color:#fff}.declare .declare_content .white_box{width:100vw;margin-left:-32rpx;background-color:#f4f5f7;height:16rpx}.declare .declare_content u-form-item,
.declare .declare_content u-form{width:100%;position:relative;overflow:hidden}.declare .declare_content u-form-item .u_input .u-icon__icon,
.declare .declare_content u-form .u_input .u-icon__icon{display:none}.declare .declare_content .u-form-item{font-size:34rpx;color:#333}.declare .declare_content .xin{color:#ec6045}.declare .declare_btn{margin:64rpx auto 32rpx auto;text-align:center;line-height:104rpx;color:#fff;width:622rpx;height:104rpx;line-height:104rpx;background:#1989fa;border-radius:16rpx}.declare .declare_history{text-align:center;color:#1989fa;font-size:24rpx;padding-bottom:128rpx}
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pagesA/myElectric/myElectric"],{"1b5c":function(e,t,c){"use strict";var n;c.d(t,"b",(function(){return a})),c.d(t,"c",(function(){return r})),c.d(t,"a",(function(){return n}));var a=function(){var e=this,t=e.$createElement;e._self._c},r=[]},"471c":function(e,t,c){"use strict";c.r(t);var n=c("1b5c"),a=c("df34");for(var r in a)"default"!==r&&function(e){c.d(t,e,(function(){return a[e]}))}(r);c("e443");var i,u=c("f0c5"),o=Object(u["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],i);t["default"]=o.exports},5898:function(e,t,c){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=c("a000"),a=r(c("7363"));function r(e){return e&&e.__esModule?e:{default:e}}var i={created:function(){var t=this;this.enterpriseId=e.getStorageSync("user").enterpriseId,(0,n.get)(a.default.myElectric,{enterpriseId:this.enterpriseId}).then((function(e){200==e.code&&(t.myElectricPhone=e.data.electricPhone,t.myElectricName=e.data.electricName,t.myElectricType=1==e.data.isCommissionPackage?"委托电客参与拼包套餐":"",t.myElectricBili=e.data.spotPackageIncomeRatio?e.data.spotPackageIncomeRatio+"%":e.data.spotPackageIncomeRatio)}))},data:function(){return{myElectricPhone:"",myElectricName:"",myElectricType:"",myElectricBili:""}}};t.default=i}).call(this,c("543d")["default"])},"84c8":function(e,t,c){},b802:function(e,t,c){"use strict";(function(e){c("0cf7");n(c("66fd"));var t=n(c("471c"));function n(e){return e&&e.__esModule?e:{default:e}}e(t.default)}).call(this,c("543d")["createPage"])},df34:function(e,t,c){"use strict";c.r(t);var n=c("5898"),a=c.n(n);for(var r in n)"default"!==r&&function(e){c.d(t,e,(function(){return n[e]}))}(r);t["default"]=a.a},e443:function(e,t,c){"use strict";var n=c("84c8"),a=c.n(n);a.a}},[["b802","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pagesA/myElectric/myElectric"],{"471c":function(e,t,c){"use strict";c.r(t);var n=c("8ef3"),a=c("df34");for(var r in a)"default"!==r&&function(e){c.d(t,e,(function(){return a[e]}))}(r);c("e443");var i,u=c("f0c5"),o=Object(u["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],i);t["default"]=o.exports},5898:function(e,t,c){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=c("a000"),a=r(c("7363"));function r(e){return e&&e.__esModule?e:{default:e}}var i={created:function(){var t=this;this.enterpriseId=e.getStorageSync("user").enterpriseId,(0,n.get)(a.default.myElectric,{enterpriseId:this.enterpriseId}).then((function(e){200==e.code&&(t.myElectricPhone=e.data.electricPhone,t.myElectricName=e.data.electricName,t.myElectricType=1==e.data.isCommissionPackage?"委托电客参与拼包套餐":"",t.myElectricBili=e.data.spotPackageIncomeRatio?e.data.spotPackageIncomeRatio+"%":e.data.spotPackageIncomeRatio)}))},data:function(){return{myElectricPhone:"",myElectricName:"",myElectricType:"",myElectricBili:""}}};t.default=i}).call(this,c("543d")["default"])},"84c8":function(e,t,c){},"8ef3":function(e,t,c){"use strict";var n;c.d(t,"b",(function(){return a})),c.d(t,"c",(function(){return r})),c.d(t,"a",(function(){return n}));var a=function(){var e=this,t=e.$createElement;e._self._c},r=[]},b802:function(e,t,c){"use strict";(function(e){c("0cf7");n(c("66fd"));var t=n(c("471c"));function n(e){return e&&e.__esModule?e:{default:e}}e(t.default)}).call(this,c("543d")["createPage"])},df34:function(e,t,c){"use strict";c.r(t);var n=c("5898"),a=c.n(n);for(var r in n)"default"!==r&&function(e){c.d(t,e,(function(){return n[e]}))}(r);t["default"]=a.a},e443:function(e,t,c){"use strict";var n=c("84c8"),a=c.n(n);a.a}},[["b802","common/runtime","common/vendor"]]]);
\ No newline at end of file
<view class="myElectric"><view class="number"><text>电客手机号</text><text class="right">{{myElectricPhone}}</text><view class="border"></view></view><view class="name"><text>电客名称</text><text class="right">{{myElectricName}}</text><view class="border"></view></view><block wx:if="{{myElectricType}}"><view class="type"><text>模式</text><text class="right">{{myElectricType}}</text><view class="border"></view></view></block><block wx:if="{{myElectricBili}}"><view class="bili"><text>现货收益比例</text><text class="right">{{myElectricBili}}</text><view class="border"></view></view></block></view>
\ No newline at end of file
<view class="myElectric"><view class="number"><text>电客手机号</text><text class="right">{{myElectricPhone}}</text><view class="border"></view></view><view class="name"><text>电客名称</text><text class="right">{{myElectricName}}</text><view class="border"></view></view><block wx:if="{{myElectricType}}"><view class="type"><text>模式</text><text class="right">{{myElectricType}}</text><view class="border"></view></view></block><block wx:if="{{myElectricBili}}"><view class="bili"><text>我的收益比例</text><text class="right">{{myElectricBili}}</text><view class="border"></view></view></block></view>
\ No newline at end of file
......@@ -6,38 +6,8 @@
"setting": {
"urlCheck": false,
"es6": true,
"enhance": false,
"postcss": true,
"preloadBackgroundData": false,
"minified": true,
"newFeature": false,
"coverView": true,
"nodeModules": false,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"uglifyFileName": false,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
"useApiHostProcess": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"enableEngineNative": false,
"bundle": false,
"useIsolateContext": true,
"useCompilerModule": true,
"userConfirmedUseCompilerModuleSwitch": false,
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true
"minified": true
},
"compileType": "miniprogram",
"libVersion": "",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论