1 line
12 KiB
JavaScript
1 line
12 KiB
JavaScript
|
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-store-merchantDetails-index"],{"09d4":function(t,e,n){"use strict";var o=n("6098"),r=n.n(o);r.a},"377c":function(t,e,n){"use strict";n.r(e);var o=n("79d5"),r=n("c628");for(var u in r)["default"].indexOf(u)<0&&function(t){n.d(e,t,(function(){return r[t]}))}(u);n("09d4");var a=n("828b"),c=Object(a["a"])(r["default"],o["b"],o["c"],!1,null,"c64190ac",null,!1,o["a"],void 0);e["default"]=c.exports},4464:function(t,e,n){var o=n("c86c");e=o(!1),e.push([t.i,'@charset "UTF-8";\n/**\n * 这里是uni-app内置的常用样式变量\n *\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\n *\n */\n/**\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\n *\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\n */\n/* 颜色变量 */\n/* 行为相关颜色 */\n/* 背景颜色 */\n/* 边框颜色 */\n/* 尺寸变量 */\n/* 文字尺寸 */\n/* 图片尺寸 */\n/* Border Radius */\n/* 水平间距 */\n/* 垂直间距 */\n/* 透明度 */\n/* 文章场景相关 */.merchant-details[data-v-c64190ac]{display:flex;flex-direction:column;align-items:center;background-color:#fff;height:100vh;position:relative}.merchant-details .top[data-v-c64190ac]{display:flex;flex-direction:column;align-items:center}.merchant-details .top .img[data-v-c64190ac]{width:%?340?%;height:%?280?%;margin:%?140?% 0 %?30?% 0}.merchant-details .top .title[data-v-c64190ac]{font-size:%?32?%;font-weight:700;color:#333}.merchant-details .msg[data-v-c64190ac]{width:85%;padding:%?30?%;height:%?150?%;margin:%?70?% %?70?%;background-color:#f6f6f6;border-radius:%?8?%}.merchant-details .msg .url[data-v-c64190ac]{display:flex;flex-wrap:nowrap;margin-bottom:%?20?%}.merchant-details .msg .phone[data-v-c64190ac]{display:flex;justify-content:space-between}.merchant-details .msg .head[data-v-c64190ac]{color:#333;font-size:%?28?%;font-weight:500;white-space:nowrap}.merchant-details .msg .content[data-v-c64190ac]{color:#999;font-size:%?26?%}.merchant-details .msg .cope[data-v-c64190ac]{padding:%?5?% %?16?%;color:#fff;border-radius:%?30?%;background-color:#999;margin-left:%?40?%;font-size:%?20?%}.merchant-details .btn[data-v-c64190ac]{width:70%;position:absolute;text-align:center;color:#999;font-size:%?24?%;bottom:%?80?%}',""]),t.exports=e},"447a":function(t,e,n){"use strict";n("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,n("c223"),n("c9b5"),n("bf0f"),n("ab80");var o=n("7e00"),r={data:function(){return{mer_id:0,resData:{}}},onLoad:function(t){this.mer_id=t.mer_id,this.mer_id>0&&this.getGoodsDetails(t.mer_i_id)},methods:{getGoodsDetails:function(t){var e=this;(0,o.getGoodsDetails)(t).then((function(t){e.resData=t.data}))},copyTBL:function(t){var e="登录地址:".concat(this.resData.login_url," 商户账号:").concat(this.resData.phone);this.copyText(e)},webCopy:function(t){var e=document.createElement("input");document.body.appendChild(e),e.value=t,e.focus(),e.select(),document.execCommand("copy")&&document.execCommand("copy"),e.blur(),this.$util.Tips({title:"复制成功"}),e.style.display="none",document.body.removeChild(e)},copyText:function(t){var e=t.toString(),n=document.querySelector("#copy-input");n||(n=document.createElement("input"),n.id="copy-input",n.readOnly="readOnly",n.style.position="absolute",n.style.left="-1000px",n.style.zIndex="-1000",document.body.appendChild(n)),n.value=e,function(t,e,n){if(t.createTextRange){var o=t.createTextRange();o.collapse(!0),o.moveStart("character",e),o.moveEnd("character",n-e),o.select()}else t.setSelectionRange(e,n),t.focus()}(n,0,e.length),document.execCommand("copy")&&(document.e
|