feat: 静态资源
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
webpackJsonp([8],{"5rAA":function(e,t){},BVk3:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var c={data:function(){return{checkboxValue:!1,token:"",tobeSellerLockusdt:"",skins:localStorage.getItem("skin")||"days"}},created:function(){var e=this,t=window.localStorage.getItem("token")||"";t&&(e.token=t),this.$http({url:"/api/user/info",headers:{Authorization:e.token}}).then(function(t){"ok"==t.data.type&&(e.tobeSellerLockusdt=t.data.message.tobe_seller_lockusdt)})},beforeCreate:function(){localStorage.getItem("skin")&&"nights"==localStorage.getItem("skin")?document.querySelector("html").setAttribute("style","background-color:#000;"):document.querySelector("html").setAttribute("style","background-color:#f8f6f6;")},beforeDestroy:function(){document.querySelector("html").removeAttribute("style")},methods:{application:function(){this.checkboxValue?this.$router.push({path:"/LegalApplicationData"}):layer.msg("请勾选同意冻结")}}},o={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{class:"days"==e.skins?"whites":"whites black",attrs:{id:"legaltrade-box"}},[a("div",{staticClass:"content"},[a("h3",[e._v("步骤一:提交申请")]),e._v(" "),a("p",[e._v("买卖商户必须为平台认证商户,并在本页面点击“确认申请”按钮,提交申请,并同意冻结\n "),a("span",{staticClass:"lock"},[e._v(e._s(e.tobeSellerLockusdt)+"USDT")]),e._v("作为商家保证金。\n ")]),e._v(" "),a("h3",[e._v("步骤二:资料审核")]),e._v(" "),a("p",[e._v("我们系统自动审核商家申请资料及匹配以往交易,确认符合商家申请条件,您可以在法币交易区发布广告。如申请条件未符合,我们将12小时内联系您,请保持通讯畅通。")]),e._v(" "),a("div",{staticClass:"remember-password mt40"},[a("input",{directives:[{name:"model",rawName:"v-model",value:e.checkboxValue,expression:"checkboxValue"}],attrs:{type:"checkbox",name:"",id:""},domProps:{checked:Array.isArray(e.checkboxValue)?e._i(e.checkboxValue,null)>-1:e.checkboxValue},on:{change:function(t){var a=e.checkboxValue,c=t.target,o=!!c.checked;if(Array.isArray(a)){var s=e._i(a,null);c.checked?s<0&&(e.checkboxValue=a.concat([null])):s>-1&&(e.checkboxValue=a.slice(0,s).concat(a.slice(s+1)))}else e.checkboxValue=o}}}),e._v(" "),a("span",{staticClass:"white"},[e._v("同意冻结\n "),a("b",{staticClass:"lock"},[e._v(e._s(e.tobeSellerLockusdt)+"USDT")]),e._v("作为商家保证金\n ")])]),e._v(" "),a("div",{staticClass:"application-btn",on:{click:e.application}},[e._v("申请成为商家")])])])},staticRenderFns:[]};var s=a("VU/8")(c,o,!1,function(e){a("5rAA")},"data-v-4e2ac776",null);t.default=s.exports}});
|
||||
//# sourceMappingURL=8.4bd1baf9eda990607242.js.map
|
||||
Reference in New Issue
Block a user