47 lines
3.7 KiB
JavaScript
47 lines
3.7 KiB
JavaScript
$gwx_XC_0=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){
|
|
if(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};
|
|
}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};
|
|
var e_={}
|
|
if(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;
|
|
var d_={}
|
|
if(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;
|
|
var f_={}
|
|
if(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};
|
|
var p_={}
|
|
__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}
|
|
__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};
|
|
__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};
|
|
var z=__WXML_GLOBAL__.ops_set.$gwx_XC_0 || [];
|
|
function gz$gwx_XC_0_1(){
|
|
if( __WXML_GLOBAL__.ops_cached.$gwx_XC_0_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_0_1
|
|
__WXML_GLOBAL__.ops_cached.$gwx_XC_0_1=[];
|
|
(function(z){var a=11;function Z(ops){z.push(ops)}
|
|
})(__WXML_GLOBAL__.ops_cached.$gwx_XC_0_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_0_1
|
|
}
|
|
__WXML_GLOBAL__.ops_set.$gwx_XC_0=z;
|
|
__WXML_GLOBAL__.ops_init.$gwx_XC_0=true;
|
|
var x=['./pages/case/detail.wxml'];d_[x[0]]={}
|
|
var m0=function(e,s,r,gg){
|
|
var z=gz$gwx_XC_0_1()
|
|
return r
|
|
}
|
|
e_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}
|
|
if(path&&e_[path]){
|
|
return function(env,dd,global){$gwxc=0;var root={"tag":"wx-page"};root.children=[]
|
|
;g="$gwx_XC_0";var main=e_[path].f
|
|
if (typeof global==="undefined")global={};global.f=$gdc(f_[path],"",1);
|
|
try{
|
|
main(env,{},root,global);
|
|
_tsd(root)
|
|
}catch(err){
|
|
console.log(err)
|
|
}
|
|
;g="";
|
|
return root;
|
|
}
|
|
}
|
|
}
|
|
}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_0(); if (__vd_version_info__.delayedGwx) __wxAppCode__['pages/case/detail.wxml'] = [$gwx_XC_0, './pages/case/detail.wxml'];else __wxAppCode__['pages/case/detail.wxml'] = $gwx_XC_0( './pages/case/detail.wxml' );
|
|
;__wxRoute = "pages/case/detail";__wxRouteBegin = true;__wxAppCurrentFile__="pages/case/detail.js";define("pages/case/detail.js",function(require,module,exports,window,document,frames,self,location,navigator,localStorage,history,Caches,screen,alert,confirm,prompt,XMLHttpRequest,WebSocket,Reporter,webkit,WeixinJSCore){
|
|
"use strict";var t=getApp(),a=require("../../utils/wxb.js");Page({data:{color:"",datas:[],id:0,setting:[]},onLoad:function(t){console.log(t),a.that=this,a.style(),a.that.setData({id:t.id}),this.getDetail()},getDetail:function(i){a.that=this,a.globalData=t.globalData,wx.showLoading({title:"加载中..."}),a.Post("/api/companygw.index/detail",{id:a.that.data.id},(function(t){wx.hideLoading(),a.that.setData({datas:t})}))},calling:function(){wx.makePhoneCall({phoneNumber:a.that.data.setting.service_tel,success:function(){console.log("拨打电话成功!")},fail:function(){console.log("拨打电话失败!")}})},onShareAppMessage:function(i){return a.that=this,a.globalData=t.globalData,{title:"企业官网",path:"/pages/case/detail?id="+a.that.data.id,success:function(t){wx.showToast({title:"已转发"})},fail:function(t){wx.showToast({title:"转发失败"})}}}});
|
|
},{isPage:true,isComponent:true,currentFile:'pages/case/detail.js'});require("pages/case/detail.js"); |