This commit is contained in:
2024-08-22 12:47:21 +08:00
commit dedb40f497
373 changed files with 5393 additions and 0 deletions

View File

@@ -0,0 +1 @@
getApp();var t=require("../../utils/wxb.js");Page({data:{color:""},onLoad:function(){t.that=this,t.style()}});

View File

@@ -0,0 +1 @@
{"usingComponents":{}}

View File

@@ -0,0 +1,21 @@
<view class="page">
<view class="title bdbt">热烈庆祝电商小程序上线........</view>
<view class="duanluo" style="padding: 10rpx;">
<template is="wxParse" data="{{wxParseData:article.nodes}}"></template>
</view>
<view class="riqi">2019-11-11</view>
</view>
<view class="jszc">技术支持:某某科技公司</view>
<view style="height:100rpx;"></view>
<view class="footer">
<navigator url="/pages/contact/liuyan">
<view class="lt">
<image src="/img/yj.png"></image>
<text>在线咨询</text>
</view>
</navigator>
<view class="rt" style="background:red">
<image src="/img/tel.png"></image>
<text>拨打电话</text>
</view>
</view>

View File

@@ -0,0 +1 @@
.page{min-height:1000rpx;padding-bottom:20rpx;padding-top:20rpx}.title{font-size:28rpx;line-height:60rpx;padding-bottom:20rpx;text-align:center}.riqi,.title{margin-left:2%;width:96%}.riqi{margin-top:20rpx;text-align:right}.duanluo{line-height:30rpx;margin-left:2%;width:96%}.duanluo image{max-width:100%}

View File

@@ -0,0 +1 @@
var t=getApp(),a=require("../../utils/wxb.js");Page({data:{color:"",datas:[],page:1,more:0,type:0},onShow:function(){a.that=this,a.globalData=t.globalData,this.setData({datas:[],page:1,more:0}),this.getHome()},onLoad:function(){a.that=this,a.style()},more:function(t){this.getHome()},getHome:function(e){a.that=this,a.globalData=t.globalData,wx.showLoading({title:"加载中..."}),a.Post("/api/companygw.index/news",{page:a.that.data.page},(function(t){var e=a.that.data.datas;for(var o in t.list)e.push(t.list[o]);console.log(t),wx.hideLoading(),a.that.setData({datas:e,page:a.that.data.page+1,more:t.more})}))},onShareAppMessage:function(e){return a.that=this,a.globalData=t.globalData,{title:"企业官网",path:"/pages/news/index",success:function(t){wx.showToast({title:"已转发"})},fail:function(t){wx.showToast({title:"转发失败"})}}}});

View File

@@ -0,0 +1 @@
{"navigationBarTitleText":"企业动态","usingComponents":{}}

View File

@@ -0,0 +1,62 @@
<view class="page">
<view class="news">
<navigator url="/pages/news/detail">
<view class="item bdbt">
<view class="tit">热烈庆祝电商小程序上线</view>
<view class="riqi">2011-11-11</view>
</view>
</navigator>
</view>
<view class="news">
<navigator url="/pages/news/detail">
<view class="item bdbt">
<view class="tit">热烈庆祝电商小程序上线</view>
<view class="riqi">2011-11-11</view>
</view>
</navigator>
</view>
<view class="news">
<navigator url="/pages/news/detail">
<view class="item bdbt">
<view class="tit">热烈庆祝电商小程序上线</view>
<view class="riqi">2011-11-11</view>
</view>
</navigator>
</view>
<view class="news">
<navigator url="/pages/news/detail">
<view class="item bdbt">
<view class="tit">热烈庆祝电商小程序上线</view>
<view class="riqi">2011-11-11</view>
</view>
</navigator>
</view>
<view class="news">
<navigator url="/pages/news/detail">
<view class="item bdbt">
<view class="tit">热烈庆祝电商小程序上线</view>
<view class="riqi">2011-11-11</view>
</view>
</navigator>
</view>
<view class="news">
<navigator url="/pages/news/detail">
<view class="item bdbt">
<view class="tit">热烈庆祝电商小程序上线</view>
<view class="riqi">2011-11-11</view>
</view>
</navigator>
</view>
</view>
<view class="jszc">技术支持:某某科技公司</view>
<view style="height:100rpx;"></view>
<view class="footer">
<view class="lt">
<image src="/img/yj.png"></image>
<text>在线咨询</text>
</view>
<view class="rt" style="background:red">
<image src="/img/tel.png"></image>
<text>拨打电话</text>
</view>
</view>

View File